localconnectivityservice/dun/utils/inc/DunSignalNotify.h
changeset 60 841f70763fbe
parent 29 3ae5cb0b4c02
equal deleted inserted replaced
52:866b4af7ffbe 60:841f70763fbe
    83 
    83 
    84     /**
    84     /**
    85      * Stops monitoring the endpoint for line status change
    85      * Stops monitoring the endpoint for line status change
    86      *
    86      *
    87      * @since S60 3.2
    87      * @since S60 3.2
    88      * @return Symbian error code on error, KErrNone otherwise
    88      * @return None
    89      */
    89      */
    90     TInt Stop();
    90     void Stop();
    91 
    91 
    92 private:
    92 private:
    93 
    93 
    94     CDunSignalNotify( MDunTransporterUtilityAux* aUtility );
    94     CDunSignalNotify( MDunTransporterUtilityAux* aUtility );
    95 
    95 
   154      * Not own.
   154      * Not own.
   155      */
   155      */
   156     MDunTransporterUtilityAux* iUtility;
   156     MDunTransporterUtilityAux* iUtility;
   157 
   157 
   158     /**
   158     /**
   159      * Current state of signal monitoring: active or inactive
       
   160      */
       
   161     TDunState iSignalNotifyState;
       
   162 
       
   163     /**
       
   164      * Signals to listen with RComm::NotifySignalChange()
   159      * Signals to listen with RComm::NotifySignalChange()
   165      */
   160      */
   166     TUint iListenSignals;
   161     TUint iListenSignals;
   167 
   162 
   168     /**
   163     /**