Changeset 71:415b45c71663 in SMSSender for gateways/SwisscomXtraZone/src/business/BCAccount.cpp
- 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.cpp
r62 r71 14 14 #include <QDebug> 15 15 16 #include < StdExceptions.h>17 #include < LoginAccountExceptions.h>16 #include <stdexceptions.h> 17 #include <loginaccountexceptions.h> 18 18 19 19 #include <snumber.h> … … 22 22 #include "BCGateway.h" 23 23 #include "validation/BCAccountValidator.h" 24 #include " ../persistence/DAAccountStorageOfficer.h"24 #include "persistence/DAAccountStorageOfficer.h" 25 25 26 26 namespace SwisscomXtraZone { … … 31 31 , MAX_MOBILE(10) 32 32 { 33 httpHelper_ = new HttpHelper();33 httpHelper_ = new SHttpHelper(); 34 34 35 35 /* Insert the swisscom-mobile.ch certificate to allow propper loading of the websites... */ … … 58 58 59 59 60 ILoginGateway* BCAccount::gateway() const {60 AbstractLoginGateway* BCAccount::gateway() const { 61 61 return BCGateway::instance(); 62 62 }
Note: See TracChangeset
for help on using the changeset viewer.