linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #01545
[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2183: delete forward-declared remnants of ServerSocket
------------------------------------------------------------
revno: 2183
committer: cologic <ne5@xxxxxxxxxxx>
branch nick: dcplusplus
timestamp: Thu 2010-07-15 10:17:18 -0400
message:
delete forward-declared remnants of ServerSocket
modified:
dcpp/Socket.h
dcpp/forward.h
--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk
Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'dcpp/Socket.h'
--- dcpp/Socket.h 2010-07-10 15:49:05 +0000
+++ dcpp/Socket.h 2010-07-15 14:17:18 +0000
@@ -59,8 +59,6 @@
static string errorToString(int aError) throw();
};
-class ServerSocket;
-
class Socket
{
public:
=== modified file 'dcpp/forward.h'
--- dcpp/forward.h 2010-02-11 21:44:13 +0000
+++ dcpp/forward.h 2010-07-15 14:17:18 +0000
@@ -83,8 +83,6 @@
typedef boost::intrusive_ptr<SearchResult> SearchResultPtr;
typedef std::vector<SearchResultPtr> SearchResultList;
-class ServerSocket;
-
class Socket;
class SocketException;