mmserv/voipaudioservices/VoIPServer/inc/VoIPServer.h
changeset 55 e267340986c9
parent 0 71ca22bcf22a
equal deleted inserted replaced
52:4ce423f34688 55:e267340986c9
    13  *
    13  *
    14  * Description:  Definition of CVoIPAudioServer server class.
    14  * Description:  Definition of CVoIPAudioServer server class.
    15  *
    15  *
    16  */
    16  */
    17 
    17 
    18 #ifndef __VOIPAUDIOSERVER_H
    18 #ifndef VOIPAUDIOSERVER_H
    19 #define __VOIPAUDIOSERVER_H
    19 #define VOIPAUDIOSERVER_H
    20 
    20 
    21 #include <e32base.h>
    21 #include <e32base.h>
    22 
    22 
    23 // FORWARD DECLARATIONS
    23 // FORWARD DECLARATIONS
    24 class CVoIPAudioServerSession;
    24 class CVoIPAudioServerSession;
    60     CVoIPECallEventHandler* iECallHandler;
    60     CVoIPECallEventHandler* iECallHandler;
    61     CVoIPAudioServerSession* iDnlinkSession;
    61     CVoIPAudioServerSession* iDnlinkSession;
    62     CVoIPAudioServerSession* iUplinkSession;
    62     CVoIPAudioServerSession* iUplinkSession;
    63     };
    63     };
    64 
    64 
    65 #endif //__VOIPAUDIOSERVER_H
    65 #endif //VOIPAUDIOSERVER_H
    66 
    66 
    67 // End of file
    67 // End of file