mmserv/tms/tmsserver/inc/tmsserversession.h
changeset 22 128eb6a32b84
parent 14 80975da52420
equal deleted inserted replaced
16:43d09473c595 22:128eb6a32b84
    13  *
    13  *
    14  * Description: Telephony Multimedia Service
    14  * Description: Telephony Multimedia Service
    15  *
    15  *
    16  */
    16  */
    17 
    17 
    18 #ifndef __TMSSERVERSESSION_H
    18 #ifndef TMSSERVERSESSION_H
    19 #define __TMSSERVERSESSION_H
    19 #define TMSSERVERSESSION_H
    20 
    20 
    21 // INCLUDES
    21 // INCLUDES
    22 #include <sounddevice.h>
    22 #include <sounddevice.h>
    23 #include <e32msgqueue.h>
    23 #include <e32msgqueue.h>
    24 #include "tmsserver.h"
    24 #include "tmsserver.h"
    85     TBool iHasRtPlayer;
    85     TBool iHasRtPlayer;
    86     };
    86     };
    87 
    87 
    88 } //namespace TMS
    88 } //namespace TMS
    89 
    89 
    90 #endif //__TMSSERVERSESSION_H
    90 #endif //TMSSERVERSESSION_H
    91 
    91 
    92 // End of file
    92 // End of file