#include "tao/ORB_Table.h"#include "tao/ORB_Core.h"#include "tao/TAO_Singleton.h"#include "ace/SString.h"#include "ace/OS_NS_string.h"
Go to the source code of this file.
Functions | |
| ACE_RCSID (tao, ORB_Table,"$Id: ORB_Table.cpp 83457 2008-10-27 12:32:48Z johnnyw $") 1 TAO | |
| ACE_RCSID | ( | tao | , | |
| ORB_Table | , | |||
| "$Id: ORB_Table.cpp 83457 2008-10-27 12:32:48Z johnnyw $" | ||||
| ) |
Definition at line 13 of file ORB_Table.cpp.
00015 : ORB_Table.cpp 83457 2008-10-27 12:32:48Z johnnyw $") 00016 00017 00018 // **************************************************************** 00019 00020 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00021 00022 TAO::ORB_Table::ORB_Table (void) 00023 : lock_ (), 00024 first_orb_not_default_ (false), 00025 table_ (TAO_DEFAULT_ORB_TABLE_SIZE), 00026 first_orb_ (0) 00027 { 00028 }
1.6.1