Revision: 1031
http://dcplusplus.svn.sourceforge.net/dcplusplus/?rev=1031&view=rev
Author: arnetheduck
Date: 2008-03-07 15:13:00 -0800 (Fri, 07 Mar 2008)
Log Message:
-----------
init order
Modified Paths:
--------------
dcplusplus/trunk/dcpp/BufferedSocket.cpp
Modified: dcplusplus/trunk/dcpp/BufferedSocket.cpp
===================================================================
--- dcplusplus/trunk/dcpp/BufferedSocket.cpp 2008-03-07 23:01:59 UTC (rev 1030)
+++ dcplusplus/trunk/dcpp/BufferedSocket.cpp 2008-03-07 23:13:00 UTC (rev 1031)
@@ -35,8 +35,8 @@
#define POLL_TIMEOUT 250
BufferedSocket::BufferedSocket(char aSeparator) throw(ThreadException) :
-separator(aSeparator), mode(MODE_LINE), dataBytes(0), rollback(0), disconnecting(false),
-state(STARTING)
+separator(aSeparator), mode(MODE_LINE), dataBytes(0), rollback(0), state(STARTING),
+disconnecting(false)
{
start();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|