3.0
Last change
on this file since 42:63df32d07e95 was
42:63df32d07e95,
checked in by Sämy Zehnder <saemy.zehnder@…>, 12 years ago
|
- Rearranged util- and data-type-class-files (Created libdatatypes, libutils)
- Started with translation of SwisscomXtraZone? strings
- New contactList fetches now names as well as aliases.
- Segmentationfault in SwisscomXtraZone?-plugin is fixed.
- Started with account->enabled() stuff.
- It's not really usable at the moment, but its getting better :)
(Had some conflicts before -> the last commits are connected to this one)
|
File size:
492 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/BCLoginAccountValidator.h" |
---|
12 | |
---|
13 | namespace SwisscomXtraZone { |
---|
14 | |
---|
15 | class BCAccountValidator: public BCLoginAccountValidator { |
---|
16 | Q_OBJECT |
---|
17 | |
---|
18 | public: |
---|
19 | explicit BCAccountValidator(IAccount* account) |
---|
20 | : BCLoginAccountValidator(account) |
---|
21 | {}; |
---|
22 | IValidationResult* validate() const; |
---|
23 | }; |
---|
24 | |
---|
25 | } |
---|
26 | |
---|
27 | #endif /* BCACCOUNTVALIDATOR_H_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.