Changeset 71:415b45c71663 in SMSSender for gateways/SwisscomXtraZone/src/business/BCGateway.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/BCGateway.h
r56 r71 9 9 #define SWISSCOMXTRAZONE_BCGATEWAY_H_ 10 10 11 #include < AbstractLoginGateway.h>11 #include <abstract/abstractlogingateway.h> 12 12 #include <persistence/istorage.h> 13 13 … … 23 23 24 24 public: 25 static ILoginGateway* instance();25 static AbstractLoginGateway* instance(); 26 26 27 27 /* IGateway */ … … 55 55 56 56 private: 57 static ILoginGateway* instance_;57 static AbstractLoginGateway* instance_; 58 58 59 59 const int SHORTSMS_LENGTH;
Note: See TracChangeset
for help on using the changeset viewer.