📄 ifr_basics.cpp.diff
字号:
--- orig/IFR_BasicS.cpp Mon Apr 30 22:22:33 2001
+++ IFR_BasicS.cpp Fri May 11 00:01:55 2001
@@ -1,6 +1,6 @@
// -*- C++ -*-
//
-// IFR_BasicS.cpp.diff,v 1.2 2001/05/11 01:29:39 parsons Exp
+// IFR_BasicS.cpp.diff,v 1.2 2001/05/11 01:29:39 parsons Exp
// **** Code generated by the The ACE ORB (TAO) IDL Compiler ****
// TAO and the TAO IDL Compiler have been developed by:
@@ -19,8 +19,8 @@
// Information about TAO is available at:
// http://www.cs.wustl.edu/~schmidt/TAO.html
-#ifndef _TAO_IDL_IFR_BASICS_CPP_
-#define _TAO_IDL_IFR_BASICS_CPP_
+#ifndef _TAO_IDL__________ORBSVCS_IFR_SERVICE_ORIG_IFR_BASICS_CPP_
+#define _TAO_IDL__________ORBSVCS_IFR_SERVICE_ORIG_IFR_BASICS_CPP_
#include "IFR_BasicS.h"
@@ -51,7 +51,7 @@
public:
const TAO_operation_db_entry * lookup (const char *str, unsigned int len);
};
-/* starting time is 17:22:32 */
+/* starting time is 13:56:20 */
/* 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_Repository_Perfect_Hash_OpTable -N lookup */
unsigned int
@@ -194,7 +194,7 @@
}
return 0;
}
-/* ending time is 17:22:32 */
+/* ending time is 13:56:20 */
static TAO_CORBA_Repository_Perfect_Hash_OpTable tao_CORBA_Repository_optable;
#if (TAO_HAS_INTERCEPTORS == 1)
@@ -1444,7 +1444,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Repository_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Repository:1.0"
+ "IDL:omg.org/CORBA/Repository:1.0"
)
)->lookup_id (
search_id,
@@ -1477,7 +1477,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Repository_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Repository:1.0"
+ "IDL:omg.org/CORBA/Repository:1.0"
)
)->get_canonical_typecode (
tc,
@@ -1510,7 +1510,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Repository_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Repository:1.0"
+ "IDL:omg.org/CORBA/Repository:1.0"
)
)->get_primitive (
kind,
@@ -1543,7 +1543,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Repository_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Repository:1.0"
+ "IDL:omg.org/CORBA/Repository:1.0"
)
)->create_string (
bound,
@@ -1576,7 +1576,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Repository_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Repository:1.0"
+ "IDL:omg.org/CORBA/Repository:1.0"
)
)->create_wstring (
bound,
@@ -1610,7 +1610,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Repository_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Repository:1.0"
+ "IDL:omg.org/CORBA/Repository:1.0"
)
)->create_sequence (
bound,
@@ -1645,7 +1645,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Repository_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Repository:1.0"
+ "IDL:omg.org/CORBA/Repository:1.0"
)
)->create_array (
length,
@@ -1680,7 +1680,7 @@
return ACE_reinterpret_cast (
POA_CORBA_Repository_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_Repository:1.0"
+ "IDL:omg.org/CORBA/Repository:1.0"
)
)->create_fixed (
digits,
@@ -2532,9 +2532,9 @@
ACE_CHECK_RETURN (0);
if (
- (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA_Repository: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, "IDL:omg.org/CORBA/Repository: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
@@ -2545,11 +2545,11 @@
const char* logical_type_id
)
{
- if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA_Repository:1.0") == 0)
+ if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA/Repository:1.0") == 0)
return ACE_static_cast (POA_CORBA_Repository_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_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);
@@ -2563,7 +2563,7 @@
const char* POA_CORBA_Repository::_interface_repository_id (void) const
{
- return "IDL:omg.org/CORBA_Repository:1.0";
+ return "IDL:omg.org/CORBA/Repository:1.0";
}
CORBA_Repository*
@@ -2591,7 +2591,7 @@
public:
const TAO_operation_db_entry * lookup (const char *str, unsigned int len);
};
-/* starting time is 17:22:32 */
+/* starting time is 13:56:21 */
/* 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_ModuleDef_Perfect_Hash_OpTable -N lookup */
unsigned int
@@ -2737,7 +2737,7 @@
}
return 0;
}
-/* ending time is 17:22:32 */
+/* ending time is 13:56:21 */
static TAO_CORBA_ModuleDef_Perfect_Hash_OpTable tao_CORBA_ModuleDef_optable;
#if (TAO_HAS_INTERCEPTORS == 1)
@@ -2980,10 +2980,10 @@
ACE_CHECK_RETURN (0);
if (
- (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA_ModuleDef: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_IRObject:1.0")) ||
+ (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/ModuleDef: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/IRObject:1.0")) ||
(!ACE_OS::strcmp ((char *)value, base_id)))
return 1;
else
@@ -2994,13 +2994,13 @@
const char* logical_type_id
)
{
- if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA_ModuleDef:1.0") == 0)
+ if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA/ModuleDef:1.0") == 0)
return ACE_static_cast (POA_CORBA_ModuleDef_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_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);
@@ -3014,7 +3014,7 @@
const char* POA_CORBA_ModuleDef::_interface_repository_id (void) const
{
- return "IDL:omg.org/CORBA_ModuleDef:1.0";
+ return "IDL:omg.org/CORBA/ModuleDef:1.0";
}
CORBA_ModuleDef*
@@ -3042,7 +3042,7 @@
public:
const TAO_operation_db_entry * lookup (const char *str, unsigned int len);
};
-/* starting time is 17:22:32 */
+/* starting time is 13:56:21 */
/* 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_ConstantDef_Perfect_Hash_OpTable -N lookup */
unsigned int
@@ -3174,7 +3174,7 @@
}
return 0;
}
-/* ending time is 17:22:32 */
+/* ending time is 13:56:21 */
static TAO_CORBA_ConstantDef_Perfect_Hash_OpTable tao_CORBA_ConstantDef_optable;
#if (TAO_HAS_INTERCEPTORS == 1)
@@ -3935,7 +3935,7 @@
return ACE_reinterpret_cast (
POA_CORBA_ConstantDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ConstantDef:1.0"
+ "IDL:omg.org/CORBA/ConstantDef:1.0"
)
)->type (
ACE_TRY_ENV
@@ -3966,7 +3966,7 @@
return ACE_reinterpret_cast (
POA_CORBA_ConstantDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ConstantDef:1.0"
+ "IDL:omg.org/CORBA/ConstantDef:1.0"
)
)->type_def (
ACE_TRY_ENV
@@ -3996,7 +3996,7 @@
ACE_reinterpret_cast (
POA_CORBA_ConstantDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ConstantDef:1.0"
+ "IDL:omg.org/CORBA/ConstantDef:1.0"
)
)->type_def (
type_def,
@@ -4029,7 +4029,7 @@
return ACE_reinterpret_cast (
POA_CORBA_ConstantDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ConstantDef:1.0"
+ "IDL:omg.org/CORBA/ConstantDef:1.0"
)
)->value (
ACE_TRY_ENV
@@ -4059,7 +4059,7 @@
ACE_reinterpret_cast (
POA_CORBA_ConstantDef_ptr,
servant_upcall.servant ()->_downcast (
- "IDL:omg.org/CORBA_ConstantDef:1.0"
+ "IDL:omg.org/CORBA/ConstantDef:1.0"
)
)->value (
value,
@@ -4585,9 +4585,9 @@
ACE_CHECK_RETURN (0);
if (
- (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA_ConstantDef:1.0")) ||
- (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA_Contained:1.0")) ||
- (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA_IRObject:1.0")) ||
+ (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/ConstantDef:1.0")) ||
+ (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/Contained:1.0")) ||
+ (!ACE_OS::strcmp ((char *)value, "IDL:omg.org/CORBA/IRObject:1.0")) ||
(!ACE_OS::strcmp ((char *)value, base_id)))
return 1;
else
@@ -4598,11 +4598,11 @@
const char* logical_type_id
)
{
- if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA_ConstantDef:1.0") == 0)
+ if (ACE_OS::strcmp (logical_type_id, "IDL:omg.org/CORBA/ConstantDef:1.0") == 0)
return ACE_static_cast (POA_CORBA_ConstantDef_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_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);
@@ -4616,7 +4616,7 @@
const char* POA_CORBA_ConstantDef::_interface_repository_id (void) const
{
- return "IDL:omg.org/CORBA_ConstantDef:1.0";
+ return "IDL:omg.org/CORBA/ConstantDef:1.0";
}
CORBA_ConstantDef*
@@ -4644,7 +4644,7 @@
public:
const TAO_operation_db_entry * lookup (const char *str, unsigned int len);
};
-/* starting time is 17:22:33 */
+/* starting time is 13:56:21 */
/* 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_StructDef_Perfect_Hash_OpTable -N lookup */
unsigned int
@@ -4793,7 +4793,7 @@
}
return 0;
}
-/* ending time is 17:22:33 */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -