Summary: | Renaming PortableServer::RefCountServantBase::_ref_count to _refcount_value | ||
---|---|---|---|
Product: | TAO | Reporter: | fp |
Component: | POA | Assignee: | Johnny Willemsen <jwillemsen> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | fp |
Priority: | P3 | ||
Version: | 1.4.2 | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 1278 |
Description
fp
2004-09-29 12:20:31 CDT
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 |