From: Marek P. <ma...@us...> - 2002-04-08 23:30:06
|
Update of /cvsroot/javaprofiler/library/src/shared In directory usw-pr-cvs1:/tmp/cvs-serv8146/src/shared Modified Files: method.h Log Message: fixes Index: method.h =================================================================== RCS file: /cvsroot/javaprofiler/library/src/shared/method.h,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** method.h 21 Nov 2001 22:31:51 -0000 1.21 --- method.h 8 Apr 2002 23:30:01 -0000 1.22 *************** *** 112,115 **** --- 112,120 ---- public: + + /// a flag indicating modification of cpu/mon data + int cpumonModif; + + public: /// Default constructor. *************** *** 119,123 **** endLineno( 0), methodId( 0), ! clss( NULL) {} --- 124,130 ---- endLineno( 0), methodId( 0), ! clss( NULL), ! ! cpumonModif( 0) {} |