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