winix/functions/uptime.cpp

33 lines
293 B
C++
Executable File

/*
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
#include "uptime.h"
namespace Winix
{
namespace Fun
{
Uptime::Uptime()
{
fun.url = L"uptime";
}
} // namespace
} // namespace Winix