localconnectivityservice/dun/server/inc/DunCloseWait.h
changeset 60 841f70763fbe
parent 29 3ae5cb0b4c02
equal deleted inserted replaced
52:866b4af7ffbe 60:841f70763fbe
    94 
    94 
    95     /**
    95     /**
    96      * Stops closing the objects in the close list
    96      * Stops closing the objects in the close list
    97      *
    97      *
    98      * @since S60 5.0
    98      * @since S60 5.0
    99      * @return Symbian error code on error, KErrNone otherwise
    99      * @return None
   100      */
   100      */
   101     TInt Stop();
   101     void Stop();
   102 
   102 
   103 private:
   103 private:
   104 
   104 
   105     CDunCloseWait( MDunCloseWait* aCallback );
   105     CDunCloseWait( MDunCloseWait* aCallback );
   106 
   106