------------------------------------------------------------
revno: 2183
committer: cologic <[email protected]>
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;
 

_______________________________________________
Mailing list: https://launchpad.net/~linuxdcpp-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~linuxdcpp-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to