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