16 lines
145 B
C++
16 lines
145 B
C++
#ifndef ___init_h__
|
|
#define ___init_h__
|
|
|
|
namespace http {
|
|
|
|
class _init : ActionQueue {
|
|
|
|
public:
|
|
_init();
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif
|