summaryrefslogtreecommitdiff
path: root/ACE/ace/Naming_Context.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-01-14 14:13:58 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-01-14 14:13:58 +0000
commit8becc35114714967dbf2f23687addbce634e155a (patch)
tree81088ab66202427c01305c2f8a95fadc1b12625d /ACE/ace/Naming_Context.inl
parent78921d12d027f15668eae758b2cd09b6baf077b5 (diff)
downloadATCD-8becc35114714967dbf2f23687addbce634e155a.tar.gz
Wed Jan 14 13:13:46 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/os_include/os_typeinfo.h: New file to wrap typeinfo * ace/Makefile.am: Added new file * ace/Naming_Context.{h,cpp,inl}: Changed debug/verbosity to a bool
Diffstat (limited to 'ACE/ace/Naming_Context.inl')
-rw-r--r--ACE/ace/Naming_Context.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Naming_Context.inl b/ACE/ace/Naming_Context.inl
index 4c90343c1ee..88fedf0c3f2 100644
--- a/ACE/ace/Naming_Context.inl
+++ b/ACE/ace/Naming_Context.inl
@@ -14,7 +14,7 @@ ACE_Name_Options::use_registry (bool x)
this->use_registry_ = x;
}
-ACE_INLINE int
+ACE_INLINE bool
ACE_Name_Options::verbose (void)
{
ACE_TRACE ("ACE_Name_Options::verbose");
@@ -35,7 +35,7 @@ ACE_Name_Options::namespace_dir (void)
return this->namespace_dir_;
}
-ACE_INLINE int
+ACE_INLINE bool
ACE_Name_Options::debug (void)
{
ACE_TRACE ("ACE_Name_Options::debug");