Changeset 71:415b45c71663 in SMSSender for gateways/SwisscomXtraZone/src/business/BCAccount.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/business/BCAccount.h
r43 r71 9 9 #define SWISSCOMXTRAZONE_BCACCOUNT_H_ 10 10 11 #include < AbstractLoginAccount.h>11 #include <abstract/abstractloginaccount.h> 12 12 #include <persistence/istorage.h> 13 13 14 #include < HttpHelper.h>14 #include <shttphelper.h> 15 15 16 16 namespace SwisscomXtraZone { … … 24 24 25 25 /* ILoginAccount */ 26 virtual ILoginGateway* gateway() const;26 virtual AbstractLoginGateway* gateway() const; 27 27 28 28 /* IAccount */ … … 41 41 42 42 private: 43 HttpHelper*httpHelper_;43 SHttpHelper* httpHelper_; 44 44 45 45 const int MAX_MOBILE;
Note: See TracChangeset
for help on using the changeset viewer.