mmserv/voipaudioservices/VoIPServer/inc/VoIPServerAO.h
changeset 55 e267340986c9
parent 0 71ca22bcf22a
equal deleted inserted replaced
52:4ce423f34688 55:e267340986c9
    13  *
    13  *
    14  * Description:  Definition of active object used for ITC.
    14  * Description:  Definition of active object used for ITC.
    15  *
    15  *
    16  */
    16  */
    17 
    17 
    18 #ifndef __VOIPSERVERAO_H__
    18 #ifndef VOIPSERVERAO_H
    19 #define __VOIPSERVERAO_H__
    19 #define VOIPSERVERAO_H
    20 
    20 
    21 // INCLUDES
    21 // INCLUDES
    22 #include <e32std.h>
    22 #include <e32std.h>
    23 
    23 
    24 // FORWARD DECLARATIONS
    24 // FORWARD DECLARATIONS
    56 
    56 
    57     MThreadComObserver* iObserver;
    57     MThreadComObserver* iObserver;
    58     TThreadId iID;
    58     TThreadId iID;
    59     };
    59     };
    60 
    60 
    61 #endif // __VOIPSERVERAO_H__
    61 #endif // VOIPSERVERAO_H
    62 
    62 
    63 // End of file
    63 // End of file