📄 ifr_bases.cpp.diff
字号:
+ "IDL:omg.org/CORBA/Container:1.0"
)
)->lookup_name (
search_name,
@@ -7054,7 +7055,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Container_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Container:1.0"
+ "IDL:omg.org/CORBA/Container:1.0"
)
)->describe_contents (
limit_type,
@@ -7091,7 +7092,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Container_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Container:1.0"
+ "IDL:omg.org/CORBA/Container:1.0"
)
)->create_module (
id,
@@ -7130,7 +7131,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Container_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Container:1.0"
+ "IDL:omg.org/CORBA/Container:1.0"
)
)->create_constant (
id,
@@ -7170,7 +7171,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Container_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Container:1.0"
+ "IDL:omg.org/CORBA/Container:1.0"
)
)->create_struct (
id,
@@ -7210,7 +7211,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Container_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Container:1.0"
+ "IDL:omg.org/CORBA/Container:1.0"
)
)->create_union (
id,
@@ -7250,7 +7251,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Container_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Container:1.0"
+ "IDL:omg.org/CORBA/Container:1.0"
)
)->create_enum (
id,
@@ -7289,7 +7290,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Container_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Container:1.0"
+ "IDL:omg.org/CORBA/Container:1.0"
)
)->create_alias (
id,
@@ -7328,7 +7329,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Container_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Container:1.0"
+ "IDL:omg.org/CORBA/Container:1.0"
)
)->create_interface (
id,
@@ -7373,7 +7374,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Container_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Container:1.0"
+ "IDL:omg.org/CORBA/Container:1.0"
)
)->create_value (
id,
@@ -7418,7 +7419,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Container_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Container:1.0"
+ "IDL:omg.org/CORBA/Container:1.0"
)
)->create_value_box (
id,
@@ -7457,7 +7458,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Container_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Container:1.0"
+ "IDL:omg.org/CORBA/Container:1.0"
)
)->create_exception (
id,
@@ -7495,7 +7496,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Container_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Container:1.0"
+ "IDL:omg.org/CORBA/Container:1.0"
)
)->create_native (
id,
@@ -7533,7 +7534,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Container_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Container:1.0"
+ "IDL:omg.org/CORBA/Container:1.0"
)
)->create_abstract_interface (
id,
@@ -7572,7 +7573,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Container_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Container:1.0"
+ "IDL:omg.org/CORBA/Container:1.0"
)
)->create_local_interface (
id,
@@ -9418,8 +9419,8 @@
ACE_CHECK_RETURN (0);
if (
- (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA_Container:1.0")) ||
- (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA_IRObject:1.0")) ||
+ (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Container:1.0")) ||
+ (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/IRObject:1.0")) ||
(!ACE_OS::strcmp ((char *)value, base_id)))
return 1;
else
@@ -9430,9 +9431,9 @@
const char* logical_type_id
)
{
- if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA_Container:1.0") == 0)
+ if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA/Container:1.0") == 0)
return ACE_static_cast (POA_CORBA_Container_ptr, this);
- if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA_IRObject:1.0") == 0)
+ if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA/IRObject:1.0") == 0)
return ACE_static_cast (POA_CORBA_IRObject_ptr, this);
if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA/Object:1.0") == 0)
return ACE_static_cast(PortableServer::Servant, this);
@@ -9446,7 +9447,7 @@
const char* POA_CORBA_Container::_interface_repository_id (void) const
{
- return "IDL:omg.org/CORBA_Container:1.0";
+ return "IDL:omg.org/CORBA/Container:1.0";
}
CORBA_Container*
@@ -9474,7 +9475,7 @@
public:
const TAO_operation_db_entry * lookup (const char *str, unsigned int len);
};
-/* starting time is 17:22:30 */
+/* starting time is 12:14:19 */
/* C++ code produced by gperf version 2.8 (ACE version) */
/* Command-line: gperf -m -M -J -c -C -D -E -T -f 0 -F 0 -a -o -t -p -K opname_ -L C++ -Z TAO_CORBA_IDLType_Perfect_Hash_OpTable -N lookup */
unsigned int
@@ -9571,7 +9572,7 @@
}
return 0;
}
-/* ending time is 17:22:30 */
+/* ending time is 12:14:19 */
static TAO_CORBA_IDLType_Perfect_Hash_OpTable tao_CORBA_IDLType_optable;
#if (TAO_HAS_INTERCEPTORS == 1)
@@ -9841,7 +9842,7 @@
return ACE_reinterpret_cast (
POA_CORBA_IDLType_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_IDLType:1.0"
+ "IDL:omg.org/CORBA/IDLType:1.0"
)
)->type (
ACE_TRY_ENV
@@ -10046,8 +10047,8 @@
ACE_CHECK_RETURN (0);
if (
- (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA_IDLType:1.0")) ||
- (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA_IRObject:1.0")) ||
+ (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/IDLType:1.0")) ||
+ (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/IRObject:1.0")) ||
(!ACE_OS::strcmp ((char *)value, base_id)))
return 1;
else
@@ -10058,9 +10059,9 @@
const char* logical_type_id
)
{
- if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA_IDLType:1.0") == 0)
+ if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA/IDLType:1.0") == 0)
return ACE_static_cast (POA_CORBA_IDLType_ptr, this);
- if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA_IRObject:1.0") == 0)
+ if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA/IRObject:1.0") == 0)
return ACE_static_cast (POA_CORBA_IRObject_ptr, this);
if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA/Object:1.0") == 0)
return ACE_static_cast(PortableServer::Servant, this);
@@ -10074,7 +10075,7 @@
const char* POA_CORBA_IDLType::_interface_repository_id (void) const
{
- return "IDL:omg.org/CORBA_IDLType:1.0";
+ return "IDL:omg.org/CORBA/IDLType:1.0";
}
CORBA_IDLType*
@@ -10102,7 +10103,7 @@
public:
const TAO_operation_db_entry * lookup (const char *str, unsigned int len);
};
-/* starting time is 17:22:30 */
+/* starting time is 12:14:19 */
/* C++ code produced by gperf version 2.8 (ACE version) */
/* Command-line: gperf -m -M -J -c -C -D -E -T -f 0 -F 0 -a -o -t -p -K opname_ -L C++ -Z TAO_CORBA_TypedefDef_Perfect_Hash_OpTable -N lookup */
unsigned int
@@ -10230,7 +10231,7 @@
}
return 0;
}
-/* ending time is 17:22:30 */
+/* ending time is 12:14:19 */
static TAO_CORBA_TypedefDef_Perfect_Hash_OpTable tao_CORBA_TypedefDef_optable;
#if (TAO_HAS_INTERCEPTORS == 1)
@@ -10473,10 +10474,10 @@
ACE_CHECK_RETURN (0);
if (
- (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA_TypedefDef:1.0")) ||
- (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA_Contained:1.0")) ||
- (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA_IDLType:1.0")) ||
- (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA_IRObject:1.0")) ||
+ (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/TypedefDef:1.0")) ||
+ (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Contained:1.0")) ||
+ (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/IDLType:1.0")) ||
+ (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/IRObject:1.0")) ||
(!ACE_OS::strcmp ((char *)value, base_id)))
return 1;
else
@@ -10487,13 +10488,13 @@
const char* logical_type_id
)
{
- if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA_TypedefDef:1.0") == 0)
+ if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA/TypedefDef:1.0") == 0)
return ACE_static_cast (POA_CORBA_TypedefDef_ptr, this);
- if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA_Contained:1.0") == 0)
+ if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA/Contained:1.0") == 0)
return ACE_static_cast (POA_CORBA_Contained_ptr, this);
- if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA_IDLType:1.0") == 0)
+ if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA/IDLType:1.0") == 0)
return ACE_static_cast (POA_CORBA_IDLType_ptr, this);
- if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA_IRObject:1.0") == 0)
+ if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA/IRObject:1.0") == 0)
return ACE_static_cast (POA_CORBA_IRObject_ptr, this);
if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA/Object:1.0") == 0)
return ACE_static_cast(PortableServer::Servant, this);
@@ -10507,7 +10508,7 @@
const char* POA_CORBA_TypedefDef::_interface_repository_id (void) const
{
- return "IDL:omg.org/CORBA_TypedefDef:1.0";
+ return "IDL:omg.org/CORBA/TypedefDef:1.0";
}
CORBA_TypedefDef*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -