Changeset 71:415b45c71663 in SMSSender for gateways/SwisscomXtraZone/src/persistence/DAAccountStorageOfficer.h
- Timestamp:
- Feb 7, 2010 10:17:45 PM (12 years ago)
- Branch:
- 3.0
- Convert:
- svn:3639001d-8e34-449c-bb86-3782b86c4877/branches/3.0@70
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gateways/SwisscomXtraZone/src/persistence/DAAccountStorageOfficer.h
r43 r71 9 9 #define SWISSCOMXTRAZONE_DAACCOUNTSTORAGEOFFICER_H_ 10 10 11 #include < AbstractLoginAccountStorageOfficer.h>11 #include <abstract/persistence/abstractloginaccountstorageofficer.h> 12 12 13 13 namespace SwisscomXtraZone { … … 17 17 18 18 public: 19 DAAccountStorageOfficer( ILoginAccount* account, IStorage* storage)19 DAAccountStorageOfficer(AbstractLoginAccount* account, IStorage* storage) 20 20 : AbstractLoginAccountStorageOfficer(account, storage, "sdo2o0034_k!Qdoc0DiwnfDaLdY<ymWWpovDmwpovDö__dmkosadDLDd.:easdfDSs") 21 21 {};
Note: See TracChangeset
for help on using the changeset viewer.