diff -r 5b153be919d4 -r e9b924a62a66 atext/server/inc/atextmetadata.h --- a/atext/server/inc/atextmetadata.h Tue Aug 31 16:20:16 2010 +0300 +++ b/atext/server/inc/atextmetadata.h Wed Sep 01 12:38:54 2010 +0100 @@ -324,7 +324,7 @@ public: TATExtEntrySupport( TDesC8& aAtCmdFull, - const RMessage2& aMessage, + RMessage2& aMessage, CArrayFixFlat* aSupport ) : iAtCmdFull( aAtCmdFull ), iMessage( aMessage ), @@ -333,6 +333,8 @@ iStartIndex( KErrNotFound ), iSupportFound( EFalse ){} + TATExtEntrySupport& operator=( TATExtEntrySupport& aEntrySupport ); + /** * Full AT command for which to check the support * (base part + parameters) @@ -342,7 +344,7 @@ /** * Client request message for reading */ - const RMessage2& iMessage; + RMessage2& iMessage; /** * AT command's plugin entry support data. @@ -365,7 +367,7 @@ * Found plugin support for HandlePartialAndMasterPluginSupportL(). */ TBool iSupportFound; - + }; /**