]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/connection.h
Commented new functions
[user/henk/code/inspircd.git] / include / connection.h
index 304f20cd9abec370c3f5a35c1cbe3b3ec14b39db..614a3146d7628bb69775d114ca55e57589c43b6a 100644 (file)
@@ -27,6 +27,7 @@
 #include <time.h>
 #include <vector>
 #include <deque>
+#include <sstream>
 
 #ifndef __CONNECTION_H__
 #define __CONNECTION_H__
@@ -78,11 +79,13 @@ class ircd_connector : public Extensible
         */
        bool SetHostAddress(char* host, int port);
 
-       /** IRCD Buffer for input characters, holds one line
-        */
-       std::string ircdbuffer;
 
  public:
+
+        /** IRCD Buffer for input characters, holds one line
+         */
+        std::string ircdbuffer;
+
  
        /** When MakeOutboundConnection is called, these public members are
         * filled with the details passed to the function, for future