diff -r 22de2e391156 -r 20ac952a623c atext/server/inc/atextmetadata.h --- a/atext/server/inc/atextmetadata.h Thu Sep 23 17:06:47 2010 +0300 +++ b/atext/server/inc/atextmetadata.h Wed Oct 13 16:20:29 2010 +0300 @@ -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; - + }; /**