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