Please report new issues athttps://github.com/DOCGroup
According to the latest C++ mapping document, PortableServer::Servant ought to have an operation "CORBA::ULong _refcount_value ()", returning the current reference count. RefCountServantBase has the _ref_count operation, but with the wrong name and signature.
accepted
I will take care of this.
accept
Is fixed in the POArefactor2 branch and will get probably in the x.4.4 release.
This has been fixed and committed to cvs head. It will appear in the upcoming x.4.4 release. Thanks for reporting this. Sun Jan 9 10:30:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl> * tao/PortableServer/Servant_Base.{h,cpp,i}: * tao/PortableServer/Local_Servant_Base.{h,cpp,inl}: Moved TAO_Local_ServantBase to its own file. Also changed TAO_RefCountServantBase::_ref_count to TAO_RefCountServantBase::_refcount_value, the first was TAO specific, the second is defined by the corba spec. This fixes bugzilla [1951]. Thanks to Frank Pilhofer <fp at mc dot com> for reporting this * tao/Makefile.am: Updated for change above