PlayerServiceProtocol.h 257 B

1234567891011121314151617
  1. #ifndef __PLAYER_SERVICE_PROTOCOL_H_
  2. #define __PLAYER_SERVICE_PROTOCOL_H_
  3. #include "PlayerMacros.h"
  4. PLAYER_NS_BEGIN
  5. class PlayerServiceProtocol
  6. {
  7. public:
  8. virtual ~PlayerServiceProtocol() {};
  9. };
  10. PLAYER_NS_END
  11. #endif // __PLAYER_SERVICE_PROTOCOL_H_