Began removal of platform/. The Monitor:: namespace is completely converted.
[aesalon.git] / src / monitor / elf / DynamicSymbol.h
blobd9d6b244564f56c416fb4e4e3e6825d60b2d3595
1 #ifndef AESALON_MONITOR_ELF_DYNAMIC_SYMBOL_H
2 #define AESALON_MONITOR_ELF_DYNAMIC_SYMBOL_H
4 namespace Aesalon {
5 namespace Monitor {
6 namespace ELF {
8 class DynamicSymbol {
9 public:
12 } // namespace ELF
13 } // namespace Monitor
14 } // namespace Aesalon
16 #endif