//#ifndef NETWORK_DEPENDENCIES_TRANSLATOR_H //#define NETWORK_DEPENDENCIES_TRANSLATOR_H // ////#include "MessageHeader.h" //#include "Protocols.h" //#include "ITranslate.h" // //namespace Oyster //{ // namespace Network // { // namespace Messages // { // class Translator // { // public: // Translator (){}; // ~Translator(){}; // // char* Translate (const Protocols::ProtocolHeader &header ); // Protocols::ProtocolHeader& Translate ( char msg[] ); // }; // } // } //} // //#endif