diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-06-15 16:21:09 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-06-15 16:21:09 +0000 |
commit | afe99da316b6f63900df2bd8711ab515f4977f6a (patch) | |
tree | 9ebec758f4498eb6a29131ac48f98ba97c1e8ac5 /win/inspircd_win32wrapper.h | |
parent | d15b915ef5e5740194716ab3685dfe6c8b5f79f5 (diff) |
Base stuff for named pipe IPC
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9910 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win/inspircd_win32wrapper.h')
-rw-r--r-- | win/inspircd_win32wrapper.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h index d7b1d9cef..a7a323693 100644 --- a/win/inspircd_win32wrapper.h +++ b/win/inspircd_win32wrapper.h @@ -193,17 +193,6 @@ class InspIRCd; class ValueItem; class ServerConfig; -class IPC -{ - private: - InspIRCd* Instance; - HANDLE hIPCPipe; - public: - IPC(InspIRCd* Srv); - void Check(); - ~IPC(); -}; - /* Look up the nameserver in use from the registry on windows */ std::string FindNameServerWin(); |