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