mmserv/tms/tmsproxy/src/tmsqueuehandler.cpp
branchRCL_3
changeset 7 3d8c721bf319
parent 5 709f89d8c047
child 9 f5c5c82a163e
equal deleted inserted replaced
6:e35735ece90c 7:3d8c721bf319
   161         }
   161         }
   162     else
   162     else
   163         {
   163         {
   164         err = TMS_RESULT_INVALID_STATE;
   164         err = TMS_RESULT_INVALID_STATE;
   165         }
   165         }
   166         
   166 
   167     // Start monitoring for more events before calling the observer in case
   167     // Start monitoring for more events before calling the observer in case
   168     // client decides to destroy us before this RunL completes executing.
   168     // client decides to destroy us before this RunL completes executing.
   169     Start();
   169     Start();
   170 
   170 
   171     if (iObserver == NULL)
   171     if (iObserver == NULL)