#ifndef MESSAGEFACTORY_HPP #define MESSAGEFACTORY_HPP class MessageFactory { public: MessageFactory(); }; #endif // MESSAGEFACTORY_HPP