diff -r 5280e37405b8 -r 2f2a4a76dd22 Cooperation/CooperationServer.py --- a/Cooperation/CooperationServer.py Sat May 17 19:58:49 2014 +0200 +++ b/Cooperation/CooperationServer.py Sun May 18 14:13:09 2014 +0200 @@ -39,7 +39,7 @@ def incomingConnection(self, socketDescriptor): """ - Protected method handling an incoming connection. + Public method handling an incoming connection. @param socketDescriptor native socket descriptor (integer) """