1/*
2 * Copyright 2008, François Revol, <revol@free.fr>. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */567#include "LoginApp.h"
8main(int,char **)9intmain(int , char **)10{
11LoginAppapp;
12app.Run();
1314return0;
15}
16