1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
--- orig/IFR_BaseS.cpp Mon Apr 23 20:55:58 2001
+++ IFR_BaseS.cpp Mon Apr 23 20:21:20 2001
@@ -1,6 +1,6 @@
// -*- C++ -*-
//
-// $Id$
+// $Id$
// **** Code generated by the The ACE ORB (TAO) IDL Compiler ****
// TAO and the TAO IDL Compiler have been developed by:
@@ -36,6 +36,7 @@
#endif /* TAO_HAS_INTERCEPTORS == 1 */
#include "ace/Dynamic_Service.h"
+
#if defined (__BORLANDC__)
#pragma option -w-rvl -w-rch -w-ccc -w-aus
#endif /* __BORLANDC__ */
@@ -51,7 +52,7 @@
public:
const TAO_operation_db_entry * lookup (const char *str, unsigned int len);
};
-/* starting time is 15:55:58 */
+/* 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_IRObject_Perfect_Hash_OpTable -N lookup */
unsigned int
@@ -147,7 +148,7 @@
}
return 0;
}
-/* ending time is 15:55:58 */
+/* ending time is 12:14:19 */
static TAO_CORBA_IRObject_Perfect_Hash_OpTable tao_CORBA_IRObject_optable;
#if (TAO_HAS_INTERCEPTORS == 1)
@@ -884,7 +885,7 @@
public:
const TAO_operation_db_entry * lookup (const char *str, unsigned int len);
};
-/* starting time is 15:55:58 */
+/* 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_Contained_Perfect_Hash_OpTable -N lookup */
unsigned int
@@ -1011,7 +1012,7 @@
}
return 0;
}
-/* ending time is 15:55:58 */
+/* ending time is 12:14:19 */
static TAO_CORBA_Contained_Perfect_Hash_OpTable tao_CORBA_Contained_optable;
#if (TAO_HAS_INTERCEPTORS == 1)
@@ -3909,7 +3910,7 @@
public:
const TAO_operation_db_entry * lookup (const char *str, unsigned int len);
};
-/* starting time is 15:55:58 */
+/* 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_Container_Perfect_Hash_OpTable -N lookup */
unsigned int
@@ -4042,7 +4043,7 @@
}
return 0;
}
-/* ending time is 15:55:58 */
+/* ending time is 12:14:19 */
static TAO_CORBA_Container_Perfect_Hash_OpTable tao_CORBA_Container_optable;
#if (TAO_HAS_INTERCEPTORS == 1)
@@ -9474,7 +9475,7 @@
public:
const TAO_operation_db_entry * lookup (const char *str, unsigned int len);
};
-/* starting time is 15:55:58 */
+/* 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 15:55:58 */
+/* ending time is 12:14:19 */
static TAO_CORBA_IDLType_Perfect_Hash_OpTable tao_CORBA_IDLType_optable;
#if (TAO_HAS_INTERCEPTORS == 1)
@@ -10102,7 +10103,7 @@
public:
const TAO_operation_db_entry * lookup (const char *str, unsigned int len);
};
-/* starting time is 15:55:58 */
+/* 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 15:55:58 */
+/* ending time is 12:14:19 */
static TAO_CORBA_TypedefDef_Perfect_Hash_OpTable tao_CORBA_TypedefDef_optable;
#if (TAO_HAS_INTERCEPTORS == 1)
|