summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tao/Valuetype/AbstractBase.h2
2 files changed, 7 insertions, 1 deletions
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 <buildczar at prismtech dot com>
+
+ * tao/Valuetype/AbstractBase.h:
+
+ Removed hard-coded 'inline' from declaration of _decr_refcount().
+
Wed Aug 4 20:52:39 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
* 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: