#ifndef CALLBACK_OBJECT_HPP #define CALLBACK_OBJECT_HPP class CallbackObject { public: CallbackObject(); virtual ~CallbackObject(); protected: }; #endif // CALLBACK_OBJECT_HPP