GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
GncLock/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
8namespace GCW {
9 namespace Dbo {
10 namespace GncLock {
11
12extern const char * s_tableName;
13
14 namespace FieldDef {
15
16extern const Wt::WFormModel::Field hostname ; // Hostname varchar(255),
17extern 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 char * Field
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:18