/* * This file is a part of Winix * and is not publicly distributed * * Copyright (c) 2010, Tomasz Sowa * All rights reserved. * */ #ifndef headerfilecmslucontentfuncatcat #define headerfilecmslucontentfuncatcat #include "functionbase.h" namespace Fun { class Cat : public FunctionBase { public: Cat(); void MakeGet(); }; } // namespace Fun #endif