diff -r 0a6dd2dc9970 -r 2735883dd3f6 phoneclientserver/phoneserver/Inc/Ussd/CPhSrvUssdManager.h --- a/phoneclientserver/phoneserver/Inc/Ussd/CPhSrvUssdManager.h Tue Sep 14 22:26:11 2010 +0300 +++ b/phoneclientserver/phoneserver/Inc/Ussd/CPhSrvUssdManager.h Wed Oct 13 15:10:43 2010 +0300 @@ -38,8 +38,6 @@ class CAknGlobalMsgQuery; class CPhSrvUssdSessionCancelWaiter; class CPhSrvUssdNotifyNWRelease; -// RM-RIM 417-66528 -class CUssdExtensionInterface; // CLASS DECLARATION @@ -216,18 +214,6 @@ const TDes8& aMsgData, const RMobileUssdMessaging::TMobileUssdAttributesV1& aMsgAttributes); - - // RM-RIM 417-66528 - /** Third stage handler for received messages meant for extension - */ - void PorcessReceivedMessageInExtesnionL(const TDes8& aMsgData, - const RMobileUssdMessaging::TMobileUssdAttributesV1& - aMsgAttributes); - /** Third stage handler for received messages - */ - void ProcessReceivedMessageL(const TDes8& aMsgData, - const RMobileUssdMessaging::TMobileUssdAttributesV1& - aMsgAttributes); // Restart the reply timer void RestartReplyTimerL(); @@ -237,11 +223,6 @@ // Set timer and activate it if there are notifications available void SetActiveIfPendingNotificationsExist(); - // RM-RIM 417-66528 - // Create and Initialize the global message query - void CreateGlobalMessageQueryL( - const RMobileUssdMessaging::TMobileUssdAttributesV1& - aMsgAttributes); // Launch the global message query (used from RunL) void LaunchGlobalMessageQueryL(); @@ -437,10 +418,6 @@ // An asynchronous callback for sending MO ACK messages CAsyncCallBack* iMoAckCallback; - - // RM-RIM 417-66528 - // Pointer to the UssdExtension - CUssdExtensionInterface* iUssdExtnInterface; }; #endif // CPHSRVUSSDMANAGER_H