localconnectivityservice/dun/utils/inc/DunDataPusher.h
changeset 60 841f70763fbe
parent 29 3ae5cb0b4c02
equal deleted inserted replaced
52:866b4af7ffbe 60:841f70763fbe
   162 
   162 
   163     /**
   163     /**
   164      * Stops sending for write endpoint
   164      * Stops sending for write endpoint
   165      *
   165      *
   166      * @since S60 3.2
   166      * @since S60 3.2
   167      * @return Symbian error code on error, KErrNone otherwise
   167      * @return None
   168      */
   168      */
   169     TInt Stop();
   169     void Stop();
   170 
       
   171     /**
       
   172      * Stops sending for write endpoint and clears event queue
       
   173      *
       
   174      * @since S60 3.2
       
   175      * @return Symbian error code on error, KErrNone otherwise
       
   176      */
       
   177     TInt StopAndClearQueue();
       
   178 
   170 
   179     /**
   171     /**
   180      * Signals completion status in round robin and clears event queue
   172      * Signals completion status in round robin and clears event queue
   181      *
   173      *
   182      * @return Symbian error code on error, KErrNone otherwise
   174      * @return Symbian error code on error, KErrNone otherwise