Changeset 71:415b45c71663 in SMSSender for gateways/SwisscomXtraZone/src/business/validation/BCAccountValidator.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/validation/BCAccountValidator.h
r42 r71 9 9 #define BCACCOUNTVALIDATOR_H_ 10 10 11 #include "validation/ BCLoginAccountValidator.h"11 #include "validation/sloginaccountvalidator.h" 12 12 13 13 namespace SwisscomXtraZone { 14 14 15 class BCAccountValidator: public BCLoginAccountValidator {15 class BCAccountValidator: public SLoginAccountValidator { 16 16 Q_OBJECT 17 17 18 18 public: 19 explicit BCAccountValidator( IAccount* account)20 : BCLoginAccountValidator(account)19 explicit BCAccountValidator(AbstractLoginAccount* account) 20 : SLoginAccountValidator(account) 21 21 {}; 22 22 IValidationResult* validate() const;
Note: See TracChangeset
for help on using the changeset viewer.