atext/server/inc/atextmetadata.h
branchRCL_3
changeset 23 5b153be919d4
parent 22 786b94c6f0a4
child 24 e9b924a62a66
--- a/atext/server/inc/atextmetadata.h	Thu Aug 19 11:01:00 2010 +0300
+++ b/atext/server/inc/atextmetadata.h	Tue Aug 31 16:20:16 2010 +0300
@@ -324,7 +324,7 @@
 public:
 
     TATExtEntrySupport( TDesC8& aAtCmdFull,
-                        RMessage2& aMessage,
+                        const RMessage2& aMessage,
                         CArrayFixFlat<TATExtOneCmdSupport>* aSupport ) :
                         iAtCmdFull( aAtCmdFull ),
                         iMessage( aMessage ),
@@ -333,8 +333,6 @@
                         iStartIndex( KErrNotFound ),
                         iSupportFound( EFalse ){}
 
-    TATExtEntrySupport& operator=( TATExtEntrySupport& aEntrySupport );
-    
     /**
      * Full AT command for which to check the support
      * (base part + parameters)
@@ -344,7 +342,7 @@
     /**
      * Client request message for reading
      */
-    RMessage2& iMessage;
+    const RMessage2& iMessage;
 
     /**
      * AT command's plugin entry support data.
@@ -367,7 +365,7 @@
      * Found plugin support for HandlePartialAndMasterPluginSupportL().
      */
     TBool iSupportFound;
-    
+
     };
 
 /**