mmserv/tms/tmsproxy/src/tmsqueuehandler.cpp
branchRCL_3
changeset 10 3d8c721bf319
parent 7 709f89d8c047
child 13 f5c5c82a163e
equal deleted inserted replaced
8:e35735ece90c 10: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)