winix/functions/tinymce.h

34 lines
391 B
C++
Executable File

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