taskrambler  0.1.9
Web server and task management solution.
class.h
Go to the documentation of this file.
1 #ifndef __CLASS_H__
2 #define __CLASS_H__
3 
4 #include "class/class.h"
5 #include "class/interface.h"
7 
8 #endif // __CLASS_H__
9 
10 // vim: set ts=4 sw=4: