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