winix/functions/tinymce.cpp

40 lines
416 B
C++
Executable File

/*
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2010, Tomasz Sowa
* All rights reserved.
*
*/
#include "tinymce.h"
#include "functions.h"
namespace Fun
{
Tinymce::Tinymce()
{
fun.url = L"tinymce";
}
bool Tinymce::HasAccess()
{
return functions->fun_emacs.HasAccess();
}
void Tinymce::MakePost()
{
functions->fun_emacs.MakePost();
}
} // namespace