Wt examples
3.3.0
|
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 { }