/* * This file is a part of Winix * and is not publicly distributed * * Copyright (c) 2008-2014, Tomasz Sowa * All rights reserved. * */ #include "last.h" namespace Winix { namespace Fun { Last::Last() { fun.url = L"last"; } bool Last::HasAccess() { return cur->session->puser != 0; } } // namespace } // namespace Winix