winix/functions/stat.cpp

32 lines
284 B
C++
Executable File

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