From: Karel G. <kg...@us...> - 2002-01-01 19:34:50
|
Update of /cvsroot/micomt/mico/include/mico In directory usw-pr-cvs1:/tmp/cvs-serv6787/include/mico Modified Files: iop.h Log Message: - fixed managing of GIOPConn's active refs on client side (IIOPProxy) - it causes bug #439533 ---------------------------------------------------------------------- Index: iop.h =================================================================== RCS file: /cvsroot/micomt/mico/include/mico/iop.h,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -r1.34 -r1.35 *** iop.h 2001/11/24 19:45:26 1.34 --- iop.h 2002/01/01 19:34:46 1.35 *************** *** 425,428 **** --- 425,436 ---- void release_exclusive () { _excl_mutex.unlock(); }; + + // added for debuging reason + // because I'm not able to add breakpoint on line in .h file :-(( + CORBA::Boolean + active_ref(); + + void + active_deref(); #else void start() |