From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4401827792116260874==" MIME-Version: 1.0 From: Lei Yu Subject: [PATCH v2, 1/7] dbus: Add CDMA SMS Interface Date: Tue, 21 Dec 2010 16:02:23 -0800 Message-ID: <1292976149-15598-2-git-send-email-lei.2.yu@nokia.com> In-Reply-To: List-Id: To: ofono@ofono.org --===============4401827792116260874== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable --- include/dbus.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/dbus.h b/include/dbus.h index c527515..12768f6 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -57,6 +57,7 @@ extern "C" { = /* CDMA Interfaces */ #define OFONO_CDMA_VOICECALL_MANAGER_INTERFACE "org.ofono.cdma.VoiceCallMa= nager" +#define OFONO_CDMA_MESSAGE_MANAGER_INTERFACE "org.ofono.cdma.MessageManage= r" = /* Essentially a{sv} */ #define OFONO_PROPERTIES_ARRAY_SIGNATURE DBUS_DICT_ENTRY_BEGIN_CHAR_AS_STR= ING \ -- = 1.7.0.4 --===============4401827792116260874==--