View | Details | Raw Unified | Return to bug 53610
Collapse All | Expand All

(-)mico/Makefile (-5 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	mico
8
PORTNAME=	mico
9
PORTVERSION=	2.3.9
9
PORTVERSION=	2.3.10
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	http://www.mico.org/
11
MASTER_SITES=	http://www.mico.org/
12
12
Lines 27-36 Link Here
27
MAN8=		ird.8 micod.8 nsd.8
27
MAN8=		ird.8 micod.8 nsd.8
28
28
29
.include <bsd.port.pre.mk>
29
.include <bsd.port.pre.mk>
30
31
.if ${OSVERSION} >= 500113
32
BROKEN=         "Does not compile (bad C++ code)"
33
.endif
34
30
35
post-patch:
31
post-patch:
36
	${REINPLACE_CMD} -e "s,so.1.0,so, ;s,-O2,${CFLAGS}," ${WRKSRC}/configure
32
	${REINPLACE_CMD} -e "s,so.1.0,so, ;s,-O2,${CFLAGS}," ${WRKSRC}/configure
(-)mico/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (mico-2.3.9.tar.gz) = 292a755ce9d3d8856159d4abff29512f
1
MD5 (mico-2.3.10.tar.gz) = 0f27a8d66bc57100d762302cdf4868bf
(-)mico/files/patch-as (+21 lines)
Line 0 Link Here
1
--- include/mico/os-math.h.orig	Mon May 26 14:55:46 2003
2
+++ include/mico/os-math.h	Sun Jun 22 13:16:51 2003
3
@@ -275,6 +275,18 @@
4
 };
5
 
6
 #else // neither _WIN32 nor _POCKET_PC
7
+#ifndef fpclassify
8
+#define	fpclassify(x) \
9
+    ((sizeof (x) == sizeof (float)) ? __fpclassifyf(x) \
10
+    : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \
11
+    : __fpclassifyl(x))
12
+#endif
13
+#ifndef isinf
14
+#define	isinf(x)	(fpclassify(x) == FP_INFINITE)
15
+#endif
16
+#ifndef isnan
17
+#define	isnan(x)	(fpclassify(x) == FP_NAN)
18
+#endif
19
 
20
 #include <unistd.h>
21
 #include <signal.h>
