mmserv/voipaudioservices/VoIPServer/inc/VoIPServerShutdown.h
changeset 55 e267340986c9
parent 0 71ca22bcf22a
equal deleted inserted replaced
52:4ce423f34688 55:e267340986c9
    13  *
    13  *
    14  * Description:  Definition of A/O for VoIP server shutdown timer.
    14  * Description:  Definition of A/O for VoIP server shutdown timer.
    15  *
    15  *
    16  */
    16  */
    17 
    17 
    18 #ifndef __VOIPSERVERSHUTDOWN_H
    18 #ifndef VOIPSERVERSHUTDOWN_H
    19 #define __VOIPSERVERSHUTDOWN_H
    19 #define VOIPSERVERSHUTDOWN_H
    20 
    20 
    21 //  INCLUDES
    21 //  INCLUDES
    22 //#include <e32base.h>
    22 //#include <e32base.h>
    23 #include "VoIPServer.h"
    23 #include "VoIPServer.h"
    24 
    24 
    27 
    27 
    28 /**
    28 /**
    29  *  Shutdown timer after the last client has disconnected.
    29  *  Shutdown timer after the last client has disconnected.
    30  *
    30  *
    31  *  @lib CVoIPAudioServer.exe
    31  *  @lib CVoIPAudioServer.exe
    32  *  @since Series 60 3.0
       
    33  */
    32  */
    34 
    33 
    35 /**
    34 /**
    36  * A Timer utility class used by the Server for shutdown purpose.
    35  * A Timer utility class used by the Server for shutdown purpose.
    37  */
    36  */
    58 
    57 
    59 private:
    58 private:
    60     RTimer iShutDownTimer; // Has
    59     RTimer iShutDownTimer; // Has
    61     };
    60     };
    62 
    61 
    63 #endif //__VOIPSERVERSHUTDOWN_H
    62 #endif //VOIPSERVERSHUTDOWN_H
    64 
    63 
    65 // End of File
    64 // End of File