Merge from 2.2
[platform/framework/native/telephony.git] / src / inc / FTel_ConnectivityIpcMessages.h
index 21d5ebe..6821d67 100644 (file)
@@ -44,7 +44,8 @@ IPC_SYNC_MESSAGE_CONTROL1_1(ConnectivityTelephonyServiceMsg_requestCallForward,
 IPC_SYNC_MESSAGE_CONTROL0_1(ConnectivityTelephonyServiceMsg_stopCallForward, unsigned long /* result */)
 IPC_SYNC_MESSAGE_CONTROL0_1(ConnectivityTelephonyServiceMsg_getCallForwardNumber, unsigned long /* result */)
 
-
+IPC_SYNC_MESSAGE_CONTROL0_1(ConnectivityTelephonyServiceMsg_addNetworkStatusEventListener, unsigned long /* result */)
+IPC_SYNC_MESSAGE_CONTROL0_1(ConnectivityTelephonyServiceMsg_removeNetworkStatusEventListener, unsigned long /* result */)
 
 // Server -> Client (async)
 IPC_MESSAGE_CONTROL2(ConnectivityTelephonyServiceMsg_onNetworkSelectionModeReceived, bool /* isManual */, unsigned long /* result */);
@@ -54,3 +55,5 @@ IPC_MESSAGE_CONTROL2(ConnectivityTelephonyServiceMsg_onCallForwardNumberReceived
 IPC_MESSAGE_CONTROL2(ConnectivityTelephonyServiceMsg_onCallForwardResponseReceived, Tizen::Base::String /* phone number */, unsigned long /* result */);
 IPC_MESSAGE_CONTROL2(ConnectivityTelephonyServiceMsg_onCallForwardStopped, Tizen::Base::String /* phone number */, unsigned long /* result */);
 
+IPC_MESSAGE_CONTROL3(ConnectivityTelephonyServiceMsg_onNetworkStatusChanged, bool /* isCallServiceAvailable */, bool /* isDataServiceAvailable */, bool /* isRoaming */);
+