summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB_Core.inl')
-rw-r--r--TAO/tao/ORB_Core.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ORB_Core.inl b/TAO/tao/ORB_Core.inl
index 480a0df637c..ca3defce178 100644
--- a/TAO/tao/ORB_Core.inl
+++ b/TAO/tao/ORB_Core.inl
@@ -346,8 +346,8 @@ TAO_ORB_Core::tss_cleanup_funcs (void)
return &(this->tss_cleanup_funcs_);
}
-ACE_INLINE bool
-TAO_ORB_Core::has_shutdown (void) const
+ACE_INLINE int
+TAO_ORB_Core::has_shutdown (void)
{
return this->has_shutdown_;
}