localconnectivityservice/dun/utils/inc/DunSignalCopy.h
changeset 60 841f70763fbe
parent 29 3ae5cb0b4c02
equal deleted inserted replaced
52:866b4af7ffbe 60:841f70763fbe
    86 
    86 
    87     /**
    87     /**
    88      * Stops monitoring the endpoint for line status change
    88      * Stops monitoring the endpoint for line status change
    89      *
    89      *
    90      * @since S60 3.2
    90      * @since S60 3.2
    91      * @return Symbian error code on error, KErrNone otherwise
    91      * @return None
    92      */
    92      */
    93     TInt Stop();
    93     void Stop();
    94 
    94 
    95 private:
    95 private:
    96 
    96 
    97     CDunSignalCopy();
    97     CDunSignalCopy();
    98 
    98 
   193      * Used stream type: upstream or downstream
   193      * Used stream type: upstream or downstream
   194      */
   194      */
   195     TDunStreamType iStreamType;
   195     TDunStreamType iStreamType;
   196 
   196 
   197     /**
   197     /**
   198      * Current state of connection monitoring: active or inactive
       
   199      */
       
   200     TDunState iSignalCopyState;
       
   201 
       
   202     /**
       
   203      * Signal to listen with RComm::NotifySignalChange()
   198      * Signal to listen with RComm::NotifySignalChange()
   204      */
   199      */
   205     TUint iListenSignals;
   200     TUint iListenSignals;
   206 
   201 
   207     /**
   202     /**