From e272d78be8e4e2c1e1dc10fd5e3b92cef9e58a0b Mon Sep 17 00:00:00 2001 From: sma Date: Thu, 5 Aug 2010 13:23:23 +0000 Subject: ChangeLogTag: Thu Aug 5 13:25:00 UTC 2010 Build CZar --- TAO/ChangeLog | 6 ++++++ TAO/tao/Valuetype/AbstractBase.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 5b84202cf30..1cc0fed2e64 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Thu Aug 5 13:25:00 UTC 2010 Build CZar + + * tao/Valuetype/AbstractBase.h: + + Removed hard-coded 'inline' from declaration of _decr_refcount(). + Wed Aug 4 20:52:39 UTC 2010 Jeff Parsons * TAO_IDL/be/be_codegen.cpp: diff --git a/TAO/tao/Valuetype/AbstractBase.h b/TAO/tao/Valuetype/AbstractBase.h index e76e2683037..9dabff20d5e 100644 --- a/TAO/tao/Valuetype/AbstractBase.h +++ b/TAO/tao/Valuetype/AbstractBase.h @@ -129,7 +129,7 @@ namespace CORBA /// Wrapper for _remove_ref(), naming convention for /// templatizing. - inline void _decr_refcount (void); + void _decr_refcount (void); protected: -- cgit v1.2.1