Naming_Context.inl

Go to the documentation of this file.
00001 // $Id: Naming_Context.inl 80826 2008-03-04 14:51:23Z wotte $
00002 
00003 ACE_INLINE bool
00004 ACE_Name_Options::use_registry (void) const
00005 {
00006   ACE_TRACE ("ACE_Name_Options::use_registry");
00007   return this->use_registry_;
00008 }
00009 
00010 ACE_INLINE void
00011 ACE_Name_Options::use_registry (bool x)
00012 {
00013   ACE_TRACE ("ACE_Name_Options::use_registry");
00014   this->use_registry_ = x;
00015 }
00016 
00017 ACE_INLINE int
00018 ACE_Name_Options::verbose (void)
00019 {
00020   ACE_TRACE ("ACE_Name_Options::verbose");
00021   return this->verbosity_;
00022 }
00023 
00024 ACE_INLINE const ACE_TCHAR *
00025 ACE_Name_Options::process_name (void)
00026 {
00027   ACE_TRACE ("ACE_Name_Options::process_name");
00028   return this->process_name_;
00029 }
00030 
00031 ACE_INLINE const ACE_TCHAR *
00032 ACE_Name_Options::namespace_dir (void)
00033 {
00034   ACE_TRACE ("ACE_Name_Options::namespace_dir");
00035   return this->namespace_dir_;
00036 }
00037 
00038 ACE_INLINE int
00039 ACE_Name_Options::debug (void)
00040 {
00041   ACE_TRACE ("ACE_Name_Options::debug");
00042   return this->debugging_;
00043 }
00044 

Generated on Tue Feb 2 17:18:41 2010 for ACE by  doxygen 1.4.7