GnuCashew ~ GnuCash Enabled Web
GCW
Accounts.h
Go to the documentation of this file.
1 #line 2 "src/Eng/Accounts.h"
2 
3 #ifndef __ENG_ACCOUNTS_H___
4 #define __ENG_ACCOUNTS_H___
5 
6 #include <string>
7 
8 #include "../Dbo/Accounts/Accounts.h"
9 
10 namespace GCW {
11  namespace Eng {
12 
13 class Accounts
14 {
15  public:
16 
17  Accounts();
18 
19  static GCW::Dbo::Accounts::Item::Ptr byGuid( const std::string & _accountGuid );
20 
21  private:
22 
23 }; // endclass Accounts
24 
25  } // namespace Eng {
26 } // endnamespace GCW {
27 
28 
29 #endif // #ifndef __ENG_ACCOUNTS_H___
30 
31 
32 
Wt::Dbo::ptr< Item > Ptr
Definition: BaseItem.h:39
static GCW::Dbo::Accounts::Item::Ptr byGuid(const std::string &_accountGuid)
Definition: Accounts.cpp:14
Definition: App.h:17