atcommands/lccustomplugin/src/lclistallcmd.cpp
changeset 32 19bd632b5100
parent 25 9c3798b88e30
equal deleted inserted replaced
31:a0ea99b6fa53 32:19bd632b5100
   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();