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/module/Loader.h
12 #ifndef AesalonMonitor_Module_Loader_H
13 #define AesalonMonitor_Module_Loader_H
17 #include "common/ModuleID.h"
18 #include "module/List.h"
26 static ModuleID m_last
;
27 Config::Vault
*m_vault
;
33 List
*moduleList() const { return m_moduleList
; }
37 void loadModule(std::string name
);
41 } // namespace Monitor