20 #ifndef CO_CUSTOMICOMMAND_H 21 #define CO_CUSTOMICOMMAND_H 23 #include <co/iCommand.h> 28 namespace detail {
class CustomICommand; }
41 CO_API CustomICommand(
const CustomICommand& rhs );
44 CO_API
virtual ~CustomICommand();
47 CO_API
const uint128_t& getCommandID()
const;
51 CustomICommand& operator = (
const CustomICommand& );
52 detail::CustomICommand*
const _impl;
57 CO_API std::ostream& operator << ( std::ostream& os,
const CustomICommand& );
61 #endif //CO_CUSTOMICOMMAND_H An input command specialization for custom commands.
Object-oriented network library.
A class managing received commands.