diff -r 2313cb430f28 -r d841fb1cc818 phoneclientserver/phoneserver/Inc/Ussd/CPhSrvUssdManager.h --- 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