summaryrefslogtreecommitdiff
path: root/include/inspsocket.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-10 18:22:16 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-10 18:22:16 +0000
commit3dacf1edd2e1e623b07819bb483ae61eff3854cd (patch)
tree30cf80a7c57f2c3fe0c630bdfb51785ac5d1b3b7 /include/inspsocket.h
parentb9fbf3621c2a3ee18dd9c575d086fc16905f4793 (diff)
Made a load more stuff Extensible which might be of use to someone
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4293 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspsocket.h')
-rw-r--r--include/inspsocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspsocket.h b/include/inspsocket.h
index 9858f0432..56c04373d 100644
--- a/include/inspsocket.h
+++ b/include/inspsocket.h
@@ -45,7 +45,7 @@ enum InspSocketError { I_ERR_TIMEOUT, I_ERR_SOCKET, I_ERR_CONNECT, I_ERR_BIND, I
* and use the InspSocket constructors to establish connections
* and bindings.
*/
-class InspSocket
+class InspSocket : public Extensible
{
protected: