#ifndef ____welcome_h__ #define ____welcome_h__ #include "View.h" namespace http { class __welcome : public View { public: __welcome(); }; } #endif