summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-11-22 10:55:01 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-11-22 10:55:01 +0000
commit62ec50d8bd7114b738a1932e0818f969c4e4c285 (patch)
tree576972a1e72146ad12d3c04a196741a9bb526840 /TAO/tao/ORB_Core.inl
parent6378c7d9c00439069ad73d79e2f6b01eeb2ceb1e (diff)
downloadATCD-62ec50d8bd7114b738a1932e0818f969c4e4c285.tar.gz
Wed Nov 22 10:54:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
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 ca3defce178..480a0df637c 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 int
-TAO_ORB_Core::has_shutdown (void)
+ACE_INLINE bool
+TAO_ORB_Core::has_shutdown (void) const
{
return this->has_shutdown_;
}