Added type names to events.

This commit is contained in:
rakshasa
2012-02-14 19:37:21 +09:00
parent 7fe2fb1584
commit 45d2d0bd49
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -59,6 +59,8 @@ public:
SCgi() : m_logFd(-1) {}
virtual ~SCgi();
const char* type_name() const { return "scgi"; }
void open_port(void* sa, unsigned int length, bool dontRoute);
void open_named(const std::string& filename);