GnuCashew ~ GnuCash Enabled Web
GCW
GncLock.cpp
Go to the documentation of this file.
1 #line 2 "src/Dbo/GncLock/GncLock.cpp"
2 
3 #include "GncLock.h"
4 
5 const char * GCW::Dbo::GncLock::s_tableName = "GncLock";
6 
7 const Wt::WFormModel::Field GCW::Dbo::GncLock::FieldDef::hostname = "Hostname" ; // varchar(255)
8 const Wt::WFormModel::Field GCW::Dbo::GncLock::FieldDef::pid = "PID" ; // int
9 
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