/* * This file is a part of Winix * and is not publicly distributed * * Copyright (c) 2008-2010, Tomasz Sowa * All rights reserved. * */ #include "logout.h" namespace Fun { Logout::Logout() { fun.url = L"logout"; } void Logout::MakeGet() { system->users.LogoutCurrentUser(); system->RedirectToLastItem(); } } // namespace