From cba550cb9758190cd5d1549918ed63df806bab45 Mon Sep 17 00:00:00 2001 From: om Date: Mon, 3 Jul 2006 16:39:09 +0000 Subject: Change InspSocket's private members to only be protected, I couldn't find any other way to do this before we get around to rewriting the socket engine. Commit very first, very alpha, not-very functional version of the PostgreSQL module. It compiles..and that's..err..about it git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4112 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspsocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/inspsocket.h b/include/inspsocket.h index e32b06bbb..6994e1647 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -47,7 +47,7 @@ enum InspSocketError { I_ERR_TIMEOUT, I_ERR_SOCKET, I_ERR_CONNECT, I_ERR_BIND, I */ class InspSocket { -private: +protected: std::deque outbuffer; -- cgit v1.2.3