#ifndef ___init_h__ #define ___init_h__ namespace http { class _init : ActionQueue { public: _init(); }; } #endif