GnuCashew ~ GnuCash Enabled Web
GCW
Definition.h
Go to the documentation of this file.
1 #line 2 "src/Dbo/Users/Definition.h"
2 
3 #ifndef __DBO_USERS_DEFINITION_H___
4 #define __DBO_USERS_DEFINITION_H___
5 
6 #include <Wt/WFormModel.h>
7 
8 namespace GCW {
9  namespace Dbo {
10  namespace Users {
11 
12 extern const char * s_tableName;
13 
14  namespace Field {
15 
16 extern const Wt::WFormModel::Field employee_guid ; // text(32)
17 
18  } // endnamespace Field {
19  } // endnamespace Users {
20  } // endnamespace Dbo {
21 } // endnamespace GCW {
22 
23 #endif // __DBO_USERS_DEFINITION_H___
24 
25 
26 
const Wt::WFormModel::Field employee_guid
Definition: User.cpp:8
const char * s_tableName
Definition: User.cpp:6
Definition: App.h:17