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