GnuCashew ~ GnuCash Enabled Web
GCW
Definition.h
Go to the documentation of this file.
1 #line 2 "src/Dbo/GncLock/Definition.h"
2 
3 #ifndef __DBO_GNCLOCK_DEFINITION_H___
4 #define __DBO_GNCLOCK_DEFINITION_H___
5 
6 #include <Wt/WFormModel.h>
7 
8 namespace GCW {
9  namespace Dbo {
10  namespace GncLock {
11 
12 extern const char * s_tableName;
13 
14  namespace FieldDef {
15 
16 extern const Wt::WFormModel::Field hostname ; // Hostname varchar(255),
17 extern const Wt::WFormModel::Field pid ; // PID int
18 
19  } // endnamespace Field {
20  } // endnamespace GncLock {
21  } // endnamespace Dbo {
22 } // endnamespace GCW {
23 
24 #endif // #ifndef __DBO_GNCLOCK_H___
25 
26 
27 
const Wt::WFormModel::Field hostname
Definition: GncLock.cpp:7
const Wt::WFormModel::Field pid
Definition: GncLock.cpp:8
const char * s_tableName
Definition: GncLock.cpp:5
Definition: App.h:17