/* * 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