cbsatplugin/atmisccmdplugin/inc/atmisccmdplugin.h
branchRCL_3
changeset 72 4b59561a31c0
parent 54 0ba996a9b75d
--- a/cbsatplugin/atmisccmdplugin/inc/atmisccmdplugin.h	Wed Sep 15 12:23:51 2010 +0300
+++ b/cbsatplugin/atmisccmdplugin/inc/atmisccmdplugin.h	Wed Oct 13 14:43:49 2010 +0300
@@ -81,13 +81,6 @@
      */
     virtual void CreateCMEReplyAndComplete(TInt aError) = 0;
 
-    /*
-     * Complete the AT command request with AT CMS error code according to given Symbian error code
-     * @param aError Symbian error code 
-     */
-    
-    virtual void CreateCMSReplyAndComplete(TInt aError) = 0;
-
     /**
      * Returns plugin's character value settings (from CATExtPluginBase)
      *
@@ -144,10 +137,6 @@
 
     virtual TInt CreateOkOrErrorReply( RBuf8& aReplyBuffer,
                                TBool aOkReply );
-
-    virtual TInt CreateEditModeBuffer( RBuf8& aReplyBuffer );
-    virtual void CreateCMSReplyAndComplete(TInt aError);
-
     virtual void CreateCMEReplyAndComplete(TInt aError);
     virtual TInt GetCharacterValue( TCharacterTypes aCharType, TChar& aChar );
     virtual TInt GetModeValue( TModeTypes aModeType, TBool& aMode );    
@@ -159,8 +148,7 @@
     
     TInt CreatePartOfReply( RBuf8& aBuffer );
     void HandleCMEECommand();
-    void HandleCMGFCommand();
-
+    
     /*
      * Utility function that connect to Etel server and establish a subsession to RMobilePhone
      * Caller must close session and subsession after use.
@@ -187,18 +175,7 @@
     CATCmdAsyncBase* iCNUMHandler;
     CATCmdAsyncBase* iCFUNHandler;
     CATCmdAsyncBase* iCBCHandler;
-
-    // TDSCDMA only
-	CATCmdSyncBase* iHVERHandler;
-    CATCmdSyncBase* iCGSNHandler;
-    CATCmdSyncBase* iCGMRHandler;
-    CATCmdSyncBase* iCGMIHandler;
-    CATCmdAsyncBase* iCMGWHandler;
-    CATCmdAsyncBase* iCMGDHandler;
-    CATCmdSyncBase* iCGMMHandler;
-	CATCmdAsyncBase* iSCPBRHandler;
-    CATCmdAsyncBase* iSCPBWHandler;
- 
+    
     /**
      * Buffer for handle command's command
      * Not own.