diff options
| author | 2005-05-15 22:58:24 +0000 | |
|---|---|---|
| committer | 2005-05-15 22:58:24 +0000 | |
| commit | ab01aaeeee9aed655df2eec2522072233fe3aa57 (patch) | |
| tree | ba5f3d6f130e6363491afe8d2d1808c8033a8878 /src/inspircd_io.cpp | |
| parent | Changed to use __single_client_alloc, supposedly faster in single-thread situ... (diff) | |
| download | inspircd++-ab01aaeeee9aed655df2eec2522072233fe3aa57.tar.gz inspircd++-ab01aaeeee9aed655df2eec2522072233fe3aa57.tar.bz2 inspircd++-ab01aaeeee9aed655df2eec2522072233fe3aa57.zip | |
Changed to use __single_client_alloc, faster on most systems in a single thread
Specified namespace std in *all* files
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1404 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd_io.cpp')
| -rw-r--r-- | src/inspircd_io.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inspircd_io.cpp b/src/inspircd_io.cpp index fcbb83aae..43e0eec0b 100644 --- a/src/inspircd_io.cpp +++ b/src/inspircd_io.cpp @@ -14,6 +14,8 @@ * --------------------------------------------------- */ +using namespace std; + #include <sys/time.h> #include <sys/resource.h> #include <sys/types.h> @@ -28,8 +30,6 @@ #include "inspstring.h" #include "helperfuncs.h" -using namespace std; - extern FILE *log_file; extern int boundPortCount; extern int openSockfd[MAXSOCKS]; |
