atcommands/modematplugin/src/modematplugin.cpp
changeset 32 19bd632b5100
parent 25 9c3798b88e30
child 57 5ebadcda06cb
equal deleted inserted replaced
31:a0ea99b6fa53 32:19bd632b5100
   281         return KErrGeneral;
   281         return KErrGeneral;
   282         }
   282         }
   283     switch ( aReplyType )
   283     switch ( aReplyType )
   284         {
   284         {
   285         case EReplyTypeOther:
   285         case EReplyTypeOther:
   286             if ( iQuietMode )  //  In quite mode there should be no response at all. 
   286             iReplyBuffer.Create( aSrcBuffer );
   287                 {
       
   288                 iReplyBuffer.Create( KNullDesC8 );
       
   289                 }
       
   290             else
       
   291                 {
       
   292                 iReplyBuffer.Create( aSrcBuffer ); 
       
   293                 }
       
   294             break;
   287             break;
   295         case EReplyTypeOk:
   288         case EReplyTypeOk:
   296             CreateOkOrErrorReply( iReplyBuffer, ETrue );
   289             CreateOkOrErrorReply( iReplyBuffer, ETrue );
   297             break;
   290             break;
   298         case EReplyTypeError:
   291         case EReplyTypeError: