Line | Count | Source |
1 | /* | |
2 | * Copyright (C) 2008 Emweb bv, Herent, Belgium. | |
3 | * | |
4 | * See the LICENSE file for terms of use. | |
5 | */ | |
6 | ||
7 | #include "Wt/WLoadingIndicator.h" | |
8 | ||
9 | namespace Wt { | |
10 | #ifndef WT_TARGET_JAVA | |
11 | WLoadingIndicator::WLoadingIndicator() | |
12 | 0 | { } |
13 | #endif //WT_TARGET_JAVA | |
14 | ||
15 | WLoadingIndicator::~WLoadingIndicator() | |
16 | 0 | { } |
17 | } |