Wt examples  3.2.1
/home/koen/project/wt/public-git/wt/examples/hangman/User.C
Go to the documentation of this file.
00001 /*
00002  * Copyright (C) 2011 Emweb bvba, Kessel-Lo, Belgium.
00003  *
00004  * See the LICENSE file for terms of use.
00005  */
00006 
00007 #include "User.h"
00008 
00009 #include <Wt/Auth/Dbo/AuthInfo>
00010 #include <Wt/Dbo/Impl>
00011 
00012 DBO_INSTANTIATE_TEMPLATES(User);
00013 
00014 using namespace Wt;
00015 using namespace Wt::Dbo;
00016 
00017 User::User()
00018   : gamesPlayed(0),
00019     score(0)
00020 { }

Generated on Fri Mar 30 2012 for the C++ Web Toolkit (Wt) by doxygen 1.7.5.1