3.0
Last change
on this file since 71:415b45c71663 was
71:415b45c71663,
checked in by Sämy Zehnder <saemy.zehnder@…>, 13 years ago
|
- Reorganized all the libraries. libinterfaces and libgateways are removed now and libdatatypes contains now all these files.
|
File size:
501 bytes
|
Line | |
---|
1 | /* |
---|
2 | * BCAccountValidator.h |
---|
3 | * |
---|
4 | * Created on: Dec 20, 2009 |
---|
5 | * Author: saemy |
---|
6 | */ |
---|
7 | |
---|
8 | #ifndef BCACCOUNTVALIDATOR_H_ |
---|
9 | #define BCACCOUNTVALIDATOR_H_ |
---|
10 | |
---|
11 | #include "validation/sloginaccountvalidator.h" |
---|
12 | |
---|
13 | namespace SwisscomXtraZone { |
---|
14 | |
---|
15 | class BCAccountValidator: public SLoginAccountValidator { |
---|
16 | Q_OBJECT |
---|
17 | |
---|
18 | public: |
---|
19 | explicit BCAccountValidator(AbstractLoginAccount* account) |
---|
20 | : SLoginAccountValidator(account) |
---|
21 | {}; |
---|
22 | IValidationResult* validate() const; |
---|
23 | }; |
---|
24 | |
---|
25 | } |
---|
26 | |
---|
27 | #endif /* BCACCOUNTVALIDATOR_H_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.