/* * This file is a part of Winix * and is not publicly distributed * * Copyright (c) 2010-2014, Tomasz Sowa * All rights reserved. * */ #ifndef headerfile_winix_functions_uptime #define headerfile_winix_functions_uptime #include "functionbase.h" namespace Winix { namespace Fun { class Uptime : public FunctionBase { public: Uptime(); private: }; } // namespace } // namespace Winix #endif