summaryrefslogtreecommitdiff
path: root/TAO/tao/any.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/any.h')
-rw-r--r--TAO/tao/any.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/any.h b/TAO/tao/any.h
index e987f25cd5e..817ebb6c761 100644
--- a/TAO/tao/any.h
+++ b/TAO/tao/any.h
@@ -246,6 +246,9 @@ private:
ACE_SYNCH_MUTEX lock_;
// Serialize access to the reference count.
+#if defined(__ACE_INLINE__)
+ ACE_INLINE
+#endif /* __ACE_INLINE__ */
void replace (CORBA::TypeCode_ptr type,
const void *value,
CORBA::Boolean orb_owns_data);