mmserv/tms/tmsserver/inc/tmsserversession.h
branchRCL_3
changeset 12 2eb3b066cc7d
parent 9 f5c5c82a163e
child 19 095bea5f582e
equal deleted inserted replaced
11:3570217d8c21 12:2eb3b066cc7d
    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"
    77     TmsMsgBuf iMsgBuffer;
    77     TmsMsgBuf iMsgBuffer;
    78     };
    78     };
    79 
    79 
    80 } //namespace TMS
    80 } //namespace TMS
    81 
    81 
    82 #endif //__TMSSERVERSESSION_H
    82 #endif //TMSSERVERSESSION_H
    83 
    83 
    84 // End of file
    84 // End of file