📄 ifr_extendeds.cpp.diff
字号:
@@ -5967,7 +5967,7 @@
return ACE_reinterpret_cast (
POA_CORBA_ValueDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ValueDef:1.0"
+ "IDL:omg.org/CORBA/ValueDef:1.0"
)
)->base_value (
ACE_TRY_ENV
@@ -5997,7 +5997,7 @@
ACE_reinterpret_cast (
POA_CORBA_ValueDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ValueDef:1.0"
+ "IDL:omg.org/CORBA/ValueDef:1.0"
)
)->base_value (
base_value,
@@ -6030,7 +6030,7 @@
return ACE_reinterpret_cast (
POA_CORBA_ValueDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ValueDef:1.0"
+ "IDL:omg.org/CORBA/ValueDef:1.0"
)
)->abstract_base_values (
ACE_TRY_ENV
@@ -6060,7 +6060,7 @@
ACE_reinterpret_cast (
POA_CORBA_ValueDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ValueDef:1.0"
+ "IDL:omg.org/CORBA/ValueDef:1.0"
)
)->abstract_base_values (
abstract_base_values,
@@ -6093,7 +6093,7 @@
return ACE_reinterpret_cast (
POA_CORBA_ValueDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ValueDef:1.0"
+ "IDL:omg.org/CORBA/ValueDef:1.0"
)
)->is_abstract (
ACE_TRY_ENV
@@ -6123,7 +6123,7 @@
ACE_reinterpret_cast (
POA_CORBA_ValueDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ValueDef:1.0"
+ "IDL:omg.org/CORBA/ValueDef:1.0"
)
)->is_abstract (
is_abstract,
@@ -6156,7 +6156,7 @@
return ACE_reinterpret_cast (
POA_CORBA_ValueDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ValueDef:1.0"
+ "IDL:omg.org/CORBA/ValueDef:1.0"
)
)->is_custom (
ACE_TRY_ENV
@@ -6186,7 +6186,7 @@
ACE_reinterpret_cast (
POA_CORBA_ValueDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ValueDef:1.0"
+ "IDL:omg.org/CORBA/ValueDef:1.0"
)
)->is_custom (
is_custom,
@@ -6219,7 +6219,7 @@
return ACE_reinterpret_cast (
POA_CORBA_ValueDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ValueDef:1.0"
+ "IDL:omg.org/CORBA/ValueDef:1.0"
)
)->is_truncatable (
ACE_TRY_ENV
@@ -6249,7 +6249,7 @@
ACE_reinterpret_cast (
POA_CORBA_ValueDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ValueDef:1.0"
+ "IDL:omg.org/CORBA/ValueDef:1.0"
)
)->is_truncatable (
is_truncatable,
@@ -6283,7 +6283,7 @@
return ACE_reinterpret_cast (
POA_CORBA_ValueDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ValueDef:1.0"
+ "IDL:omg.org/CORBA/ValueDef:1.0"
)
)->is_a (
id,
@@ -6315,7 +6315,7 @@
return ACE_reinterpret_cast (
POA_CORBA_ValueDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ValueDef:1.0"
+ "IDL:omg.org/CORBA/ValueDef:1.0"
)
)->describe_value (
ACE_TRY_ENV
@@ -6351,7 +6351,7 @@
return ACE_reinterpret_cast (
POA_CORBA_ValueDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ValueDef:1.0"
+ "IDL:omg.org/CORBA/ValueDef:1.0"
)
)->create_value_member (
id,
@@ -6392,7 +6392,7 @@
return ACE_reinterpret_cast (
POA_CORBA_ValueDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ValueDef:1.0"
+ "IDL:omg.org/CORBA/ValueDef:1.0"
)
)->create_attribute (
id,
@@ -6436,7 +6436,7 @@
return ACE_reinterpret_cast (
POA_CORBA_ValueDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ValueDef:1.0"
+ "IDL:omg.org/CORBA/ValueDef:1.0"
)
)->create_operation (
id,
@@ -8177,11 +8177,11 @@
ACE_CHECK_RETURN (0);
if (
- (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA_ValueDef:1.0")) ||
- (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA_Container: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/ValueDef:1.0")) ||
+ (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Container: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
@@ -8192,15 +8192,15 @@
const char* logical_type_id
)
{
- if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA_ValueDef:1.0") == 0)
+ if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA/ValueDef:1.0") == 0)
return ACE_static_cast (POA_CORBA_ValueDef_ptr, this);
- 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_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);
@@ -8214,7 +8214,7 @@
const char* POA_CORBA_ValueDef::_interface_repository_id (void) const
{
- return "IDL:omg.org/CORBA_ValueDef:1.0";
+ return "IDL:omg.org/CORBA/ValueDef:1.0";
}
CORBA_ValueDef*
@@ -8242,7 +8242,7 @@
public:
const TAO_operation_db_entry * lookup (const char *str, unsigned int len);
};
-/* starting time is 17:22:35 */
+/* starting time is 13:56:24 */
/* 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_ValueBoxDef_Perfect_Hash_OpTable -N lookup */
unsigned int
@@ -8372,7 +8372,7 @@
}
return 0;
}
-/* ending time is 17:22:35 */
+/* ending time is 13:56:24 */
static TAO_CORBA_ValueBoxDef_Perfect_Hash_OpTable tao_CORBA_ValueBoxDef_optable;
#if (TAO_HAS_INTERCEPTORS == 1)
@@ -8765,7 +8765,7 @@
return ACE_reinterpret_cast (
POA_CORBA_ValueBoxDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ValueBoxDef:1.0"
+ "IDL:omg.org/CORBA/ValueBoxDef:1.0"
)
)->original_type_def (
ACE_TRY_ENV
@@ -8795,7 +8795,7 @@
ACE_reinterpret_cast (
POA_CORBA_ValueBoxDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ValueBoxDef:1.0"
+ "IDL:omg.org/CORBA/ValueBoxDef:1.0"
)
)->original_type_def (
original_type_def,
@@ -9084,11 +9084,11 @@
ACE_CHECK_RETURN (0);
if (
- (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA_ValueBoxDef: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, "IDL:omg.org/CORBA/ValueBoxDef: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
@@ -9099,15 +9099,15 @@
const char* logical_type_id
)
{
- if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA_ValueBoxDef:1.0") == 0)
+ if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA/ValueBoxDef:1.0") == 0)
return ACE_static_cast (POA_CORBA_ValueBoxDef_ptr, this);
- 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);
@@ -9121,7 +9121,7 @@
const char* POA_CORBA_ValueBoxDef::_interface_repository_id (void) const
{
- return "IDL:omg.org/CORBA_ValueBoxDef:1.0";
+ return "IDL:omg.org/CORBA/ValueBoxDef:1.0";
}
CORBA_ValueBoxDef*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -