From: Marek P. <ma...@us...> - 2001-09-23 16:50:18
|
Update of /cvsroot/javaprofiler/library/src/commun In directory usw-pr-cvs1:/tmp/cvs-serv6750/src/commun Modified Files: commun.h communSocket.h Log Message: documentation to IProf interface added Index: commun.h =================================================================== RCS file: /cvsroot/javaprofiler/library/src/commun/commun.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** commun.h 2001/09/02 20:14:21 1.4 --- commun.h 2001/09/23 16:50:15 1.5 *************** *** 44,52 **** ** changed. ** ! ** @see CommunSocket ** ** @author Marek Przeczek */ class Commun { protected: --- 44,53 ---- ** changed. ** ! ** @see CommunSocket, CommunShMem ** ** @author Marek Przeczek */ class Commun { + protected: Index: communSocket.h =================================================================== RCS file: /cvsroot/javaprofiler/library/src/commun/communSocket.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** communSocket.h 2001/09/02 20:14:21 1.7 --- communSocket.h 2001/09/23 16:50:15 1.8 *************** *** 98,102 **** ** socket communication - waits for client and makes a connection. ** Once a client is connected to this server, another client ! ** has no possibility to connect. ** ** @return 0 (failed); --- 98,103 ---- ** socket communication - waits for client and makes a connection. ** Once a client is connected to this server, another client ! ** has no possibility to connect. If used in client mode, it tries ! ** to connect to server. ** ** @return 0 (failed); |