phoneclientserver/phoneserver/Inc/Ussd/CPhSrvUssdManager.h
changeset 52 d841fb1cc818
parent 39 cee7e9e0906c
--- a/phoneclientserver/phoneserver/Inc/Ussd/CPhSrvUssdManager.h	Fri Sep 17 08:33:29 2010 +0300
+++ b/phoneclientserver/phoneserver/Inc/Ussd/CPhSrvUssdManager.h	Mon Oct 04 00:54:29 2010 +0300
@@ -76,7 +76,19 @@
         */
         void ConstructL( MPhSrvPhoneInterface& aPhoneInterface );
         
-
+    private:
+        /*
+         * TDialogInfoType is used to identify dialogs with different
+         * buttons.
+         */
+        enum TDialogInfoType{
+                EInvalidType = -1,
+                EYesNo,
+                ENextExit,
+                EReplyExit,
+                EOnlyExit
+            };
+        
     public: // New functions
         
         /**
@@ -428,6 +440,9 @@
         
         HBufC* iTextBuffer;
 
+        // The dialogs with different button.
+        TDialogInfoType iDialogType;
+
     };
     
 #endif // CPHSRVUSSDMANAGER_H