(-)mico/pkg-plist (-500 / +678 lines)
Lines 1-375 Link Here
1
bin/containmentd
2
bin/eventd
3
bin/idl
4
bin/imr
5
bin/iordump
6
bin/ird
7
bin/mico-ar
1
bin/mico-c++
8
bin/mico-c++
9
bin/mico-cpp
2
bin/mico-ld
10
bin/mico-ld
3
bin/mico-ar
4
bin/mico-shc++
11
bin/mico-shc++
5
bin/mico-shld
12
bin/mico-shld
6
bin/ird
7
bin/micod
13
bin/micod
8
bin/imr
9
bin/idl
10
bin/mico-cpp
11
bin/nsd
12
bin/nsadmin
13
bin/eventd
14
bin/traversald
15
bin/noded
14
bin/noded
16
bin/containmentd
15
bin/nsadmin
17
bin/referenced
16
bin/nsd
18
bin/randomd
19
bin/proxyd
20
bin/propertyd
17
bin/propertyd
21
bin/traderd
18
bin/proxyd
19
bin/randomd
20
bin/referenced
22
bin/timed
21
bin/timed
23
bin/iordump
22
bin/traderd
24
share/doc/mico/examples/boa/account/Makefile
23
bin/traversald
25
share/doc/mico/examples/boa/account/main.cc
24
include/CORBA-SMALL.h
26
share/doc/mico/examples/boa/account/account.idl
25
include/CORBA.h
27
share/doc/mico/examples/boa/Makefile
26
include/coss/CompoundExternalization_impl.h
28
share/doc/mico/examples/boa/README
27
include/coss/CosCompoundLifeCycle.idl
29
share/doc/mico/examples/boa/account2/Makefile
28
include/coss/CosContainment.h
30
share/doc/mico/examples/boa/account2/client.cc
29
include/coss/CosContainment.idl
31
share/doc/mico/examples/boa/account2/server.cc
30
include/coss/CosContainment_impl.h
32
share/doc/mico/examples/boa/account2/account.idl
31
include/coss/CosEventChannelAdmin.h
33
share/doc/mico/examples/boa/account2/account
32
include/coss/CosEventChannelAdmin.idl
34
share/doc/mico/examples/boa/account3/Makefile
33
include/coss/CosEventComm.h
35
share/doc/mico/examples/boa/account3/client.cc
34
include/coss/CosEventComm.idl
36
share/doc/mico/examples/boa/account3/server.cc
35
include/coss/CosExternalization.idl
37
share/doc/mico/examples/boa/account3/account.idl
36
include/coss/CosExternalizationContainment.idl
38
share/doc/mico/examples/boa/account3/account
37
include/coss/CosExternalizationReference.idl
39
share/doc/mico/examples/boa/account4/Makefile
38
include/coss/CosGraphs.h
40
share/doc/mico/examples/boa/account4/client.cc
39
include/coss/CosGraphs.idl
41
share/doc/mico/examples/boa/account4/server.cc
40
include/coss/CosGraphsExtension.h
42
share/doc/mico/examples/boa/account4/account.idl
41
include/coss/CosGraphsExtension.idl
43
share/doc/mico/examples/boa/account4/account
42
include/coss/CosLifeCycle.idl
44
share/doc/mico/examples/boa/activate/Makefile
43
include/coss/CosLifeCycleContainment.idl
45
share/doc/mico/examples/boa/activate/client.cc
44
include/coss/CosLifeCycleReference.idl
46
share/doc/mico/examples/boa/activate/server.cc
45
include/coss/CosNaming.h
47
share/doc/mico/examples/boa/activate/hello.idl
46
include/coss/CosNaming.idl
48
share/doc/mico/examples/boa/activate/hello-shared
47
include/coss/CosObjectIdentity.h
49
share/doc/mico/examples/boa/activate/hello-unshared
48
include/coss/CosObjectIdentity.idl
50
share/doc/mico/examples/boa/activate/hello-permethod
49
include/coss/CosReference.h
51
share/doc/mico/examples/poa/hello-1/Makefile
50
include/coss/CosReference.idl
52
share/doc/mico/examples/poa/hello-1/client.cc
51
include/coss/CosReference_impl.h
53
share/doc/mico/examples/poa/hello-1/server.cc
52
include/coss/CosRelationships.h
54
share/doc/mico/examples/poa/hello-1/hello.idl
53
include/coss/CosRelationships.idl
55
share/doc/mico/examples/poa/hello-1/hello
54
include/coss/CosStream_impl.h
56
share/doc/mico/examples/poa/Makefile
55
include/coss/CosTime.h
57
share/doc/mico/examples/poa/README
56
include/coss/CosTime.idl
58
share/doc/mico/examples/poa/hello-2/Makefile
57
include/coss/CosTrading.h
59
share/doc/mico/examples/poa/hello-2/client.cc
58
include/coss/CosTrading.idl
60
share/doc/mico/examples/poa/hello-2/server.cc
59
include/coss/CosTradingRepos.h
61
share/doc/mico/examples/poa/hello-2/hello.idl
60
include/coss/CosTradingRepos.idl
62
share/doc/mico/examples/poa/hello-2/hello
61
include/coss/EdgeIterator_impl.h
63
share/doc/mico/examples/poa/inherit/Makefile
62
include/coss/ExternalizationContainment_impl.h
64
share/doc/mico/examples/poa/inherit/client.cc
63
include/coss/ExternalizationPropagationCriteriaFactory_impl.h
65
share/doc/mico/examples/poa/inherit/server.cc
64
include/coss/ExternalizationReference_impl.h
66
share/doc/mico/examples/poa/inherit/inherit.idl
65
include/coss/ExternalizationTraversalCriteria_impl.h
67
share/doc/mico/examples/poa/inherit/inherit
66
include/coss/Externalization_impl.h
68
share/doc/mico/examples/poa/account-1/Makefile
67
include/coss/FactoryFinder_impl.h
69
share/doc/mico/examples/poa/account-1/client.cc
68
include/coss/GenericCriteriaFactory_impl.h
70
share/doc/mico/examples/poa/account-1/server.cc
69
include/coss/GenericFactory_impl.h
71
share/doc/mico/examples/poa/account-1/account.idl
70
include/coss/GraphsRole_impl.h
72
share/doc/mico/examples/poa/account-1/account
71
include/coss/IdentifiableObject_impl.h
73
share/doc/mico/examples/poa/account-2/Makefile
72
include/coss/InterfaceDefsHelper.h
74
share/doc/mico/examples/poa/account-2/client.cc
73
include/coss/LifeContainment_impl.h
75
share/doc/mico/examples/poa/account-2/server.cc
74
include/coss/LifeNode_impl.h
76
share/doc/mico/examples/poa/account-2/account.idl
75
include/coss/LifePropagationCriteriaFactory_impl.h
77
share/doc/mico/examples/poa/account-2/account
76
include/coss/LifeReference_impl.h
78
share/doc/mico/examples/poa/account-3/Makefile
77
include/coss/LifeRelationship_impl.h
79
share/doc/mico/examples/poa/account-3/client.cc
78
include/coss/LifeRole_impl.h
80
share/doc/mico/examples/poa/account-3/server.cc
79
include/coss/LifeTraversalCriteria_impl.h
81
share/doc/mico/examples/poa/account-3/account.idl
80
include/coss/NamedRoleTypesHelper.h
82
share/doc/mico/examples/poa/account-3/account
81
include/coss/NodeFactory_impl.h
83
share/doc/mico/examples/MakeVars
82
include/coss/NodeStreamableFactory_impl.h
84
share/doc/mico/examples/README
83
include/coss/Node_impl.h
85
share/doc/mico/examples/bench/Makefile
84
include/coss/OperationsFactory_impl.h
86
share/doc/mico/examples/bench/client.cc
85
include/coss/Operations_impl.h
87
share/doc/mico/examples/bench/server.cc
86
include/coss/PropertyService.h
88
share/doc/mico/examples/bench/bench.idl
87
include/coss/PropertyService.idl
89
share/doc/mico/examples/bench/bench_impl.h
88
include/coss/PropertyService_impl.h
90
share/doc/mico/examples/bench/bench
89
include/coss/RandomGenerator.h
91
share/doc/mico/examples/dynany/Makefile
90
include/coss/RandomGenerator.idl
92
share/doc/mico/examples/dynany/test.idl
91
include/coss/RandomGenerator_impl.h
93
share/doc/mico/examples/dynany/dynany.cc
92
include/coss/RegisterHelper.h
94
share/doc/mico/examples/dynany/dynanytest.cc
93
include/coss/RelationshipFactory_impl.h
95
share/doc/mico/examples/interop/orbix/Makefile
94
include/coss/RelationshipIterator_impl.h
96
share/doc/mico/examples/interop/orbix/README
95
include/coss/Relationship_impl.h
97
share/doc/mico/examples/interop/orbix/grid.idl
96
include/coss/RoleFactory_impl.h
98
share/doc/mico/examples/interop/orbix/main.cc
97
include/coss/Role_impl.h
99
share/doc/mico/examples/interop/Makefile
98
include/coss/TraversalCriteria_impl.h
100
share/doc/mico/examples/interop/README
99
include/coss/TraversalFactory_impl.h
101
share/doc/mico/examples/interop/visibroker/Makefile
100
include/coss/Traversal_impl.h
102
share/doc/mico/examples/interop/visibroker/Account.idl
101
include/coss/random.h
103
share/doc/mico/examples/interop/visibroker/Client.java
102
include/coss/random.idl
104
share/doc/mico/examples/interop/visibroker/ClientApplet.html.in
103
include/coss/stream.h
105
share/doc/mico/examples/interop/visibroker/ClientApplet.java
104
include/coss/stream.idl
106
share/doc/mico/examples/interop/visibroker/README
105
include/coss/stream_impl.h
107
share/doc/mico/examples/interop/visibroker/main.cc
108
share/doc/mico/examples/interop/visibroker/account
109
share/doc/mico/examples/interop/visibroker/run_applet
110
share/doc/mico/examples/interop/jdk/Makefile
111
share/doc/mico/examples/interop/jdk/Account.idl
112
share/doc/mico/examples/interop/jdk/Client.java
113
share/doc/mico/examples/interop/jdk/ClientApplet.html.in
114
share/doc/mico/examples/interop/jdk/ClientApplet.java
115
share/doc/mico/examples/interop/jdk/README
116
share/doc/mico/examples/interop/jdk/main.cc
117
share/doc/mico/examples/interop/jdk/account
118
share/doc/mico/examples/interop/jdk/run_applet
119
share/doc/mico/examples/interop/jacorb/Makefile
120
share/doc/mico/examples/interop/jacorb/Account.idl
121
share/doc/mico/examples/interop/jacorb/Server.java
122
share/doc/mico/examples/interop/jacorb/Client.java
123
share/doc/mico/examples/interop/jacorb/ClientApplet.html.in
124
share/doc/mico/examples/interop/jacorb/ClientApplet.java
125
share/doc/mico/examples/interop/jacorb/README
126
share/doc/mico/examples/interop/jacorb/server.cc
127
share/doc/mico/examples/interop/jacorb/client.cc
128
share/doc/mico/examples/interop/jacorb/account
129
share/doc/mico/examples/interop/jacorb/run_applet
130
share/doc/mico/examples/redlich/Calc-1/Makefile
131
share/doc/mico/examples/redlich/Calc-1/client.cc
132
share/doc/mico/examples/redlich/Calc-1/server.cc
133
share/doc/mico/examples/redlich/Calc-1/calc.idl
134
share/doc/mico/examples/redlich/Makefile
135
share/doc/mico/examples/redlich/README
136
share/doc/mico/examples/redlich/Calc-2/Makefile
137
share/doc/mico/examples/redlich/Calc-2/client.cc
138
share/doc/mico/examples/redlich/Calc-2/server.cc
139
share/doc/mico/examples/redlich/Calc-2/calc.idl
140
share/doc/mico/examples/redlich/Calc-3/Makefile
141
share/doc/mico/examples/redlich/Calc-3/client.cc
142
share/doc/mico/examples/redlich/Calc-3/server.cc
143
share/doc/mico/examples/redlich/Calc-3/calc.idl
144
share/doc/mico/examples/redlich/Calc-4/Makefile
145
share/doc/mico/examples/redlich/Calc-4/client.cc
146
share/doc/mico/examples/redlich/Calc-4/server.cc
147
share/doc/mico/examples/redlich/Calc-4/calc.idl
148
share/doc/mico/examples/redlich/Hello-1/Makefile
149
share/doc/mico/examples/redlich/Hello-1/client.cc
150
share/doc/mico/examples/redlich/Hello-1/server.cc
151
share/doc/mico/examples/redlich/Hello-1/tty.idl
152
share/doc/mico/examples/redlich/Hello-2/Makefile
153
share/doc/mico/examples/redlich/Hello-2/client.cc
154
share/doc/mico/examples/redlich/Hello-2/server.cc
155
share/doc/mico/examples/redlich/Hello-2/tty.idl
156
share/doc/mico/examples/redlich/Hello-3/Makefile
157
share/doc/mico/examples/redlich/Hello-3/client.cc
158
share/doc/mico/examples/redlich/Hello-3/server.cc
159
share/doc/mico/examples/redlich/Hello-3/tty.idl
160
share/doc/mico/examples/redlich/Hello-3/ttyplus.idl
161
share/doc/mico/examples/redlich/Hello-4/Makefile
162
share/doc/mico/examples/redlich/Hello-4/client.cc
163
share/doc/mico/examples/redlich/Hello-4/server.cc
164
share/doc/mico/examples/redlich/Hello-4/tty.idl
165
share/doc/mico/examples/redlich/Hello-4/ttyplus.idl
166
share/doc/mico/examples/siegel/idl/Makefile
167
share/doc/mico/examples/siegel/idl/Central.idl
168
share/doc/mico/examples/siegel/idl/POS.idl
169
share/doc/mico/examples/siegel/idl/Store.idl
170
share/doc/mico/examples/siegel/pos/Makefile
171
share/doc/mico/examples/siegel/pos/POSTerminalImpl.cc
172
share/doc/mico/examples/siegel/pos/POS_Server.cc
173
share/doc/mico/examples/siegel/pos/InputMediaImpl.cc
174
share/doc/mico/examples/siegel/pos/OutputMediaImpl.cc
175
share/doc/mico/examples/siegel/pos/POSTerminalImpl.h
176
share/doc/mico/examples/siegel/pos/InputMediaImpl.h
177
share/doc/mico/examples/siegel/pos/OutputMediaImpl.h
178
share/doc/mico/examples/siegel/pos/POS_Client.cc
179
share/doc/mico/examples/siegel/Makefile
180
share/doc/mico/examples/siegel/README
181
share/doc/mico/examples/siegel/primer_utils/Makefile
182
share/doc/mico/examples/siegel/primer_utils/NsPublisher.cc
183
share/doc/mico/examples/siegel/primer_utils/NsPublisher.h
184
share/doc/mico/examples/siegel/central/Makefile
185
share/doc/mico/examples/siegel/central/DepotData.h
186
share/doc/mico/examples/siegel/central/DepotImpl.h
187
share/doc/mico/examples/siegel/central/TreeNode.h
188
share/doc/mico/examples/siegel/central/depot_server.cc
189
share/doc/mico/examples/siegel/central/DepotData.cc
190
share/doc/mico/examples/siegel/central/DepotImpl.cc
191
share/doc/mico/examples/siegel/central/depot.dat
192
share/doc/mico/examples/siegel/store/Makefile
193
share/doc/mico/examples/siegel/store/StoreAccessImpl.cc
194
share/doc/mico/examples/siegel/store/StoreImpl.cc
195
share/doc/mico/examples/siegel/store/TaxImpl.cc
196
share/doc/mico/examples/siegel/store/store_server.cc
197
share/doc/mico/examples/siegel/store/StoreAccessImpl.h
198
share/doc/mico/examples/siegel/store/StoreImpl.h
199
share/doc/mico/examples/siegel/store/TaxImpl.h
200
share/doc/mico/examples/henning/README
201
share/doc/mico/examples/henning/diffs
202
share/doc/mico/examples/interceptor/Makefile
203
share/doc/mico/examples/interceptor/client.cc
204
share/doc/mico/examples/interceptor/server.cc
205
share/doc/mico/examples/interceptor/hello.idl
206
share/doc/mico/examples/interceptor/runit
207
share/doc/mico/examples/codesets/Makefile
208
share/doc/mico/examples/codesets/client.cc
209
share/doc/mico/examples/codesets/server.cc
210
share/doc/mico/examples/codesets/hello.idl
211
share/doc/mico/examples/codesets/runit
212
share/doc/mico/examples/random/Makefile
213
share/doc/mico/examples/random/client.cc
214
share/doc/mico/examples/random/random.idl
215
share/doc/mico/examples/obv/abstract/README
216
share/doc/mico/examples/obv/abstract/Makefile
217
share/doc/mico/examples/obv/abstract/client.cc
218
share/doc/mico/examples/obv/abstract/server.cc
219
share/doc/mico/examples/obv/abstract/abstract.idl
220
share/doc/mico/examples/obv/abstract/abstract_impl.h
221
share/doc/mico/examples/obv/abstract/abstract
222
share/doc/mico/examples/obv/Makefile
223
share/doc/mico/examples/obv/README
224
share/doc/mico/examples/obv/custom/README
225
share/doc/mico/examples/obv/custom/Makefile
226
share/doc/mico/examples/obv/custom/test.cc
227
share/doc/mico/examples/obv/custom/custom.idl
228
share/doc/mico/examples/obv/custom/custom_impl.cc
229
share/doc/mico/examples/obv/custom/custom_impl.h
230
share/doc/mico/examples/obv/custom/custom
231
share/doc/mico/examples/obv/date/Makefile
232
share/doc/mico/examples/obv/date/client.cc
233
share/doc/mico/examples/obv/date/server.cc
234
share/doc/mico/examples/obv/date/date.idl
235
share/doc/mico/examples/obv/date/calendar.idl
236
share/doc/mico/examples/obv/date/date_impl.cc
237
share/doc/mico/examples/obv/date/date_impl.h
238
share/doc/mico/examples/obv/date/date
239
share/doc/mico/examples/obv/tree/Makefile
240
share/doc/mico/examples/obv/tree/client.cc
241
share/doc/mico/examples/obv/tree/server.cc
242
share/doc/mico/examples/obv/tree/tree.idl
243
share/doc/mico/examples/obv/tree/tree_impl.cc
244
share/doc/mico/examples/obv/tree/tree_impl.h
245
share/doc/mico/examples/obv/tree/tree
246
share/doc/mico/examples/obv/tricky/Makefile
247
share/doc/mico/examples/obv/tricky/client.cc
248
share/doc/mico/examples/obv/tricky/server.cc
249
share/doc/mico/examples/obv/tricky/tricky.idl
250
share/doc/mico/examples/obv/tricky/tricky_impl.cc
251
share/doc/mico/examples/obv/tricky/tricky_impl.h
252
share/doc/mico/examples/obv/tricky/tricky
253
share/doc/mico/examples/services/naming/Makefile
254
share/doc/mico/examples/services/naming/account.idl
255
share/doc/mico/examples/services/naming/client.cc
256
share/doc/mico/examples/services/naming/server.cc
257
share/doc/mico/examples/services/naming/account_test
258
share/doc/mico/examples/services/Makefile
259
share/doc/mico/examples/services/README
260
share/doc/mico/examples/services/naming-lb/Makefile
261
share/doc/mico/examples/services/naming-lb/Printer.idl
262
share/doc/mico/examples/services/naming-lb/Printer_impl.h
263
share/doc/mico/examples/services/naming-lb/Printer_impl.cc
264
share/doc/mico/examples/services/naming-lb/Client.cc
265
share/doc/mico/examples/services/naming-lb/Server.cc
266
share/doc/mico/examples/services/naming-lb/printer_test
267
share/doc/mico/examples/services/events/Makefile
268
share/doc/mico/examples/services/events/client.cc
269
share/doc/mico/examples/services/events/client2.cc
270
share/doc/mico/examples/services/events/server.cc
271
share/doc/mico/examples/services/events/server2.cc
272
share/doc/mico/examples/services/events/server3.cc
273
share/doc/mico/examples/services/events/runit
274
share/doc/mico/examples/services/stream-bench/Makefile
275
share/doc/mico/examples/services/stream-bench/req.idl
276
share/doc/mico/examples/services/stream-bench/req_client.cc
277
share/doc/mico/examples/services/stream-bench/req_server.cc
278
share/doc/mico/examples/services/stream-bench/stream_client.cc
279
share/doc/mico/examples/services/stream-bench/stream_server.cc
280
share/doc/mico/examples/services/stream-bench/bench
281
share/doc/mico/examples/services/relship/Makefile
282
share/doc/mico/examples/services/relship/Test.idl
283
share/doc/mico/examples/services/relship/Documents.idl
284
share/doc/mico/examples/services/relship/Test_impl.cc
285
share/doc/mico/examples/services/relship/Test_impl.h
286
share/doc/mico/examples/services/relship/Documents_impl.cc
287
share/doc/mico/examples/services/relship/Documents_impl.h
288
share/doc/mico/examples/services/relship/README
289
share/doc/mico/examples/services/relship/simple-test.cc
290
share/doc/mico/examples/services/relship/DocumentsServer.cc
291
share/doc/mico/examples/services/relship/TestServer.cc
292
share/doc/mico/examples/services/relship/daemons-start
293
share/doc/mico/examples/services/relship/daemons-stop
294
share/doc/mico/examples/services/relship/servers-start
295
share/doc/mico/examples/services/relship/stop-servers
296
share/doc/mico/examples/services/relship/test
297
share/doc/mico/examples/services/relship/rundemo
298
share/doc/mico/examples/services/property-daemon/Makefile
299
share/doc/mico/examples/services/property-daemon/set_properties.cc
300
share/doc/mico/examples/services/property-daemon/get_properties.cc
301
share/doc/mico/examples/services/property-daemon/bank.idl
302
share/doc/mico/examples/services/property-daemon/README
303
share/doc/mico/examples/services/property-daemon/start_demo
304
share/doc/mico/examples/services/trader/Makefile
305
share/doc/mico/examples/services/trader/demo.idl
306
share/doc/mico/examples/services/trader/main.cc
307
share/doc/mico/examples/services/trader/run
308
share/doc/mico/examples/services/stream-sound/Makefile
309
share/doc/mico/examples/services/stream-sound/client.cc
310
share/doc/mico/examples/services/stream-sound/server.cc
311
share/doc/mico/examples/services/stream-sound/sound.h
312
share/doc/mico/examples/dispatcher/x11/Makefile
313
share/doc/mico/examples/dispatcher/x11/hello.idl
314
share/doc/mico/examples/dispatcher/x11/client.cc
315
share/doc/mico/examples/dispatcher/x11/server.cc
316
share/doc/mico/examples/dispatcher/x11/xhello
317
share/doc/mico/examples/dispatcher/Makefile
318
share/doc/mico/examples/dispatcher/README
319
share/doc/mico/examples/mcast/Makefile
320
share/doc/mico/examples/mcast/client.cc
321
share/doc/mico/examples/mcast/server.cc
322
share/doc/mico/examples/mcast/hello.idl
323
share/doc/mico/examples/mcast/runit
324
share/doc/mico/examples/generic/Makefile
325
share/doc/mico/examples/generic/client.cc
326
share/doc/mico/examples/generic/server.cc
327
share/doc/mico/examples/generic/test.idl
328
share/doc/mico/examples/generic/test_cases
329
share/doc/mico/examples/generic/run_test
330
share/doc/mico/examples/pi/dii/Makefile
331
share/doc/mico/examples/pi/dii/diiclient.cc
332
share/doc/mico/examples/pi/dii/diiserver.cc
333
share/doc/mico/examples/pi/dii/rundiic
334
share/doc/mico/examples/pi/dii/rundiis
335
share/doc/mico/examples/pi/dii/runit
336
share/doc/mico/examples/pi/poa/Makefile
337
share/doc/mico/examples/pi/poa/client.cc
338
share/doc/mico/examples/pi/poa/server.cc
339
share/doc/mico/examples/pi/poa/collocated.cc
340
share/doc/mico/examples/pi/poa/account.idl
341
share/doc/mico/examples/pi/poa/account
342
share/doc/mico/examples/pi/Makefile
343
share/doc/mico/examples/pi/README
344
share/doc/mico/examples/pi/poa2/Makefile
345
share/doc/mico/examples/pi/poa2/client.cc
346
share/doc/mico/examples/pi/poa2/server.cc
347
share/doc/mico/examples/pi/poa2/account.idl
348
share/doc/mico/examples/pi/poa2/account
349
share/doc/mico/examples/pi/current/Makefile
350
share/doc/mico/examples/pi/current/client.cc
351
share/doc/mico/examples/pi/current/server.cc
352
share/doc/mico/examples/pi/current/hello.idl
353
share/doc/mico/examples/pi/current/hello
354
share/doc/mico/examples/shlib/Makefile
355
share/doc/mico/examples/shlib/client.cc
356
share/doc/mico/examples/shlib/server.cc
357
share/doc/mico/examples/shlib/hello.idl
358
share/doc/mico/examples/shlib/hello
359
share/doc/mico/examples/ssl/Makefile
360
share/doc/mico/examples/ssl/client.cc
361
share/doc/mico/examples/ssl/server.cc
362
share/doc/mico/examples/ssl/hello.idl
363
share/doc/mico/examples/ssl/s_cert.pem
364
share/doc/mico/examples/ssl/s_key.pem
365
share/doc/mico/examples/ssl/c_cert.pem
366
share/doc/mico/examples/ssl/c_key.pem
367
share/doc/mico/examples/ssl/ssl
368
share/doc/mico/manual.ps
369
include/mico/os-thread/dcethreads.h
370
include/mico/os-thread/pthreads.h
371
include/mico/os-thread/pththreads.h
372
include/mico/os-thread/solaris-threads.h
373
include/mico/CCM.h
106
include/mico/CCM.h
374
include/mico/CCM.idl
107
include/mico/CCM.idl
375
include/mico/CCMContainer.h
108
include/mico/CCMContainer.h
Lines 392-404 Link Here
392
include/mico/config-ppc.h
125
include/mico/config-ppc.h
393
include/mico/config-win32.h
126
include/mico/config-win32.h
394
include/mico/config.h
127
include/mico/config.h
395
include/mico/dii.h
396
include/mico/config.h.in
128
include/mico/config.h.in
397
include/mico/config.idl
129
include/mico/config.idl
398
include/mico/config.idl.in
130
include/mico/config.idl.in
399
include/mico/conv_frame.idl
131
include/mico/conv_frame.idl
400
include/mico/current.h
132
include/mico/current.h
401
include/mico/current.idl
133
include/mico/current.idl
134
include/mico/dii.h
402
include/mico/dispatch.h
135
include/mico/dispatch.h
403
include/mico/dsi.h
136
include/mico/dsi.h
404
include/mico/dynany.h
137
include/mico/dynany.h
Lines 418-425 Link Here
418
include/mico/ioptypes.h
151
include/mico/ioptypes.h
419
include/mico/ioptypes.idl
152
include/mico/ioptypes.idl
420
include/mico/ior.h
153
include/mico/ior.h
421
include/mico/ir.h
422
include/mico/ior_impl.h
154
include/mico/ior_impl.h
155
include/mico/ir.h
423
include/mico/ir.idl
156
include/mico/ir.idl
424
include/mico/ir3.h
157
include/mico/ir3.h
425
include/mico/ir3.idl
158
include/mico/ir3.idl
Lines 446-454 Link Here
446
include/mico/orb_impl.h
179
include/mico/orb_impl.h
447
include/mico/orb_mico.h
180
include/mico/orb_mico.h
448
include/mico/os-math.h
181
include/mico/os-math.h
182
include/mico/os-math.h.orig
449
include/mico/os-misc.h
183
include/mico/os-misc.h
450
include/mico/os-net.h
184
include/mico/os-net.h
451
include/mico/os-thread.h
185
include/mico/os-thread.h
186
include/mico/os-thread/dcethreads.h
187
include/mico/os-thread/pthreads.h
188
include/mico/os-thread/pththreads.h
189
include/mico/os-thread/solaris-threads.h
452
include/mico/pi.h
190
include/mico/pi.h
453
include/mico/pi.idl
191
include/mico/pi.idl
454
include/mico/pi_impl.h
192
include/mico/pi_impl.h
Lines 466-510 Link Here
466
include/mico/process_impl.h
204
include/mico/process_impl.h
467
include/mico/qtmico.h
205
include/mico/qtmico.h
468
include/mico/rtti.h
206
include/mico/rtti.h
469
include/mico/select_dispatcher.h
470
include/mico/sequence.h
471
include/mico/sequence_special.h
472
include/mico/service_info.h
473
include/mico/service_info.idl
474
include/mico/shlib.h
475
include/mico/shlib_impl.h
476
include/mico/ssl.h
477
include/mico/ssliop.h
478
include/mico/ssliop.idl
479
include/mico/static-dispatch.h
480
include/mico/static.h
481
include/mico/string.h
482
include/mico/sysexc.h
483
include/mico/tcconst.h
484
include/mico/tckind.h
485
include/mico/tckind.idl
486
include/mico/tclmico.h
487
include/mico/template.h
488
include/mico/template_impl.h
489
include/mico/throw.h
490
include/mico/timebase.h
491
include/mico/timebase.idl
492
include/mico/transport.h
493
include/mico/transport_impl.h
494
include/mico/typecode.h
495
include/mico/typecode_seq.h
496
include/mico/typecode_seq.idl
497
include/mico/types.h
498
include/mico/util.h
499
include/mico/value.h
500
include/mico/valuetype.h
501
include/mico/valuetype.idl
502
include/mico/valuetype_impl.h
503
include/mico/version.h
504
include/mico/x11.h
505
include/mico/transport/tcp.h
506
include/mico/transport/udp.h
507
include/mico/transport/unix.h
508
include/mico/security/AccessConfig.h
207
include/mico/security/AccessConfig.h
509
include/mico/security/AuditConfig.h
208
include/mico/security/AuditConfig.h
510
include/mico/security/AuditIntercept.h
209
include/mico/security/AuditIntercept.h
Lines 541-550 Link Here
541
include/mico/security/securitylevel2.h
240
include/mico/security/securitylevel2.h
542
include/mico/security/securitylevel2.idl
241
include/mico/security/securitylevel2.idl
543
include/mico/security/securitylevel2_impl.h
242
include/mico/security/securitylevel2_impl.h
544
include/CORBA-SMALL.h
243
include/mico/select_dispatcher.h
545
include/CORBA.h
244
include/mico/sequence.h
546
include/ministl/algo.h
245
include/mico/sequence_special.h
547
include/ministl/algorithm
246
include/mico/service_info.h
247
include/mico/service_info.idl
248
include/mico/shlib.h
249
include/mico/shlib_impl.h
250
include/mico/ssl.h
251
include/mico/ssliop.h
252
include/mico/ssliop.idl
253
include/mico/static-dispatch.h
254
include/mico/static.h
255
include/mico/string.h
256
include/mico/sysexc.h
257
include/mico/tcconst.h
258
include/mico/tckind.h
259
include/mico/tckind.idl
260
include/mico/tclmico.h
261
include/mico/template.h
262
include/mico/template_impl.h
263
include/mico/throw.h
264
include/mico/timebase.h
265
include/mico/timebase.idl
266
include/mico/transport.h
267
include/mico/transport/tcp.h
268
include/mico/transport/udp.h
269
include/mico/transport/unix.h
270
include/mico/transport_impl.h
271
include/mico/typecode.h
272
include/mico/typecode_seq.h
273
include/mico/typecode_seq.idl
274
include/mico/types.h
275
include/mico/util.h
276
include/mico/value.h
277
include/mico/valuetype.h
278
include/mico/valuetype.idl
279
include/mico/valuetype_impl.h
280
include/mico/version.h
281
include/mico/x11.h
282
include/ministl/algo.h
283
include/ministl/algorithm
548
include/ministl/bool.h
284
include/ministl/bool.h
549
include/ministl/bstring.h
285
include/ministl/bstring.h
550
include/ministl/defalloc.h
286
include/ministl/defalloc.h
Lines 563-657 Link Here
563
include/ministl/string
299
include/ministl/string
564
include/ministl/vector
300
include/ministl/vector
565
include/ministl/vector.h
301
include/ministl/vector.h
566
include/coss/CompoundExternalization_impl.h
302
lib/libmico.2.3.10.so
567
include/coss/CosCompoundLifeCycle.idl
303
lib/libmico2.3.10.a
568
include/coss/CosContainment.h
304
lib/libmico2.3.10.so
569
include/coss/CosContainment.idl
305
lib/libmicoaux.2.3.10.so
570
include/coss/CosContainment_impl.h
306
lib/libmicoaux2.3.10.a
571
include/coss/CosEventChannelAdmin.h
307
lib/libmicoaux2.3.10.so
572
include/coss/CosEventChannelAdmin.idl
308
lib/libmicocoss.2.3.10.so
573
include/coss/CosEventComm.h
309
lib/libmicocoss2.3.10.a
574
include/coss/CosEventComm.idl
310
lib/libmicocoss2.3.10.so
575
include/coss/CosExternalization.idl
311
lib/libmicogtk.2.3.10.so
576
include/coss/CosExternalizationContainment.idl
312
lib/libmicoir2.3.10.a
577
include/coss/CosExternalizationReference.idl
313
lib/libmicoir2.3.10.so
578
include/coss/CosGraphs.h
314
lib/libmicoqt.2.3.10.so
579
include/coss/CosGraphs.idl
315
lib/libmicotcl.2.3.10.so
580
include/coss/CosNaming.h
316
lib/libmicox.2.3.10.so
581
include/coss/CosGraphsExtension.h
317
lib/libmicox2.3.10.a
582
include/coss/CosGraphsExtension.idl
318
lib/libmicox2.3.10.so
583
include/coss/CosLifeCycle.idl
584
include/coss/CosLifeCycleContainment.idl
585
include/coss/CosLifeCycleReference.idl
586
include/coss/CosNaming.idl
587
include/coss/CosObjectIdentity.h
588
include/coss/CosObjectIdentity.idl
589
include/coss/CosReference.h
590
include/coss/CosReference.idl
591
include/coss/CosReference_impl.h
592
include/coss/CosRelationships.h
593
include/coss/CosRelationships.idl
594
include/coss/CosStream_impl.h
595
include/coss/CosTime.h
596
include/coss/CosTime.idl
597
include/coss/CosTrading.h
598
include/coss/CosTrading.idl
599
include/coss/CosTradingRepos.h
600
include/coss/CosTradingRepos.idl
601
include/coss/EdgeIterator_impl.h
602
include/coss/ExternalizationContainment_impl.h
603
include/coss/ExternalizationPropagationCriteriaFactory_impl.h
604
include/coss/ExternalizationReference_impl.h
605
include/coss/ExternalizationTraversalCriteria_impl.h
606
include/coss/Externalization_impl.h
607
include/coss/FactoryFinder_impl.h
608
include/coss/GenericCriteriaFactory_impl.h
609
include/coss/GenericFactory_impl.h
610
include/coss/GraphsRole_impl.h
611
include/coss/IdentifiableObject_impl.h
612
include/coss/InterfaceDefsHelper.h
613
include/coss/LifeContainment_impl.h
614
include/coss/LifeNode_impl.h
615
include/coss/LifePropagationCriteriaFactory_impl.h
616
include/coss/LifeReference_impl.h
617
include/coss/LifeRelationship_impl.h
618
include/coss/LifeRole_impl.h
619
include/coss/LifeTraversalCriteria_impl.h
620
include/coss/NamedRoleTypesHelper.h
621
include/coss/NodeFactory_impl.h
622
include/coss/NodeStreamableFactory_impl.h
623
include/coss/Node_impl.h
624
include/coss/OperationsFactory_impl.h
625
include/coss/Operations_impl.h
626
include/coss/PropertyService.h
627
include/coss/PropertyService.idl
628
include/coss/PropertyService_impl.h
629
include/coss/RandomGenerator.h
630
include/coss/RandomGenerator.idl
631
include/coss/RandomGenerator_impl.h
632
include/coss/RegisterHelper.h
633
include/coss/RelationshipFactory_impl.h
634
include/coss/RelationshipIterator_impl.h
635
include/coss/Relationship_impl.h
636
include/coss/RoleFactory_impl.h
637
include/coss/Role_impl.h
638
include/coss/TraversalCriteria_impl.h
639
include/coss/TraversalFactory_impl.h
640
include/coss/Traversal_impl.h
641
include/coss/random.h
642
include/coss/random.idl
643
include/coss/stream.h
644
include/coss/stream.idl
645
include/coss/stream_impl.h
646
lib/mico-setup.sh
647
lib/mico-setup.csh
319
lib/mico-setup.csh
648
lib/libmico2.3.9.a
320
lib/mico-setup.sh
649
lib/libmico2.3.9.so
321
share/doc/mico/examples/MakeVars
650
lib/libmicoir2.3.9.a
322
share/doc/mico/examples/README
651
lib/libmicoir2.3.9.so
323
share/doc/mico/examples/bench/Makefile
652
lib/libmicoaux2.3.9.so
324
share/doc/mico/examples/bench/bench
653
lib/libmicox2.3.9.so
325
share/doc/mico/examples/bench/bench.idl
654
lib/libmicoaux2.3.9.a
326
share/doc/mico/examples/bench/bench_impl.h
655
lib/libmicox2.3.9.a
327
share/doc/mico/examples/bench/client.cc
656
lib/libmicocoss2.3.9.so
328
share/doc/mico/examples/bench/server.cc
657
lib/libmicocoss2.3.9.a
329
share/doc/mico/examples/boa/Makefile
330
share/doc/mico/examples/boa/README
331
share/doc/mico/examples/boa/account/Makefile
332
share/doc/mico/examples/boa/account/account.idl
333
share/doc/mico/examples/boa/account/main.cc
334
share/doc/mico/examples/boa/account2/Makefile
335
share/doc/mico/examples/boa/account2/account
336
share/doc/mico/examples/boa/account2/account.idl
337
share/doc/mico/examples/boa/account2/client.cc
338
share/doc/mico/examples/boa/account2/server.cc
339
share/doc/mico/examples/boa/account3/Makefile
340
share/doc/mico/examples/boa/account3/account
341
share/doc/mico/examples/boa/account3/account.idl
342
share/doc/mico/examples/boa/account3/client.cc
343
share/doc/mico/examples/boa/account3/server.cc
344
share/doc/mico/examples/boa/account4/Makefile
345
share/doc/mico/examples/boa/account4/account
346
share/doc/mico/examples/boa/account4/account.idl
347
share/doc/mico/examples/boa/account4/client.cc
348
share/doc/mico/examples/boa/account4/server.cc
349
share/doc/mico/examples/boa/activate/Makefile
350
share/doc/mico/examples/boa/activate/client.cc
351
share/doc/mico/examples/boa/activate/hello-permethod
352
share/doc/mico/examples/boa/activate/hello-shared
353
share/doc/mico/examples/boa/activate/hello-unshared
354
share/doc/mico/examples/boa/activate/hello.idl
355
share/doc/mico/examples/boa/activate/server.cc
356
share/doc/mico/examples/codesets/Makefile
357
share/doc/mico/examples/codesets/client.cc
358
share/doc/mico/examples/codesets/hello.idl
359
share/doc/mico/examples/codesets/runit
360
share/doc/mico/examples/codesets/server.cc
361
share/doc/mico/examples/dispatcher/Makefile
362
share/doc/mico/examples/dispatcher/README
363
share/doc/mico/examples/dispatcher/x11/Makefile
364
share/doc/mico/examples/dispatcher/x11/client.cc
365
share/doc/mico/examples/dispatcher/x11/hello.idl
366
share/doc/mico/examples/dispatcher/x11/server.cc
367
share/doc/mico/examples/dispatcher/x11/xhello
368
share/doc/mico/examples/dynany/Makefile
369
share/doc/mico/examples/dynany/dynany.cc
370
share/doc/mico/examples/dynany/dynanytest.cc
371
share/doc/mico/examples/dynany/test.idl
372
share/doc/mico/examples/generic/Makefile
373
share/doc/mico/examples/generic/client.cc
374
share/doc/mico/examples/generic/run_test
375
share/doc/mico/examples/generic/server.cc
376
share/doc/mico/examples/generic/test.idl
377
share/doc/mico/examples/generic/test_cases
378
share/doc/mico/examples/henning/README
379
share/doc/mico/examples/henning/diffs
380
share/doc/mico/examples/interceptor/Makefile
381
share/doc/mico/examples/interceptor/client.cc
382
share/doc/mico/examples/interceptor/hello.idl
383
share/doc/mico/examples/interceptor/runit
384
share/doc/mico/examples/interceptor/server.cc
385
share/doc/mico/examples/interop/Makefile
386
share/doc/mico/examples/interop/README
387
share/doc/mico/examples/interop/jacorb/Account.idl
388
share/doc/mico/examples/interop/jacorb/Client.java
389
share/doc/mico/examples/interop/jacorb/ClientApplet.html.in
390
share/doc/mico/examples/interop/jacorb/ClientApplet.java
391
share/doc/mico/examples/interop/jacorb/Makefile
392
share/doc/mico/examples/interop/jacorb/README
393
share/doc/mico/examples/interop/jacorb/Server.java
394
share/doc/mico/examples/interop/jacorb/account
395
share/doc/mico/examples/interop/jacorb/client.cc
396
share/doc/mico/examples/interop/jacorb/run_applet
397
share/doc/mico/examples/interop/jacorb/server.cc
398
share/doc/mico/examples/interop/jboss/Makefile
399
share/doc/mico/examples/interop/jboss/README
400
share/doc/mico/examples/interop/jboss/jdk1.3.x/Makefile
401
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/META-INF/ejb-jar.xml
402
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/META-INF/jboss.xml
403
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/Makefile
404
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/client.cc
405
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/BookException.java
406
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/Cart.java
407
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/CartBean.java
408
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/CartHome.java
409
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/IdVerifier.java
410
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/run-client
411
share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/META-INF/ejb-jar.xml
412
share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/META-INF/jboss.xml
413
share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/Makefile
414
share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/client.cc
415
share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples/Converter.java
416
share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples/ConverterBean.java
417
share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples/ConverterHome.java
418
share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/run-client
419
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/META-INF/ejb-jar.xml
420
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/META-INF/jboss.xml
421
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/Makefile
422
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/client.cc
423
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/CorbaFriendlySession.java
424
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/CorbaFriendlySessionBean.java
425
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/CorbaFriendlySessionHome.java
426
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/corba/DataObject.idl
427
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/run-client
428
share/doc/mico/examples/interop/jboss/jdk1.3.x/setenv.sh
429
share/doc/mico/examples/interop/jboss/jdk1.4.x/Makefile
430
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/META-INF/ejb-jar.xml
431
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/META-INF/jboss.xml
432
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/Makefile
433
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/client.cc
434
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/BookException.java
435
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/Cart.java
436
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/CartBean.java
437
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/CartHome.java
438
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/IdVerifier.java
439
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable/StackTraceElement.idl
440
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable/Throwable.idl
441
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable/seq1_StackTraceElement.idl
442
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/run-client
443
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/META-INF/ejb-jar.xml
444
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/META-INF/jboss.xml
445
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/Makefile
446
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/client.cc
447
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples/Converter.java
448
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples/ConverterBean.java
449
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples/ConverterHome.java
450
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable/StackTraceElement.idl
451
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable/Throwable.idl
452
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable/seq1_StackTraceElement.idl
453
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/run-client
454
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/META-INF/ejb-jar.xml
455
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/META-INF/jboss.xml
456
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/Makefile
457
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/client.cc
458
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySession.cc.saved
459
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySession.h.saved
460
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySession.java
461
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySessionBean.java
462
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySessionHome.java
463
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/corba/DataObject.idl
464
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable/StackTraceElement.idl
465
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable/Throwable.idl
466
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable/seq1_StackTraceElement.idl
467
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/run-client
468
share/doc/mico/examples/interop/jboss/jdk1.4.x/setenv.sh
469
share/doc/mico/examples/interop/jdk/Account.idl
470
share/doc/mico/examples/interop/jdk/Client.java
471
share/doc/mico/examples/interop/jdk/ClientApplet.html.in
472
share/doc/mico/examples/interop/jdk/ClientApplet.java
473
share/doc/mico/examples/interop/jdk/Makefile
474
share/doc/mico/examples/interop/jdk/README
475
share/doc/mico/examples/interop/jdk/account
476
share/doc/mico/examples/interop/jdk/main.cc
477
share/doc/mico/examples/interop/jdk/run_applet
478
share/doc/mico/examples/interop/orbix/Makefile
479
share/doc/mico/examples/interop/orbix/README
480
share/doc/mico/examples/interop/orbix/grid.idl
481
share/doc/mico/examples/interop/orbix/main.cc
482
share/doc/mico/examples/interop/visibroker/Account.idl
483
share/doc/mico/examples/interop/visibroker/Client.java
484
share/doc/mico/examples/interop/visibroker/ClientApplet.html.in
485
share/doc/mico/examples/interop/visibroker/ClientApplet.java
486
share/doc/mico/examples/interop/visibroker/Makefile
487
share/doc/mico/examples/interop/visibroker/README
488
share/doc/mico/examples/interop/visibroker/account
489
share/doc/mico/examples/interop/visibroker/main.cc
490
share/doc/mico/examples/interop/visibroker/run_applet
491
share/doc/mico/examples/mcast/Makefile
492
share/doc/mico/examples/mcast/client.cc
493
share/doc/mico/examples/mcast/hello.idl
494
share/doc/mico/examples/mcast/runit
495
share/doc/mico/examples/mcast/server.cc
496
share/doc/mico/examples/obv/Makefile
497
share/doc/mico/examples/obv/README
498
share/doc/mico/examples/obv/abstract/Makefile
499
share/doc/mico/examples/obv/abstract/README
500
share/doc/mico/examples/obv/abstract/abstract
501
share/doc/mico/examples/obv/abstract/abstract.idl
502
share/doc/mico/examples/obv/abstract/abstract_impl.h
503
share/doc/mico/examples/obv/abstract/client.cc
504
share/doc/mico/examples/obv/abstract/server.cc
505
share/doc/mico/examples/obv/custom/Makefile
506
share/doc/mico/examples/obv/custom/README
507
share/doc/mico/examples/obv/custom/custom
508
share/doc/mico/examples/obv/custom/custom.idl
509
share/doc/mico/examples/obv/custom/custom_impl.cc
510
share/doc/mico/examples/obv/custom/custom_impl.h
511
share/doc/mico/examples/obv/custom/test.cc
512
share/doc/mico/examples/obv/date/Makefile
513
share/doc/mico/examples/obv/date/calendar.idl
514
share/doc/mico/examples/obv/date/client.cc
515
share/doc/mico/examples/obv/date/date
516
share/doc/mico/examples/obv/date/date.idl
517
share/doc/mico/examples/obv/date/date_impl.cc
518
share/doc/mico/examples/obv/date/date_impl.h
519
share/doc/mico/examples/obv/date/server.cc
520
share/doc/mico/examples/obv/tree/Makefile
521
share/doc/mico/examples/obv/tree/client.cc
522
share/doc/mico/examples/obv/tree/server.cc
523
share/doc/mico/examples/obv/tree/tree
524
share/doc/mico/examples/obv/tree/tree.idl
525
share/doc/mico/examples/obv/tree/tree_impl.cc
526
share/doc/mico/examples/obv/tree/tree_impl.h
527
share/doc/mico/examples/obv/tricky/Makefile
528
share/doc/mico/examples/obv/tricky/client.cc
529
share/doc/mico/examples/obv/tricky/server.cc
530
share/doc/mico/examples/obv/tricky/tricky
531
share/doc/mico/examples/obv/tricky/tricky.idl
532
share/doc/mico/examples/obv/tricky/tricky_impl.cc
533
share/doc/mico/examples/obv/tricky/tricky_impl.h
534
share/doc/mico/examples/pi/Makefile
535
share/doc/mico/examples/pi/README
536
share/doc/mico/examples/pi/current/Makefile
537
share/doc/mico/examples/pi/current/client.cc
538
share/doc/mico/examples/pi/current/hello
539
share/doc/mico/examples/pi/current/hello.idl
540
share/doc/mico/examples/pi/current/server.cc
541
share/doc/mico/examples/pi/dii/Makefile
542
share/doc/mico/examples/pi/dii/diiclient.cc
543
share/doc/mico/examples/pi/dii/diiserver.cc
544
share/doc/mico/examples/pi/dii/rundiic
545
share/doc/mico/examples/pi/dii/rundiis
546
share/doc/mico/examples/pi/dii/runit
547
share/doc/mico/examples/pi/poa/Makefile
548
share/doc/mico/examples/pi/poa/account
549
share/doc/mico/examples/pi/poa/account.idl
550
share/doc/mico/examples/pi/poa/client.cc
551
share/doc/mico/examples/pi/poa/collocated.cc
552
share/doc/mico/examples/pi/poa/server.cc
553
share/doc/mico/examples/pi/poa2/Makefile
554
share/doc/mico/examples/pi/poa2/account
555
share/doc/mico/examples/pi/poa2/account.idl
556
share/doc/mico/examples/pi/poa2/client.cc
557
share/doc/mico/examples/pi/poa2/server.cc
558
share/doc/mico/examples/poa/Makefile
559
share/doc/mico/examples/poa/README
560
share/doc/mico/examples/poa/account-1/Makefile
561
share/doc/mico/examples/poa/account-1/account
562
share/doc/mico/examples/poa/account-1/account.idl
563
share/doc/mico/examples/poa/account-1/client.cc
564
share/doc/mico/examples/poa/account-1/server.cc
565
share/doc/mico/examples/poa/account-2/Makefile
566
share/doc/mico/examples/poa/account-2/account
567
share/doc/mico/examples/poa/account-2/account.idl
568
share/doc/mico/examples/poa/account-2/client.cc
569
share/doc/mico/examples/poa/account-2/server.cc
570
share/doc/mico/examples/poa/account-3/Makefile
571
share/doc/mico/examples/poa/account-3/account
572
share/doc/mico/examples/poa/account-3/account.idl
573
share/doc/mico/examples/poa/account-3/client.cc
574
share/doc/mico/examples/poa/account-3/server.cc
575
share/doc/mico/examples/poa/hello-1/Makefile
576
share/doc/mico/examples/poa/hello-1/client.cc
577
share/doc/mico/examples/poa/hello-1/hello
578
share/doc/mico/examples/poa/hello-1/hello.idl
579
share/doc/mico/examples/poa/hello-1/server.cc
580
share/doc/mico/examples/poa/hello-2/Makefile
581
share/doc/mico/examples/poa/hello-2/client.cc
582
share/doc/mico/examples/poa/hello-2/hello
583
share/doc/mico/examples/poa/hello-2/hello.idl
584
share/doc/mico/examples/poa/hello-2/server.cc
585
share/doc/mico/examples/poa/inherit/Makefile
586
share/doc/mico/examples/poa/inherit/client.cc
587
share/doc/mico/examples/poa/inherit/inherit
588
share/doc/mico/examples/poa/inherit/inherit.idl
589
share/doc/mico/examples/poa/inherit/server.cc
590
share/doc/mico/examples/random/Makefile
591
share/doc/mico/examples/random/client.cc
592
share/doc/mico/examples/random/random.idl
593
share/doc/mico/examples/redlich/Calc-1/Makefile
594
share/doc/mico/examples/redlich/Calc-1/calc.idl
595
share/doc/mico/examples/redlich/Calc-1/client.cc
596
share/doc/mico/examples/redlich/Calc-1/server.cc
597
share/doc/mico/examples/redlich/Calc-2/Makefile
598
share/doc/mico/examples/redlich/Calc-2/calc.idl
599
share/doc/mico/examples/redlich/Calc-2/client.cc
600
share/doc/mico/examples/redlich/Calc-2/server.cc
601
share/doc/mico/examples/redlich/Calc-3/Makefile
602
share/doc/mico/examples/redlich/Calc-3/calc.idl
603
share/doc/mico/examples/redlich/Calc-3/client.cc
604
share/doc/mico/examples/redlich/Calc-3/server.cc
605
share/doc/mico/examples/redlich/Calc-4/Makefile
606
share/doc/mico/examples/redlich/Calc-4/calc.idl
607
share/doc/mico/examples/redlich/Calc-4/client.cc
608
share/doc/mico/examples/redlich/Calc-4/server.cc
609
share/doc/mico/examples/redlich/Hello-1/Makefile
610
share/doc/mico/examples/redlich/Hello-1/client.cc
611
share/doc/mico/examples/redlich/Hello-1/server.cc
612
share/doc/mico/examples/redlich/Hello-1/tty.idl
613
share/doc/mico/examples/redlich/Hello-2/Makefile
614
share/doc/mico/examples/redlich/Hello-2/client.cc
615
share/doc/mico/examples/redlich/Hello-2/server.cc
616
share/doc/mico/examples/redlich/Hello-2/tty.idl
617
share/doc/mico/examples/redlich/Hello-3/Makefile
618
share/doc/mico/examples/redlich/Hello-3/client.cc
619
share/doc/mico/examples/redlich/Hello-3/server.cc
620
share/doc/mico/examples/redlich/Hello-3/tty.idl
621
share/doc/mico/examples/redlich/Hello-3/ttyplus.idl
622
share/doc/mico/examples/redlich/Hello-4/Makefile
623
share/doc/mico/examples/redlich/Hello-4/client.cc
624
share/doc/mico/examples/redlich/Hello-4/server.cc
625
share/doc/mico/examples/redlich/Hello-4/tty.idl
626
share/doc/mico/examples/redlich/Hello-4/ttyplus.idl
627
share/doc/mico/examples/redlich/Makefile
628
share/doc/mico/examples/redlich/README
629
share/doc/mico/examples/services/Makefile
630
share/doc/mico/examples/services/README
631
share/doc/mico/examples/services/events/Makefile
632
share/doc/mico/examples/services/events/client.cc
633
share/doc/mico/examples/services/events/client2.cc
634
share/doc/mico/examples/services/events/runit
635
share/doc/mico/examples/services/events/server.cc
636
share/doc/mico/examples/services/events/server2.cc
637
share/doc/mico/examples/services/events/server3.cc
638
share/doc/mico/examples/services/naming-lb/Client.cc
639
share/doc/mico/examples/services/naming-lb/Makefile
640
share/doc/mico/examples/services/naming-lb/Printer.idl
641
share/doc/mico/examples/services/naming-lb/Printer_impl.cc
642
share/doc/mico/examples/services/naming-lb/Printer_impl.h
643
share/doc/mico/examples/services/naming-lb/Server.cc
644
share/doc/mico/examples/services/naming-lb/printer_test
645
share/doc/mico/examples/services/naming/Makefile
646
share/doc/mico/examples/services/naming/account.idl
647
share/doc/mico/examples/services/naming/account_test
648
share/doc/mico/examples/services/naming/client.cc
649
share/doc/mico/examples/services/naming/server.cc
650
share/doc/mico/examples/services/property-daemon/Makefile
651
share/doc/mico/examples/services/property-daemon/README
652
share/doc/mico/examples/services/property-daemon/bank.idl
653
share/doc/mico/examples/services/property-daemon/get_properties.cc
654
share/doc/mico/examples/services/property-daemon/set_properties.cc
655
share/doc/mico/examples/services/property-daemon/start_demo
656
share/doc/mico/examples/services/relship/Documents.idl
657
share/doc/mico/examples/services/relship/DocumentsServer.cc
658
share/doc/mico/examples/services/relship/Documents_impl.cc
659
share/doc/mico/examples/services/relship/Documents_impl.h
660
share/doc/mico/examples/services/relship/Makefile
661
share/doc/mico/examples/services/relship/README
662
share/doc/mico/examples/services/relship/Test.idl
663
share/doc/mico/examples/services/relship/TestServer.cc
664
share/doc/mico/examples/services/relship/Test_impl.cc
665
share/doc/mico/examples/services/relship/Test_impl.h
666
share/doc/mico/examples/services/relship/daemons-start
667
share/doc/mico/examples/services/relship/daemons-stop
668
share/doc/mico/examples/services/relship/rundemo
669
share/doc/mico/examples/services/relship/servers-start
670
share/doc/mico/examples/services/relship/simple-test.cc
671
share/doc/mico/examples/services/relship/stop-servers
672
share/doc/mico/examples/services/relship/test
673
share/doc/mico/examples/services/stream-bench/Makefile
674
share/doc/mico/examples/services/stream-bench/bench
675
share/doc/mico/examples/services/stream-bench/req.idl
676
share/doc/mico/examples/services/stream-bench/req_client.cc
677
share/doc/mico/examples/services/stream-bench/req_server.cc
678
share/doc/mico/examples/services/stream-bench/stream_client.cc
679
share/doc/mico/examples/services/stream-bench/stream_server.cc
680
share/doc/mico/examples/services/stream-sound/Makefile
681
share/doc/mico/examples/services/stream-sound/client.cc
682
share/doc/mico/examples/services/stream-sound/server.cc
683
share/doc/mico/examples/services/stream-sound/sound.h
684
share/doc/mico/examples/services/trader/Makefile
685
share/doc/mico/examples/services/trader/demo.idl
686
share/doc/mico/examples/services/trader/main.cc
687
share/doc/mico/examples/services/trader/run
688
share/doc/mico/examples/shlib/Makefile
689
share/doc/mico/examples/shlib/client.cc
690
share/doc/mico/examples/shlib/hello
691
share/doc/mico/examples/shlib/hello.idl
692
share/doc/mico/examples/shlib/server.cc
693
share/doc/mico/examples/siegel/Makefile
694
share/doc/mico/examples/siegel/README
695
share/doc/mico/examples/siegel/central/DepotData.cc
696
share/doc/mico/examples/siegel/central/DepotData.h
697
share/doc/mico/examples/siegel/central/DepotImpl.cc
698
share/doc/mico/examples/siegel/central/DepotImpl.h
699
share/doc/mico/examples/siegel/central/Makefile
700
share/doc/mico/examples/siegel/central/TreeNode.h
701
share/doc/mico/examples/siegel/central/depot.dat
702
share/doc/mico/examples/siegel/central/depot_server.cc
703
share/doc/mico/examples/siegel/idl/Central.idl
704
share/doc/mico/examples/siegel/idl/Makefile
705
share/doc/mico/examples/siegel/idl/POS.idl
706
share/doc/mico/examples/siegel/idl/Store.idl
707
share/doc/mico/examples/siegel/pos/InputMediaImpl.cc
708
share/doc/mico/examples/siegel/pos/InputMediaImpl.h
709
share/doc/mico/examples/siegel/pos/Makefile
710
share/doc/mico/examples/siegel/pos/OutputMediaImpl.cc
711
share/doc/mico/examples/siegel/pos/OutputMediaImpl.h
712
share/doc/mico/examples/siegel/pos/POSTerminalImpl.cc
713
share/doc/mico/examples/siegel/pos/POSTerminalImpl.h
714
share/doc/mico/examples/siegel/pos/POS_Client.cc
715
share/doc/mico/examples/siegel/pos/POS_Server.cc
716
share/doc/mico/examples/siegel/primer_utils/Makefile
717
share/doc/mico/examples/siegel/primer_utils/NsPublisher.cc
718
share/doc/mico/examples/siegel/primer_utils/NsPublisher.h
719
share/doc/mico/examples/siegel/store/Makefile
720
share/doc/mico/examples/siegel/store/StoreAccessImpl.cc
721
share/doc/mico/examples/siegel/store/StoreAccessImpl.h
722
share/doc/mico/examples/siegel/store/StoreImpl.cc
723
share/doc/mico/examples/siegel/store/StoreImpl.h
724
share/doc/mico/examples/siegel/store/TaxImpl.cc
725
share/doc/mico/examples/siegel/store/TaxImpl.h
726
share/doc/mico/examples/siegel/store/store_server.cc
727
share/doc/mico/examples/ssl/Makefile
728
share/doc/mico/examples/ssl/c_cert.pem
729
share/doc/mico/examples/ssl/c_key.pem
730
share/doc/mico/examples/ssl/client.cc
731
share/doc/mico/examples/ssl/hello.idl
732
share/doc/mico/examples/ssl/s_cert.pem
733
share/doc/mico/examples/ssl/s_key.pem
734
share/doc/mico/examples/ssl/server.cc
735
share/doc/mico/examples/ssl/ssl
736
share/doc/mico/manual.ps
737
@dirrm share/doc/mico/examples/ssl
738
@dirrm share/doc/mico/examples/siegel/store
739
@dirrm share/doc/mico/examples/siegel/primer_utils
740
@dirrm share/doc/mico/examples/siegel/pos
741
@dirrm share/doc/mico/examples/siegel/idl
742
@dirrm share/doc/mico/examples/siegel/central
743
@dirrm share/doc/mico/examples/siegel
744
@dirrm share/doc/mico/examples/shlib
745
@dirrm share/doc/mico/examples/services/trader
746
@dirrm share/doc/mico/examples/services/stream-sound
747
@dirrm share/doc/mico/examples/services/stream-bench
748
@dirrm share/doc/mico/examples/services/relship
749
@dirrm share/doc/mico/examples/services/property-daemon
750
@dirrm share/doc/mico/examples/services/naming-lb
751
@dirrm share/doc/mico/examples/services/naming
752
@dirrm share/doc/mico/examples/services/events
753
@dirrm share/doc/mico/examples/services
754
@dirrm share/doc/mico/examples/redlich/Hello-4
755
@dirrm share/doc/mico/examples/redlich/Hello-3
756
@dirrm share/doc/mico/examples/redlich/Hello-2
757
@dirrm share/doc/mico/examples/redlich/Hello-1
758
@dirrm share/doc/mico/examples/redlich/Calc-4
759
@dirrm share/doc/mico/examples/redlich/Calc-3
760
@dirrm share/doc/mico/examples/redlich/Calc-2
761
@dirrm share/doc/mico/examples/redlich/Calc-1
762
@dirrm share/doc/mico/examples/redlich
763
@dirrm share/doc/mico/examples/random
764
@dirrm share/doc/mico/examples/poa/inherit
765
@dirrm share/doc/mico/examples/poa/hello-2
766
@dirrm share/doc/mico/examples/poa/hello-1
767
@dirrm share/doc/mico/examples/poa/account-3
768
@dirrm share/doc/mico/examples/poa/account-2
769
@dirrm share/doc/mico/examples/poa/account-1
770
@dirrm share/doc/mico/examples/poa
771
@dirrm share/doc/mico/examples/pi/poa2
772
@dirrm share/doc/mico/examples/pi/poa
773
@dirrm share/doc/mico/examples/pi/dii
774
@dirrm share/doc/mico/examples/pi/current
775
@dirrm share/doc/mico/examples/pi
776
@dirrm share/doc/mico/examples/obv/tricky
777
@dirrm share/doc/mico/examples/obv/tree
778
@dirrm share/doc/mico/examples/obv/date
779
@dirrm share/doc/mico/examples/obv/custom
780
@dirrm share/doc/mico/examples/obv/abstract
781
@dirrm share/doc/mico/examples/obv
782
@dirrm share/doc/mico/examples/mcast
783
@dirrm share/doc/mico/examples/interop/visibroker
784
@dirrm share/doc/mico/examples/interop/orbix
785
@dirrm share/doc/mico/examples/interop/jdk
786
@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable
787
@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/corba
788
@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples
789
@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/META-INF
790
@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb
791
@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable
792
@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples
793
@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/META-INF
794
@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb
795
@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable
796
@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples
797
@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/META-INF
798
@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb
799
@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x
800
@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/corba
801
@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples
802
@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/META-INF
803
@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb
804
@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples
805
@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/META-INF
806
@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb
807
@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples
808
@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/META-INF
809
@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb
810
@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x
811
@dirrm share/doc/mico/examples/interop/jboss
812
@dirrm share/doc/mico/examples/interop/jacorb
813
@dirrm share/doc/mico/examples/interop
814
@dirrm share/doc/mico/examples/interceptor
815
@dirrm share/doc/mico/examples/henning
816
@dirrm share/doc/mico/examples/generic
817
@dirrm share/doc/mico/examples/dynany
818
@dirrm share/doc/mico/examples/dispatcher/x11
819
@dirrm share/doc/mico/examples/dispatcher
820
@dirrm share/doc/mico/examples/codesets
821
@dirrm share/doc/mico/examples/boa/activate
822
@dirrm share/doc/mico/examples/boa/account4
823
@dirrm share/doc/mico/examples/boa/account3
824
@dirrm share/doc/mico/examples/boa/account2
825
@dirrm share/doc/mico/examples/boa/account
826
@dirrm share/doc/mico/examples/boa
827
@dirrm share/doc/mico/examples/bench
828
@dirrm share/doc/mico/examples
829
@dirrm share/doc/mico
830
@dirrm include/ministl
831
@dirrm include/mico/transport
832
@dirrm include/mico/security
833
@dirrm include/mico/os-thread
834
@dirrm include/mico
835
@dirrm include/coss

Return to bug 53610