winix/functions/stat.cpp

25 lines
241 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 "stat.h"
namespace Fun
{
Stat::Stat()
{
fun.url = L"stat";
}
} // namespace