LRT13
1.0
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Log
Loggable.h
1
#ifndef LOGGABLE_H_
2
#define LOGGABLE_H_
3
#include <fstream>
4
5
class
LogManager
;
6
12
class
Loggable
13
{
14
public
:
15
Loggable
();
16
virtual
~
Loggable
();
17
21
virtual
void
Log
() = 0;
22
private
:
23
const
LogManager
* m_logger;
24
};
25
26
#endif
Generated on Thu Nov 28 2013 20:16:51 for LRT13 by
1.8.3