3.0
Last change
on this file since 71:415b45c71663 was
71:415b45c71663,
checked in by Sämy Zehnder <saemy.zehnder@…>, 12 years ago
|
- Reorganized all the libraries. libinterfaces and libgateways are removed now and libdatatypes contains now all these files.
|
File size:
741 bytes
|
Line | |
---|
1 | /* |
---|
2 | * DAAccount.h |
---|
3 | * |
---|
4 | * Created on: Jul 13, 2009 |
---|
5 | * Author: saemy |
---|
6 | */ |
---|
7 | |
---|
8 | #ifndef SWISSCOMXTRAZONE_DAACCOUNTSTORAGEOFFICER_H_ |
---|
9 | #define SWISSCOMXTRAZONE_DAACCOUNTSTORAGEOFFICER_H_ |
---|
10 | |
---|
11 | #include <abstract/persistence/abstractloginaccountstorageofficer.h> |
---|
12 | |
---|
13 | namespace SwisscomXtraZone { |
---|
14 | |
---|
15 | class DAAccountStorageOfficer: public AbstractLoginAccountStorageOfficer { |
---|
16 | Q_OBJECT |
---|
17 | |
---|
18 | public: |
---|
19 | DAAccountStorageOfficer(AbstractLoginAccount* account, IStorage* storage) |
---|
20 | : AbstractLoginAccountStorageOfficer(account, storage, "sdo2o0034_k!Qdoc0DiwnfDaLdY<ymWWpovDmwpovDö__dmkosadDLDd.:easdfDSs") |
---|
21 | {}; |
---|
22 | |
---|
23 | virtual void readFromStorage(); |
---|
24 | virtual void writeToStorage() const; |
---|
25 | }; |
---|
26 | |
---|
27 | } |
---|
28 | |
---|
29 | #endif /* SWISSCOMXTRAZONE_DAACCOUNTSTORAGEOFFICER_H_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.