winix/functions/who.cpp

25 lines
237 B
C++
Executable File

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