GnuCashew ~ GnuCash Enabled Web
GCW
GncLock.h
Go to the documentation of this file.
1 #line 2 "src/Dbo/GncLock/GncLock.h"
2 
3 #ifndef __DBO_GNCLOCK_H___
4 #define __DBO_GNCLOCK_H___
5 
6 namespace Wt {
7  namespace Dbo {
8  class Session;
9  }
10 }
11 
12 #include "Item.h"
13 
14 namespace GCW {
15  namespace Dbo {
16 
17  /*!
18  ** \brief GncLock
19  **
20  **
21  */
22  namespace GncLock {
23 
24 auto mapClasses ( Wt::Dbo::Session & session )-> void;
25 auto postCreateTables( Wt::Dbo::Session & session )-> void;
26 
29 
30  } // endnamespace GncLock {
31  } // endnamespace Dbo {
32 } // endnamespace Swims {
33 
34 #endif // __DBO_GNCLOCK_H___
Wt::Dbo::ptr< Item > Ptr
Definition: BaseItem.h:39
auto mapClasses(Wt::Dbo::Session &session) -> void
auto addNew() -> GCW::Dbo::GncLock::Item::Ptr
auto load(int _id) -> GCW::Dbo::GncLock::Item::Ptr
auto postCreateTables(Wt::Dbo::Session &session) -> void
Definition: App.h:17
Definition: GncLock.h:6