diff options
author | Mikhail Zabaluev <mikhail.zabaluev@nokia.com> | 2011-09-06 17:25:20 +0300 |
---|---|---|
committer | Mikhail Zabaluev <mikhail.zabaluev@nokia.com> | 2011-09-06 17:25:20 +0300 |
commit | bfbf7a111a195cc2e4028c2f537cff29155f880b (patch) | |
tree | a6d187d9ce9674a9f263d335d36399b3eca1a268 /rakia | |
parent | 4d58eff541bc9b2c9fe2e1cf4b9aeaa654cc69ed (diff) |
Renaming of SofiaSIP to Rakia in various comments
Diffstat (limited to 'rakia')
-rw-r--r-- | rakia/debug.c | 2 | ||||
-rw-r--r-- | rakia/debug.h | 2 | ||||
-rw-r--r-- | rakia/sofia-decls.h | 2 | ||||
-rw-r--r-- | rakia/util.c | 2 | ||||
-rw-r--r-- | rakia/util.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/rakia/debug.c b/rakia/debug.c index 9f2ebf1..575d37d 100644 --- a/rakia/debug.c +++ b/rakia/debug.c @@ -1,5 +1,5 @@ /* - * debug.h - Debug helpers for Telepathy-SofiaSIP, implementation + * debug.h - Debug helpers for Telepathy-Rakia, implementation * Copyright (C) 2007-2008 Nokia Corporation * * This work is free software; you can redistribute it and/or diff --git a/rakia/debug.h b/rakia/debug.h index 7548d1d..e3ff1b3 100644 --- a/rakia/debug.h +++ b/rakia/debug.h @@ -1,5 +1,5 @@ /* - * debug.h - Debug helpers for Telepathy-SofiaSIP, headers + * debug.h - Debug helpers for Telepathy-Rakia, headers * Copyright (C) 2007-2008 Nokia Corporation * * This work is free software; you can redistribute it and/or diff --git a/rakia/sofia-decls.h b/rakia/sofia-decls.h index 565d798..4442372 100644 --- a/rakia/sofia-decls.h +++ b/rakia/sofia-decls.h @@ -25,7 +25,7 @@ * RakiaConnection is used as the context pointer. * See {top}/docs/design.txt for further information. * - * Each NUA handle managed by Telepathy-SofiaSIP is bound to an object + * Each NUA handle managed by Telepathy-Rakia is bound to an object * implementing RakiaEventTarget. The managed NUA handle survives at * least as long as the bound object. When the object is destroyed, * the handle is bound to a special end-of-life event handler object. diff --git a/rakia/util.c b/rakia/util.c index 2857808..025d559 100644 --- a/rakia/util.c +++ b/rakia/util.c @@ -1,5 +1,5 @@ /* - * util.c - implementation of Telepathy-SofiaSIP utilities + * util.c - implementation of Telepathy-Rakia utilities * Copyright (C) 2009, 2010 Nokia Corporation * @author Mikhail Zabaluev <mikhail.zabaluev@nokia.com> * diff --git a/rakia/util.h b/rakia/util.h index 81dc123..8d1ce0d 100644 --- a/rakia/util.h +++ b/rakia/util.h @@ -1,5 +1,5 @@ /* - * util.h - declarations for Telepathy-SofiaSIP utilities + * util.h - declarations for Telepathy-Rakia utilities * Copyright (C) 2009 Nokia Corporation * @author Mikhail Zabaluev <mikhail.zabaluev@nokia.com> * |