Pretty much finished the newsource.pl script; nothing too fancy yet.
[aesalon.git] / include / monitor / configuration / Configuration.h
blobf9169338fb76e498eb1e9dc52420d10b2759c419
1 /**
2 Aesalon, a tool to visualize a program's behaviour at run-time.
3 Copyright (C) 2010, Aesalon Development Team.
5 Aesalon is distributed under the terms of the GNU GPLv3. For more
6 licensing information, see the file LICENSE included with the distribution.
8 @file include/monitor/configuration/Configuration.h
11 #ifndef AesalonMonitor_Configuration
12 #define AesalonMonitor_Configuration
14 namespace Monitor {
16 class Configuration {
17 public:
18 Configuration();
19 ~Configuration();
22 } // namespace Monitor
24 #endif