Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH 1/2] Use org.ofono.phonesim.Script as interface name
@ 2010-10-14 12:34 Yang Gu
  2010-10-14 12:34 ` [PATCH 2/2] doc: Describe the scriptable feature Yang Gu
  2010-10-14 14:45 ` [PATCH 1/2] Use org.ofono.phonesim.Script as interface name Denis Kenzior
  0 siblings, 2 replies; 3+ messages in thread
From: Yang Gu @ 2010-10-14 12:34 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 703 bytes --]

---
 src/control.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/control.h b/src/control.h
index e455437..3c85e22 100644
--- a/src/control.h
+++ b/src/control.h
@@ -31,9 +31,9 @@ class Control;
 class Script: public QDBusAbstractAdaptor
 {
 Q_OBJECT
-    Q_CLASSINFO("D-Bus Interface", "org.phonesim.Script")
+    Q_CLASSINFO("D-Bus Interface", "org.ofono.phonesim.Script")
     Q_CLASSINFO("D-Bus Introspection", ""
-"  <interface name=\"org.phonesim.Script\">\n"
+"  <interface name=\"org.ofono.phonesim.Script\">\n"
 "    <method name=\"SetPath\">\n"
 "      <arg direction=\"in\" type=\"s\" name=\"path\"/>\n"
 "    </method>\n"
-- 
1.7.2.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-14 14:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-14 12:34 [PATCH 1/2] Use org.ofono.phonesim.Script as interface name Yang Gu
2010-10-14 12:34 ` [PATCH 2/2] doc: Describe the scriptable feature Yang Gu
2010-10-14 14:45 ` [PATCH 1/2] Use org.ofono.phonesim.Script as interface name Denis Kenzior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox