GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Dbo/GncLock/Item.h
Go to the documentation of this file.
1#line 2 "src/Dbo/GncLock/Item.h"
2
3#ifndef __DBO_GNCLOCK_ITEM_H___
4#define __DBO_GNCLOCK_ITEM_H___
5
6#include "Template.h"
7
8namespace GCW {
9 namespace Dbo {
10 namespace GncLock {
11
12class Item
13: public GCW::Dbo::GncLock::Template< Item >
14{
15 public:
16
17 Item();
18
19
20}; // endclass Item
21
22 } // endnamespace GncLock {
23 } // endnamespace Dbo {
24} // endnamespace Swims {
25
26#endif // #ifndef __DBO_GNCLOCK_ITEM_H___
27
28
Definition App.h:18