GnuCashew ~ GnuCash Enabled Web
GCW
Customers.h
Go to the documentation of this file.
1 #line 2 "src/Dbo/Customers/Customers.h"
2 
3 #ifndef __DBO_CUSTOMERS_H___
4 #define __DBO_CUSTOMERS_H___
5 
6 #include "Item.h"
7 
8 namespace GCW {
9  namespace Dbo {
10  namespace Customers {
11 
12 /*!
13 ** \brief Load Customer by Guid
14 **
15 */
16 Item::Ptr byGuid( const std::string & _guid );
17 
18  } // endnamespace Customers
19 
20  } // endnamespace Dbo
21 
22 } // endnamespace GCW
23 
24 #endif // __DBO_CUSTOMERS_H___
25 
Wt::Dbo::ptr< Item > Ptr
Definition: BaseItem.h:39
Item::Ptr byGuid(const std::string &_guid)
Load Customer by Guid.
Definition: Customers.cpp:41
Definition: App.h:17