summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-08-05 13:23:23 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-08-05 13:23:23 +0000
commite272d78be8e4e2c1e1dc10fd5e3b92cef9e58a0b (patch)
tree558e4defc0d1fee03710c066c83a45840691e43b
parent12e7d07380ee02fbf33b4de7e1e76b9eed2273ea (diff)
downloadATCD-e272d78be8e4e2c1e1dc10fd5e3b92cef9e58a0b.tar.gz
ChangeLogTag: Thu Aug 5 13:25:00 UTC 2010 Build CZar <buildczar at prismtech dot com>
-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: