atcommands/lccustomplugin/src/lclistallcmd.cpp
branchRCL_3
changeset 35 95674584745d
parent 13 b6f55cd40afd
equal deleted inserted replaced
21:53b7818cd282 35:95674584745d
   140         iCallback->CreateReplyAndComplete( EReplyTypeError );
   140         iCallback->CreateReplyAndComplete( EReplyTypeError );
   141         TRACE_FUNC_EXIT
   141         TRACE_FUNC_EXIT
   142         return;
   142         return;
   143         }
   143         }
   144     RBuf8 reply;
   144     RBuf8 reply;
   145     if ( quietMode )
       
   146         {
       
   147         iCallback->CreateReplyAndComplete( EReplyTypeOther, reply );
       
   148         reply.Close();
       
   149         TRACE_FUNC_EXIT
       
   150         return;
       
   151         }
       
   152     TBool error = CreateSupportedList( reply );
   145     TBool error = CreateSupportedList( reply );
   153     if ( error )
   146     if ( error )
   154         {
   147         {
   155         iCallback->CreateReplyAndComplete( EReplyTypeError );
   148         iCallback->CreateReplyAndComplete( EReplyTypeError );
   156         reply.Close();
   149         reply.Close();