diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-22 18:23:31 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-22 18:23:31 +0000 |
commit | 5cb34ba408b53033c7f2c5bd729346f0d69e1f6a (patch) | |
tree | 71cb4528619eb30101da4f971fd6ba96259dd73b /devel/mico | |
parent | b16e2cf61abf60e3592ba4fcea291599599323d1 (diff) | |
download | ports-5cb34ba408b53033c7f2c5bd729346f0d69e1f6a.tar.gz ports-5cb34ba408b53033c7f2c5bd729346f0d69e1f6a.zip |
Notes
Diffstat (limited to 'devel/mico')
-rw-r--r-- | devel/mico/Makefile | 6 | ||||
-rw-r--r-- | devel/mico/distinfo | 2 | ||||
-rw-r--r-- | devel/mico/files/patch-as | 21 | ||||
-rw-r--r-- | devel/mico/pkg-plist | 1174 |
4 files changed, 699 insertions, 504 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index a26df18608c4..e9440feab495 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mico -PORTVERSION= 2.3.9 +PORTVERSION= 2.3.10 CATEGORIES= devel MASTER_SITES= http://www.mico.org/ @@ -28,10 +28,6 @@ MAN8= ird.8 micod.8 nsd.8 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - post-patch: ${REINPLACE_CMD} -e "s,so.1.0,so, ;s,-O2,${CFLAGS}," ${WRKSRC}/configure diff --git a/devel/mico/distinfo b/devel/mico/distinfo index 4fc1e72b74c0..b78966579a6d 100644 --- a/devel/mico/distinfo +++ b/devel/mico/distinfo @@ -1 +1 @@ -MD5 (mico-2.3.9.tar.gz) = 292a755ce9d3d8856159d4abff29512f +MD5 (mico-2.3.10.tar.gz) = 0f27a8d66bc57100d762302cdf4868bf diff --git a/devel/mico/files/patch-as b/devel/mico/files/patch-as new file mode 100644 index 000000000000..57af08b45e6f --- /dev/null +++ b/devel/mico/files/patch-as @@ -0,0 +1,21 @@ +--- include/mico/os-math.h.orig Mon May 26 14:55:46 2003 ++++ include/mico/os-math.h Sun Jun 22 13:16:51 2003 +@@ -275,6 +275,18 @@ + }; + + #else // neither _WIN32 nor _POCKET_PC ++#ifndef fpclassify ++#define fpclassify(x) \ ++ ((sizeof (x) == sizeof (float)) ? __fpclassifyf(x) \ ++ : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ ++ : __fpclassifyl(x)) ++#endif ++#ifndef isinf ++#define isinf(x) (fpclassify(x) == FP_INFINITE) ++#endif ++#ifndef isnan ++#define isnan(x) (fpclassify(x) == FP_NAN) ++#endif + + #include <unistd.h> + #include <signal.h> diff --git a/devel/mico/pkg-plist b/devel/mico/pkg-plist index 4f935fb8e1a9..5552ccb7a071 100644 --- a/devel/mico/pkg-plist +++ b/devel/mico/pkg-plist @@ -1,375 +1,108 @@ +bin/containmentd +bin/eventd +bin/idl +bin/imr +bin/iordump +bin/ird +bin/mico-ar bin/mico-c++ +bin/mico-cpp bin/mico-ld -bin/mico-ar bin/mico-shc++ bin/mico-shld -bin/ird bin/micod -bin/imr -bin/idl -bin/mico-cpp -bin/nsd -bin/nsadmin -bin/eventd -bin/traversald bin/noded -bin/containmentd -bin/referenced -bin/randomd -bin/proxyd +bin/nsadmin +bin/nsd bin/propertyd -bin/traderd +bin/proxyd +bin/randomd +bin/referenced bin/timed -bin/iordump -share/doc/mico/examples/boa/account/Makefile -share/doc/mico/examples/boa/account/main.cc -share/doc/mico/examples/boa/account/account.idl -share/doc/mico/examples/boa/Makefile -share/doc/mico/examples/boa/README -share/doc/mico/examples/boa/account2/Makefile -share/doc/mico/examples/boa/account2/client.cc -share/doc/mico/examples/boa/account2/server.cc -share/doc/mico/examples/boa/account2/account.idl -share/doc/mico/examples/boa/account2/account -share/doc/mico/examples/boa/account3/Makefile -share/doc/mico/examples/boa/account3/client.cc -share/doc/mico/examples/boa/account3/server.cc -share/doc/mico/examples/boa/account3/account.idl -share/doc/mico/examples/boa/account3/account -share/doc/mico/examples/boa/account4/Makefile -share/doc/mico/examples/boa/account4/client.cc -share/doc/mico/examples/boa/account4/server.cc -share/doc/mico/examples/boa/account4/account.idl -share/doc/mico/examples/boa/account4/account -share/doc/mico/examples/boa/activate/Makefile -share/doc/mico/examples/boa/activate/client.cc -share/doc/mico/examples/boa/activate/server.cc -share/doc/mico/examples/boa/activate/hello.idl -share/doc/mico/examples/boa/activate/hello-shared -share/doc/mico/examples/boa/activate/hello-unshared -share/doc/mico/examples/boa/activate/hello-permethod -share/doc/mico/examples/poa/hello-1/Makefile -share/doc/mico/examples/poa/hello-1/client.cc -share/doc/mico/examples/poa/hello-1/server.cc -share/doc/mico/examples/poa/hello-1/hello.idl -share/doc/mico/examples/poa/hello-1/hello -share/doc/mico/examples/poa/Makefile -share/doc/mico/examples/poa/README -share/doc/mico/examples/poa/hello-2/Makefile -share/doc/mico/examples/poa/hello-2/client.cc -share/doc/mico/examples/poa/hello-2/server.cc -share/doc/mico/examples/poa/hello-2/hello.idl -share/doc/mico/examples/poa/hello-2/hello -share/doc/mico/examples/poa/inherit/Makefile -share/doc/mico/examples/poa/inherit/client.cc -share/doc/mico/examples/poa/inherit/server.cc -share/doc/mico/examples/poa/inherit/inherit.idl -share/doc/mico/examples/poa/inherit/inherit -share/doc/mico/examples/poa/account-1/Makefile -share/doc/mico/examples/poa/account-1/client.cc -share/doc/mico/examples/poa/account-1/server.cc -share/doc/mico/examples/poa/account-1/account.idl -share/doc/mico/examples/poa/account-1/account -share/doc/mico/examples/poa/account-2/Makefile -share/doc/mico/examples/poa/account-2/client.cc -share/doc/mico/examples/poa/account-2/server.cc -share/doc/mico/examples/poa/account-2/account.idl -share/doc/mico/examples/poa/account-2/account -share/doc/mico/examples/poa/account-3/Makefile -share/doc/mico/examples/poa/account-3/client.cc -share/doc/mico/examples/poa/account-3/server.cc -share/doc/mico/examples/poa/account-3/account.idl -share/doc/mico/examples/poa/account-3/account -share/doc/mico/examples/MakeVars -share/doc/mico/examples/README -share/doc/mico/examples/bench/Makefile -share/doc/mico/examples/bench/client.cc -share/doc/mico/examples/bench/server.cc -share/doc/mico/examples/bench/bench.idl -share/doc/mico/examples/bench/bench_impl.h -share/doc/mico/examples/bench/bench -share/doc/mico/examples/dynany/Makefile -share/doc/mico/examples/dynany/test.idl -share/doc/mico/examples/dynany/dynany.cc -share/doc/mico/examples/dynany/dynanytest.cc -share/doc/mico/examples/interop/orbix/Makefile -share/doc/mico/examples/interop/orbix/README -share/doc/mico/examples/interop/orbix/grid.idl -share/doc/mico/examples/interop/orbix/main.cc -share/doc/mico/examples/interop/Makefile -share/doc/mico/examples/interop/README -share/doc/mico/examples/interop/visibroker/Makefile -share/doc/mico/examples/interop/visibroker/Account.idl -share/doc/mico/examples/interop/visibroker/Client.java -share/doc/mico/examples/interop/visibroker/ClientApplet.html.in -share/doc/mico/examples/interop/visibroker/ClientApplet.java -share/doc/mico/examples/interop/visibroker/README -share/doc/mico/examples/interop/visibroker/main.cc -share/doc/mico/examples/interop/visibroker/account -share/doc/mico/examples/interop/visibroker/run_applet -share/doc/mico/examples/interop/jdk/Makefile -share/doc/mico/examples/interop/jdk/Account.idl -share/doc/mico/examples/interop/jdk/Client.java -share/doc/mico/examples/interop/jdk/ClientApplet.html.in -share/doc/mico/examples/interop/jdk/ClientApplet.java -share/doc/mico/examples/interop/jdk/README -share/doc/mico/examples/interop/jdk/main.cc -share/doc/mico/examples/interop/jdk/account -share/doc/mico/examples/interop/jdk/run_applet -share/doc/mico/examples/interop/jacorb/Makefile -share/doc/mico/examples/interop/jacorb/Account.idl -share/doc/mico/examples/interop/jacorb/Server.java -share/doc/mico/examples/interop/jacorb/Client.java -share/doc/mico/examples/interop/jacorb/ClientApplet.html.in -share/doc/mico/examples/interop/jacorb/ClientApplet.java -share/doc/mico/examples/interop/jacorb/README -share/doc/mico/examples/interop/jacorb/server.cc -share/doc/mico/examples/interop/jacorb/client.cc -share/doc/mico/examples/interop/jacorb/account -share/doc/mico/examples/interop/jacorb/run_applet -share/doc/mico/examples/redlich/Calc-1/Makefile -share/doc/mico/examples/redlich/Calc-1/client.cc -share/doc/mico/examples/redlich/Calc-1/server.cc -share/doc/mico/examples/redlich/Calc-1/calc.idl -share/doc/mico/examples/redlich/Makefile -share/doc/mico/examples/redlich/README -share/doc/mico/examples/redlich/Calc-2/Makefile -share/doc/mico/examples/redlich/Calc-2/client.cc -share/doc/mico/examples/redlich/Calc-2/server.cc -share/doc/mico/examples/redlich/Calc-2/calc.idl -share/doc/mico/examples/redlich/Calc-3/Makefile -share/doc/mico/examples/redlich/Calc-3/client.cc -share/doc/mico/examples/redlich/Calc-3/server.cc -share/doc/mico/examples/redlich/Calc-3/calc.idl -share/doc/mico/examples/redlich/Calc-4/Makefile -share/doc/mico/examples/redlich/Calc-4/client.cc -share/doc/mico/examples/redlich/Calc-4/server.cc -share/doc/mico/examples/redlich/Calc-4/calc.idl -share/doc/mico/examples/redlich/Hello-1/Makefile -share/doc/mico/examples/redlich/Hello-1/client.cc -share/doc/mico/examples/redlich/Hello-1/server.cc -share/doc/mico/examples/redlich/Hello-1/tty.idl -share/doc/mico/examples/redlich/Hello-2/Makefile -share/doc/mico/examples/redlich/Hello-2/client.cc -share/doc/mico/examples/redlich/Hello-2/server.cc -share/doc/mico/examples/redlich/Hello-2/tty.idl -share/doc/mico/examples/redlich/Hello-3/Makefile -share/doc/mico/examples/redlich/Hello-3/client.cc -share/doc/mico/examples/redlich/Hello-3/server.cc -share/doc/mico/examples/redlich/Hello-3/tty.idl -share/doc/mico/examples/redlich/Hello-3/ttyplus.idl -share/doc/mico/examples/redlich/Hello-4/Makefile -share/doc/mico/examples/redlich/Hello-4/client.cc -share/doc/mico/examples/redlich/Hello-4/server.cc -share/doc/mico/examples/redlich/Hello-4/tty.idl -share/doc/mico/examples/redlich/Hello-4/ttyplus.idl -share/doc/mico/examples/siegel/idl/Makefile -share/doc/mico/examples/siegel/idl/Central.idl -share/doc/mico/examples/siegel/idl/POS.idl -share/doc/mico/examples/siegel/idl/Store.idl -share/doc/mico/examples/siegel/pos/Makefile -share/doc/mico/examples/siegel/pos/POSTerminalImpl.cc -share/doc/mico/examples/siegel/pos/POS_Server.cc -share/doc/mico/examples/siegel/pos/InputMediaImpl.cc -share/doc/mico/examples/siegel/pos/OutputMediaImpl.cc -share/doc/mico/examples/siegel/pos/POSTerminalImpl.h -share/doc/mico/examples/siegel/pos/InputMediaImpl.h -share/doc/mico/examples/siegel/pos/OutputMediaImpl.h -share/doc/mico/examples/siegel/pos/POS_Client.cc -share/doc/mico/examples/siegel/Makefile -share/doc/mico/examples/siegel/README -share/doc/mico/examples/siegel/primer_utils/Makefile -share/doc/mico/examples/siegel/primer_utils/NsPublisher.cc -share/doc/mico/examples/siegel/primer_utils/NsPublisher.h -share/doc/mico/examples/siegel/central/Makefile -share/doc/mico/examples/siegel/central/DepotData.h -share/doc/mico/examples/siegel/central/DepotImpl.h -share/doc/mico/examples/siegel/central/TreeNode.h -share/doc/mico/examples/siegel/central/depot_server.cc -share/doc/mico/examples/siegel/central/DepotData.cc -share/doc/mico/examples/siegel/central/DepotImpl.cc -share/doc/mico/examples/siegel/central/depot.dat -share/doc/mico/examples/siegel/store/Makefile -share/doc/mico/examples/siegel/store/StoreAccessImpl.cc -share/doc/mico/examples/siegel/store/StoreImpl.cc -share/doc/mico/examples/siegel/store/TaxImpl.cc -share/doc/mico/examples/siegel/store/store_server.cc -share/doc/mico/examples/siegel/store/StoreAccessImpl.h -share/doc/mico/examples/siegel/store/StoreImpl.h -share/doc/mico/examples/siegel/store/TaxImpl.h -share/doc/mico/examples/henning/README -share/doc/mico/examples/henning/diffs -share/doc/mico/examples/interceptor/Makefile -share/doc/mico/examples/interceptor/client.cc -share/doc/mico/examples/interceptor/server.cc -share/doc/mico/examples/interceptor/hello.idl -share/doc/mico/examples/interceptor/runit -share/doc/mico/examples/codesets/Makefile -share/doc/mico/examples/codesets/client.cc -share/doc/mico/examples/codesets/server.cc -share/doc/mico/examples/codesets/hello.idl -share/doc/mico/examples/codesets/runit -share/doc/mico/examples/random/Makefile -share/doc/mico/examples/random/client.cc -share/doc/mico/examples/random/random.idl -share/doc/mico/examples/obv/abstract/README -share/doc/mico/examples/obv/abstract/Makefile -share/doc/mico/examples/obv/abstract/client.cc -share/doc/mico/examples/obv/abstract/server.cc -share/doc/mico/examples/obv/abstract/abstract.idl -share/doc/mico/examples/obv/abstract/abstract_impl.h -share/doc/mico/examples/obv/abstract/abstract -share/doc/mico/examples/obv/Makefile -share/doc/mico/examples/obv/README -share/doc/mico/examples/obv/custom/README -share/doc/mico/examples/obv/custom/Makefile -share/doc/mico/examples/obv/custom/test.cc -share/doc/mico/examples/obv/custom/custom.idl -share/doc/mico/examples/obv/custom/custom_impl.cc -share/doc/mico/examples/obv/custom/custom_impl.h -share/doc/mico/examples/obv/custom/custom -share/doc/mico/examples/obv/date/Makefile -share/doc/mico/examples/obv/date/client.cc -share/doc/mico/examples/obv/date/server.cc -share/doc/mico/examples/obv/date/date.idl -share/doc/mico/examples/obv/date/calendar.idl -share/doc/mico/examples/obv/date/date_impl.cc -share/doc/mico/examples/obv/date/date_impl.h -share/doc/mico/examples/obv/date/date -share/doc/mico/examples/obv/tree/Makefile -share/doc/mico/examples/obv/tree/client.cc -share/doc/mico/examples/obv/tree/server.cc -share/doc/mico/examples/obv/tree/tree.idl -share/doc/mico/examples/obv/tree/tree_impl.cc -share/doc/mico/examples/obv/tree/tree_impl.h -share/doc/mico/examples/obv/tree/tree -share/doc/mico/examples/obv/tricky/Makefile -share/doc/mico/examples/obv/tricky/client.cc -share/doc/mico/examples/obv/tricky/server.cc -share/doc/mico/examples/obv/tricky/tricky.idl -share/doc/mico/examples/obv/tricky/tricky_impl.cc -share/doc/mico/examples/obv/tricky/tricky_impl.h -share/doc/mico/examples/obv/tricky/tricky -share/doc/mico/examples/services/naming/Makefile -share/doc/mico/examples/services/naming/account.idl -share/doc/mico/examples/services/naming/client.cc -share/doc/mico/examples/services/naming/server.cc -share/doc/mico/examples/services/naming/account_test -share/doc/mico/examples/services/Makefile -share/doc/mico/examples/services/README -share/doc/mico/examples/services/naming-lb/Makefile -share/doc/mico/examples/services/naming-lb/Printer.idl -share/doc/mico/examples/services/naming-lb/Printer_impl.h -share/doc/mico/examples/services/naming-lb/Printer_impl.cc -share/doc/mico/examples/services/naming-lb/Client.cc -share/doc/mico/examples/services/naming-lb/Server.cc -share/doc/mico/examples/services/naming-lb/printer_test -share/doc/mico/examples/services/events/Makefile -share/doc/mico/examples/services/events/client.cc -share/doc/mico/examples/services/events/client2.cc -share/doc/mico/examples/services/events/server.cc -share/doc/mico/examples/services/events/server2.cc -share/doc/mico/examples/services/events/server3.cc -share/doc/mico/examples/services/events/runit -share/doc/mico/examples/services/stream-bench/Makefile -share/doc/mico/examples/services/stream-bench/req.idl -share/doc/mico/examples/services/stream-bench/req_client.cc -share/doc/mico/examples/services/stream-bench/req_server.cc -share/doc/mico/examples/services/stream-bench/stream_client.cc -share/doc/mico/examples/services/stream-bench/stream_server.cc -share/doc/mico/examples/services/stream-bench/bench -share/doc/mico/examples/services/relship/Makefile -share/doc/mico/examples/services/relship/Test.idl -share/doc/mico/examples/services/relship/Documents.idl -share/doc/mico/examples/services/relship/Test_impl.cc -share/doc/mico/examples/services/relship/Test_impl.h -share/doc/mico/examples/services/relship/Documents_impl.cc -share/doc/mico/examples/services/relship/Documents_impl.h -share/doc/mico/examples/services/relship/README -share/doc/mico/examples/services/relship/simple-test.cc -share/doc/mico/examples/services/relship/DocumentsServer.cc -share/doc/mico/examples/services/relship/TestServer.cc -share/doc/mico/examples/services/relship/daemons-start -share/doc/mico/examples/services/relship/daemons-stop -share/doc/mico/examples/services/relship/servers-start -share/doc/mico/examples/services/relship/stop-servers -share/doc/mico/examples/services/relship/test -share/doc/mico/examples/services/relship/rundemo -share/doc/mico/examples/services/property-daemon/Makefile -share/doc/mico/examples/services/property-daemon/set_properties.cc -share/doc/mico/examples/services/property-daemon/get_properties.cc -share/doc/mico/examples/services/property-daemon/bank.idl -share/doc/mico/examples/services/property-daemon/README -share/doc/mico/examples/services/property-daemon/start_demo -share/doc/mico/examples/services/trader/Makefile -share/doc/mico/examples/services/trader/demo.idl -share/doc/mico/examples/services/trader/main.cc -share/doc/mico/examples/services/trader/run -share/doc/mico/examples/services/stream-sound/Makefile -share/doc/mico/examples/services/stream-sound/client.cc -share/doc/mico/examples/services/stream-sound/server.cc -share/doc/mico/examples/services/stream-sound/sound.h -share/doc/mico/examples/dispatcher/x11/Makefile -share/doc/mico/examples/dispatcher/x11/hello.idl -share/doc/mico/examples/dispatcher/x11/client.cc -share/doc/mico/examples/dispatcher/x11/server.cc -share/doc/mico/examples/dispatcher/x11/xhello -share/doc/mico/examples/dispatcher/Makefile -share/doc/mico/examples/dispatcher/README -share/doc/mico/examples/mcast/Makefile -share/doc/mico/examples/mcast/client.cc -share/doc/mico/examples/mcast/server.cc -share/doc/mico/examples/mcast/hello.idl -share/doc/mico/examples/mcast/runit -share/doc/mico/examples/generic/Makefile -share/doc/mico/examples/generic/client.cc -share/doc/mico/examples/generic/server.cc -share/doc/mico/examples/generic/test.idl -share/doc/mico/examples/generic/test_cases -share/doc/mico/examples/generic/run_test -share/doc/mico/examples/pi/dii/Makefile -share/doc/mico/examples/pi/dii/diiclient.cc -share/doc/mico/examples/pi/dii/diiserver.cc -share/doc/mico/examples/pi/dii/rundiic -share/doc/mico/examples/pi/dii/rundiis -share/doc/mico/examples/pi/dii/runit -share/doc/mico/examples/pi/poa/Makefile -share/doc/mico/examples/pi/poa/client.cc -share/doc/mico/examples/pi/poa/server.cc -share/doc/mico/examples/pi/poa/collocated.cc -share/doc/mico/examples/pi/poa/account.idl -share/doc/mico/examples/pi/poa/account -share/doc/mico/examples/pi/Makefile -share/doc/mico/examples/pi/README -share/doc/mico/examples/pi/poa2/Makefile -share/doc/mico/examples/pi/poa2/client.cc -share/doc/mico/examples/pi/poa2/server.cc -share/doc/mico/examples/pi/poa2/account.idl -share/doc/mico/examples/pi/poa2/account -share/doc/mico/examples/pi/current/Makefile -share/doc/mico/examples/pi/current/client.cc -share/doc/mico/examples/pi/current/server.cc -share/doc/mico/examples/pi/current/hello.idl -share/doc/mico/examples/pi/current/hello -share/doc/mico/examples/shlib/Makefile -share/doc/mico/examples/shlib/client.cc -share/doc/mico/examples/shlib/server.cc -share/doc/mico/examples/shlib/hello.idl -share/doc/mico/examples/shlib/hello -share/doc/mico/examples/ssl/Makefile -share/doc/mico/examples/ssl/client.cc -share/doc/mico/examples/ssl/server.cc -share/doc/mico/examples/ssl/hello.idl -share/doc/mico/examples/ssl/s_cert.pem -share/doc/mico/examples/ssl/s_key.pem -share/doc/mico/examples/ssl/c_cert.pem -share/doc/mico/examples/ssl/c_key.pem -share/doc/mico/examples/ssl/ssl -share/doc/mico/manual.ps -include/mico/os-thread/dcethreads.h -include/mico/os-thread/pthreads.h -include/mico/os-thread/pththreads.h -include/mico/os-thread/solaris-threads.h +bin/traderd +bin/traversald +include/CORBA-SMALL.h +include/CORBA.h +include/coss/CompoundExternalization_impl.h +include/coss/CosCompoundLifeCycle.idl +include/coss/CosContainment.h +include/coss/CosContainment.idl +include/coss/CosContainment_impl.h +include/coss/CosEventChannelAdmin.h +include/coss/CosEventChannelAdmin.idl +include/coss/CosEventComm.h +include/coss/CosEventComm.idl +include/coss/CosExternalization.idl +include/coss/CosExternalizationContainment.idl +include/coss/CosExternalizationReference.idl +include/coss/CosGraphs.h +include/coss/CosGraphs.idl +include/coss/CosGraphsExtension.h +include/coss/CosGraphsExtension.idl +include/coss/CosLifeCycle.idl +include/coss/CosLifeCycleContainment.idl +include/coss/CosLifeCycleReference.idl +include/coss/CosNaming.h +include/coss/CosNaming.idl +include/coss/CosObjectIdentity.h +include/coss/CosObjectIdentity.idl +include/coss/CosReference.h +include/coss/CosReference.idl +include/coss/CosReference_impl.h +include/coss/CosRelationships.h +include/coss/CosRelationships.idl +include/coss/CosStream_impl.h +include/coss/CosTime.h +include/coss/CosTime.idl +include/coss/CosTrading.h +include/coss/CosTrading.idl +include/coss/CosTradingRepos.h +include/coss/CosTradingRepos.idl +include/coss/EdgeIterator_impl.h +include/coss/ExternalizationContainment_impl.h +include/coss/ExternalizationPropagationCriteriaFactory_impl.h +include/coss/ExternalizationReference_impl.h +include/coss/ExternalizationTraversalCriteria_impl.h +include/coss/Externalization_impl.h +include/coss/FactoryFinder_impl.h +include/coss/GenericCriteriaFactory_impl.h +include/coss/GenericFactory_impl.h +include/coss/GraphsRole_impl.h +include/coss/IdentifiableObject_impl.h +include/coss/InterfaceDefsHelper.h +include/coss/LifeContainment_impl.h +include/coss/LifeNode_impl.h +include/coss/LifePropagationCriteriaFactory_impl.h +include/coss/LifeReference_impl.h +include/coss/LifeRelationship_impl.h +include/coss/LifeRole_impl.h +include/coss/LifeTraversalCriteria_impl.h +include/coss/NamedRoleTypesHelper.h +include/coss/NodeFactory_impl.h +include/coss/NodeStreamableFactory_impl.h +include/coss/Node_impl.h +include/coss/OperationsFactory_impl.h +include/coss/Operations_impl.h +include/coss/PropertyService.h +include/coss/PropertyService.idl +include/coss/PropertyService_impl.h +include/coss/RandomGenerator.h +include/coss/RandomGenerator.idl +include/coss/RandomGenerator_impl.h +include/coss/RegisterHelper.h +include/coss/RelationshipFactory_impl.h +include/coss/RelationshipIterator_impl.h +include/coss/Relationship_impl.h +include/coss/RoleFactory_impl.h +include/coss/Role_impl.h +include/coss/TraversalCriteria_impl.h +include/coss/TraversalFactory_impl.h +include/coss/Traversal_impl.h +include/coss/random.h +include/coss/random.idl +include/coss/stream.h +include/coss/stream.idl +include/coss/stream_impl.h include/mico/CCM.h include/mico/CCM.idl include/mico/CCMContainer.h @@ -392,13 +125,13 @@ include/mico/codeset_impl.h include/mico/config-ppc.h include/mico/config-win32.h include/mico/config.h -include/mico/dii.h include/mico/config.h.in include/mico/config.idl include/mico/config.idl.in include/mico/conv_frame.idl include/mico/current.h include/mico/current.idl +include/mico/dii.h include/mico/dispatch.h include/mico/dsi.h include/mico/dynany.h @@ -418,8 +151,8 @@ include/mico/iop.h include/mico/ioptypes.h include/mico/ioptypes.idl include/mico/ior.h -include/mico/ir.h include/mico/ior_impl.h +include/mico/ir.h include/mico/ir.idl include/mico/ir3.h include/mico/ir3.idl @@ -446,9 +179,14 @@ include/mico/orb_fwd.h include/mico/orb_impl.h include/mico/orb_mico.h include/mico/os-math.h +include/mico/os-math.h.orig include/mico/os-misc.h include/mico/os-net.h include/mico/os-thread.h +include/mico/os-thread/dcethreads.h +include/mico/os-thread/pthreads.h +include/mico/os-thread/pththreads.h +include/mico/os-thread/solaris-threads.h include/mico/pi.h include/mico/pi.idl include/mico/pi_impl.h @@ -466,45 +204,6 @@ include/mico/process.h include/mico/process_impl.h include/mico/qtmico.h include/mico/rtti.h -include/mico/select_dispatcher.h -include/mico/sequence.h -include/mico/sequence_special.h -include/mico/service_info.h -include/mico/service_info.idl -include/mico/shlib.h -include/mico/shlib_impl.h -include/mico/ssl.h -include/mico/ssliop.h -include/mico/ssliop.idl -include/mico/static-dispatch.h -include/mico/static.h -include/mico/string.h -include/mico/sysexc.h -include/mico/tcconst.h -include/mico/tckind.h -include/mico/tckind.idl -include/mico/tclmico.h -include/mico/template.h -include/mico/template_impl.h -include/mico/throw.h -include/mico/timebase.h -include/mico/timebase.idl -include/mico/transport.h -include/mico/transport_impl.h -include/mico/typecode.h -include/mico/typecode_seq.h -include/mico/typecode_seq.idl -include/mico/types.h -include/mico/util.h -include/mico/value.h -include/mico/valuetype.h -include/mico/valuetype.idl -include/mico/valuetype_impl.h -include/mico/version.h -include/mico/x11.h -include/mico/transport/tcp.h -include/mico/transport/udp.h -include/mico/transport/unix.h include/mico/security/AccessConfig.h include/mico/security/AuditConfig.h include/mico/security/AuditIntercept.h @@ -541,8 +240,45 @@ include/mico/security/securitylevel1_impl.h include/mico/security/securitylevel2.h include/mico/security/securitylevel2.idl include/mico/security/securitylevel2_impl.h -include/CORBA-SMALL.h -include/CORBA.h +include/mico/select_dispatcher.h +include/mico/sequence.h +include/mico/sequence_special.h +include/mico/service_info.h +include/mico/service_info.idl +include/mico/shlib.h +include/mico/shlib_impl.h +include/mico/ssl.h +include/mico/ssliop.h +include/mico/ssliop.idl +include/mico/static-dispatch.h +include/mico/static.h +include/mico/string.h +include/mico/sysexc.h +include/mico/tcconst.h +include/mico/tckind.h +include/mico/tckind.idl +include/mico/tclmico.h +include/mico/template.h +include/mico/template_impl.h +include/mico/throw.h +include/mico/timebase.h +include/mico/timebase.idl +include/mico/transport.h +include/mico/transport/tcp.h +include/mico/transport/udp.h +include/mico/transport/unix.h +include/mico/transport_impl.h +include/mico/typecode.h +include/mico/typecode_seq.h +include/mico/typecode_seq.idl +include/mico/types.h +include/mico/util.h +include/mico/value.h +include/mico/valuetype.h +include/mico/valuetype.idl +include/mico/valuetype_impl.h +include/mico/version.h +include/mico/x11.h include/ministl/algo.h include/ministl/algorithm include/ministl/bool.h @@ -563,95 +299,537 @@ include/ministl/simplevec.h include/ministl/string include/ministl/vector include/ministl/vector.h -include/coss/CompoundExternalization_impl.h -include/coss/CosCompoundLifeCycle.idl -include/coss/CosContainment.h -include/coss/CosContainment.idl -include/coss/CosContainment_impl.h -include/coss/CosEventChannelAdmin.h -include/coss/CosEventChannelAdmin.idl -include/coss/CosEventComm.h -include/coss/CosEventComm.idl -include/coss/CosExternalization.idl -include/coss/CosExternalizationContainment.idl -include/coss/CosExternalizationReference.idl -include/coss/CosGraphs.h -include/coss/CosGraphs.idl -include/coss/CosNaming.h -include/coss/CosGraphsExtension.h -include/coss/CosGraphsExtension.idl -include/coss/CosLifeCycle.idl -include/coss/CosLifeCycleContainment.idl -include/coss/CosLifeCycleReference.idl -include/coss/CosNaming.idl -include/coss/CosObjectIdentity.h -include/coss/CosObjectIdentity.idl -include/coss/CosReference.h -include/coss/CosReference.idl -include/coss/CosReference_impl.h -include/coss/CosRelationships.h -include/coss/CosRelationships.idl -include/coss/CosStream_impl.h -include/coss/CosTime.h -include/coss/CosTime.idl -include/coss/CosTrading.h -include/coss/CosTrading.idl -include/coss/CosTradingRepos.h -include/coss/CosTradingRepos.idl -include/coss/EdgeIterator_impl.h -include/coss/ExternalizationContainment_impl.h -include/coss/ExternalizationPropagationCriteriaFactory_impl.h -include/coss/ExternalizationReference_impl.h -include/coss/ExternalizationTraversalCriteria_impl.h -include/coss/Externalization_impl.h -include/coss/FactoryFinder_impl.h -include/coss/GenericCriteriaFactory_impl.h -include/coss/GenericFactory_impl.h -include/coss/GraphsRole_impl.h -include/coss/IdentifiableObject_impl.h -include/coss/InterfaceDefsHelper.h -include/coss/LifeContainment_impl.h -include/coss/LifeNode_impl.h -include/coss/LifePropagationCriteriaFactory_impl.h -include/coss/LifeReference_impl.h -include/coss/LifeRelationship_impl.h -include/coss/LifeRole_impl.h -include/coss/LifeTraversalCriteria_impl.h -include/coss/NamedRoleTypesHelper.h -include/coss/NodeFactory_impl.h -include/coss/NodeStreamableFactory_impl.h -include/coss/Node_impl.h -include/coss/OperationsFactory_impl.h -include/coss/Operations_impl.h -include/coss/PropertyService.h -include/coss/PropertyService.idl -include/coss/PropertyService_impl.h -include/coss/RandomGenerator.h -include/coss/RandomGenerator.idl -include/coss/RandomGenerator_impl.h -include/coss/RegisterHelper.h -include/coss/RelationshipFactory_impl.h -include/coss/RelationshipIterator_impl.h -include/coss/Relationship_impl.h -include/coss/RoleFactory_impl.h -include/coss/Role_impl.h -include/coss/TraversalCriteria_impl.h -include/coss/TraversalFactory_impl.h -include/coss/Traversal_impl.h -include/coss/random.h -include/coss/random.idl -include/coss/stream.h -include/coss/stream.idl -include/coss/stream_impl.h -lib/mico-setup.sh +lib/libmico.2.3.10.so +lib/libmico2.3.10.a +lib/libmico2.3.10.so +lib/libmicoaux.2.3.10.so +lib/libmicoaux2.3.10.a +lib/libmicoaux2.3.10.so +lib/libmicocoss.2.3.10.so +lib/libmicocoss2.3.10.a +lib/libmicocoss2.3.10.so +lib/libmicogtk.2.3.10.so +lib/libmicoir2.3.10.a +lib/libmicoir2.3.10.so +lib/libmicoqt.2.3.10.so +lib/libmicotcl.2.3.10.so +lib/libmicox.2.3.10.so +lib/libmicox2.3.10.a +lib/libmicox2.3.10.so lib/mico-setup.csh -lib/libmico2.3.9.a -lib/libmico2.3.9.so -lib/libmicoir2.3.9.a -lib/libmicoir2.3.9.so -lib/libmicoaux2.3.9.so -lib/libmicox2.3.9.so -lib/libmicoaux2.3.9.a -lib/libmicox2.3.9.a -lib/libmicocoss2.3.9.so -lib/libmicocoss2.3.9.a +lib/mico-setup.sh +share/doc/mico/examples/MakeVars +share/doc/mico/examples/README +share/doc/mico/examples/bench/Makefile +share/doc/mico/examples/bench/bench +share/doc/mico/examples/bench/bench.idl +share/doc/mico/examples/bench/bench_impl.h +share/doc/mico/examples/bench/client.cc +share/doc/mico/examples/bench/server.cc +share/doc/mico/examples/boa/Makefile +share/doc/mico/examples/boa/README +share/doc/mico/examples/boa/account/Makefile +share/doc/mico/examples/boa/account/account.idl +share/doc/mico/examples/boa/account/main.cc +share/doc/mico/examples/boa/account2/Makefile +share/doc/mico/examples/boa/account2/account +share/doc/mico/examples/boa/account2/account.idl +share/doc/mico/examples/boa/account2/client.cc +share/doc/mico/examples/boa/account2/server.cc +share/doc/mico/examples/boa/account3/Makefile +share/doc/mico/examples/boa/account3/account +share/doc/mico/examples/boa/account3/account.idl +share/doc/mico/examples/boa/account3/client.cc +share/doc/mico/examples/boa/account3/server.cc +share/doc/mico/examples/boa/account4/Makefile +share/doc/mico/examples/boa/account4/account +share/doc/mico/examples/boa/account4/account.idl +share/doc/mico/examples/boa/account4/client.cc +share/doc/mico/examples/boa/account4/server.cc +share/doc/mico/examples/boa/activate/Makefile +share/doc/mico/examples/boa/activate/client.cc +share/doc/mico/examples/boa/activate/hello-permethod +share/doc/mico/examples/boa/activate/hello-shared +share/doc/mico/examples/boa/activate/hello-unshared +share/doc/mico/examples/boa/activate/hello.idl +share/doc/mico/examples/boa/activate/server.cc +share/doc/mico/examples/codesets/Makefile +share/doc/mico/examples/codesets/client.cc +share/doc/mico/examples/codesets/hello.idl +share/doc/mico/examples/codesets/runit +share/doc/mico/examples/codesets/server.cc +share/doc/mico/examples/dispatcher/Makefile +share/doc/mico/examples/dispatcher/README +share/doc/mico/examples/dispatcher/x11/Makefile +share/doc/mico/examples/dispatcher/x11/client.cc +share/doc/mico/examples/dispatcher/x11/hello.idl +share/doc/mico/examples/dispatcher/x11/server.cc +share/doc/mico/examples/dispatcher/x11/xhello +share/doc/mico/examples/dynany/Makefile +share/doc/mico/examples/dynany/dynany.cc +share/doc/mico/examples/dynany/dynanytest.cc +share/doc/mico/examples/dynany/test.idl +share/doc/mico/examples/generic/Makefile +share/doc/mico/examples/generic/client.cc +share/doc/mico/examples/generic/run_test +share/doc/mico/examples/generic/server.cc +share/doc/mico/examples/generic/test.idl +share/doc/mico/examples/generic/test_cases +share/doc/mico/examples/henning/README +share/doc/mico/examples/henning/diffs +share/doc/mico/examples/interceptor/Makefile +share/doc/mico/examples/interceptor/client.cc +share/doc/mico/examples/interceptor/hello.idl +share/doc/mico/examples/interceptor/runit +share/doc/mico/examples/interceptor/server.cc +share/doc/mico/examples/interop/Makefile +share/doc/mico/examples/interop/README +share/doc/mico/examples/interop/jacorb/Account.idl +share/doc/mico/examples/interop/jacorb/Client.java +share/doc/mico/examples/interop/jacorb/ClientApplet.html.in +share/doc/mico/examples/interop/jacorb/ClientApplet.java +share/doc/mico/examples/interop/jacorb/Makefile +share/doc/mico/examples/interop/jacorb/README +share/doc/mico/examples/interop/jacorb/Server.java +share/doc/mico/examples/interop/jacorb/account +share/doc/mico/examples/interop/jacorb/client.cc +share/doc/mico/examples/interop/jacorb/run_applet +share/doc/mico/examples/interop/jacorb/server.cc +share/doc/mico/examples/interop/jboss/Makefile +share/doc/mico/examples/interop/jboss/README +share/doc/mico/examples/interop/jboss/jdk1.3.x/Makefile +share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/META-INF/ejb-jar.xml +share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/META-INF/jboss.xml +share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/Makefile +share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/client.cc +share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/BookException.java +share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/Cart.java +share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/CartBean.java +share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/CartHome.java +share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/IdVerifier.java +share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/run-client +share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/META-INF/ejb-jar.xml +share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/META-INF/jboss.xml +share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/Makefile +share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/client.cc +share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples/Converter.java +share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples/ConverterBean.java +share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples/ConverterHome.java +share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/run-client +share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/META-INF/ejb-jar.xml +share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/META-INF/jboss.xml +share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/Makefile +share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/client.cc +share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/CorbaFriendlySession.java +share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/CorbaFriendlySessionBean.java +share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/CorbaFriendlySessionHome.java +share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/corba/DataObject.idl +share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/run-client +share/doc/mico/examples/interop/jboss/jdk1.3.x/setenv.sh +share/doc/mico/examples/interop/jboss/jdk1.4.x/Makefile +share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/META-INF/ejb-jar.xml +share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/META-INF/jboss.xml +share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/Makefile +share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/client.cc +share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/BookException.java +share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/Cart.java +share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/CartBean.java +share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/CartHome.java +share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/IdVerifier.java +share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable/StackTraceElement.idl +share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable/Throwable.idl +share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable/seq1_StackTraceElement.idl +share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/run-client +share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/META-INF/ejb-jar.xml +share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/META-INF/jboss.xml +share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/Makefile +share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/client.cc +share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples/Converter.java +share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples/ConverterBean.java +share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples/ConverterHome.java +share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable/StackTraceElement.idl +share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable/Throwable.idl +share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable/seq1_StackTraceElement.idl +share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/run-client +share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/META-INF/ejb-jar.xml +share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/META-INF/jboss.xml +share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/Makefile +share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/client.cc +share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySession.cc.saved +share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySession.h.saved +share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySession.java +share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySessionBean.java +share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySessionHome.java +share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/corba/DataObject.idl +share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable/StackTraceElement.idl +share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable/Throwable.idl +share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable/seq1_StackTraceElement.idl +share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/run-client +share/doc/mico/examples/interop/jboss/jdk1.4.x/setenv.sh +share/doc/mico/examples/interop/jdk/Account.idl +share/doc/mico/examples/interop/jdk/Client.java +share/doc/mico/examples/interop/jdk/ClientApplet.html.in +share/doc/mico/examples/interop/jdk/ClientApplet.java +share/doc/mico/examples/interop/jdk/Makefile +share/doc/mico/examples/interop/jdk/README +share/doc/mico/examples/interop/jdk/account +share/doc/mico/examples/interop/jdk/main.cc +share/doc/mico/examples/interop/jdk/run_applet +share/doc/mico/examples/interop/orbix/Makefile +share/doc/mico/examples/interop/orbix/README +share/doc/mico/examples/interop/orbix/grid.idl +share/doc/mico/examples/interop/orbix/main.cc +share/doc/mico/examples/interop/visibroker/Account.idl +share/doc/mico/examples/interop/visibroker/Client.java +share/doc/mico/examples/interop/visibroker/ClientApplet.html.in +share/doc/mico/examples/interop/visibroker/ClientApplet.java +share/doc/mico/examples/interop/visibroker/Makefile +share/doc/mico/examples/interop/visibroker/README +share/doc/mico/examples/interop/visibroker/account +share/doc/mico/examples/interop/visibroker/main.cc +share/doc/mico/examples/interop/visibroker/run_applet +share/doc/mico/examples/mcast/Makefile +share/doc/mico/examples/mcast/client.cc +share/doc/mico/examples/mcast/hello.idl +share/doc/mico/examples/mcast/runit +share/doc/mico/examples/mcast/server.cc +share/doc/mico/examples/obv/Makefile +share/doc/mico/examples/obv/README +share/doc/mico/examples/obv/abstract/Makefile +share/doc/mico/examples/obv/abstract/README +share/doc/mico/examples/obv/abstract/abstract +share/doc/mico/examples/obv/abstract/abstract.idl +share/doc/mico/examples/obv/abstract/abstract_impl.h +share/doc/mico/examples/obv/abstract/client.cc +share/doc/mico/examples/obv/abstract/server.cc +share/doc/mico/examples/obv/custom/Makefile +share/doc/mico/examples/obv/custom/README +share/doc/mico/examples/obv/custom/custom +share/doc/mico/examples/obv/custom/custom.idl +share/doc/mico/examples/obv/custom/custom_impl.cc +share/doc/mico/examples/obv/custom/custom_impl.h +share/doc/mico/examples/obv/custom/test.cc +share/doc/mico/examples/obv/date/Makefile +share/doc/mico/examples/obv/date/calendar.idl +share/doc/mico/examples/obv/date/client.cc +share/doc/mico/examples/obv/date/date +share/doc/mico/examples/obv/date/date.idl +share/doc/mico/examples/obv/date/date_impl.cc +share/doc/mico/examples/obv/date/date_impl.h +share/doc/mico/examples/obv/date/server.cc +share/doc/mico/examples/obv/tree/Makefile +share/doc/mico/examples/obv/tree/client.cc +share/doc/mico/examples/obv/tree/server.cc +share/doc/mico/examples/obv/tree/tree +share/doc/mico/examples/obv/tree/tree.idl +share/doc/mico/examples/obv/tree/tree_impl.cc +share/doc/mico/examples/obv/tree/tree_impl.h +share/doc/mico/examples/obv/tricky/Makefile +share/doc/mico/examples/obv/tricky/client.cc +share/doc/mico/examples/obv/tricky/server.cc +share/doc/mico/examples/obv/tricky/tricky +share/doc/mico/examples/obv/tricky/tricky.idl +share/doc/mico/examples/obv/tricky/tricky_impl.cc +share/doc/mico/examples/obv/tricky/tricky_impl.h +share/doc/mico/examples/pi/Makefile +share/doc/mico/examples/pi/README +share/doc/mico/examples/pi/current/Makefile +share/doc/mico/examples/pi/current/client.cc +share/doc/mico/examples/pi/current/hello +share/doc/mico/examples/pi/current/hello.idl +share/doc/mico/examples/pi/current/server.cc +share/doc/mico/examples/pi/dii/Makefile +share/doc/mico/examples/pi/dii/diiclient.cc +share/doc/mico/examples/pi/dii/diiserver.cc +share/doc/mico/examples/pi/dii/rundiic +share/doc/mico/examples/pi/dii/rundiis +share/doc/mico/examples/pi/dii/runit +share/doc/mico/examples/pi/poa/Makefile +share/doc/mico/examples/pi/poa/account +share/doc/mico/examples/pi/poa/account.idl +share/doc/mico/examples/pi/poa/client.cc +share/doc/mico/examples/pi/poa/collocated.cc +share/doc/mico/examples/pi/poa/server.cc +share/doc/mico/examples/pi/poa2/Makefile +share/doc/mico/examples/pi/poa2/account +share/doc/mico/examples/pi/poa2/account.idl +share/doc/mico/examples/pi/poa2/client.cc +share/doc/mico/examples/pi/poa2/server.cc +share/doc/mico/examples/poa/Makefile +share/doc/mico/examples/poa/README +share/doc/mico/examples/poa/account-1/Makefile +share/doc/mico/examples/poa/account-1/account +share/doc/mico/examples/poa/account-1/account.idl +share/doc/mico/examples/poa/account-1/client.cc +share/doc/mico/examples/poa/account-1/server.cc +share/doc/mico/examples/poa/account-2/Makefile +share/doc/mico/examples/poa/account-2/account +share/doc/mico/examples/poa/account-2/account.idl +share/doc/mico/examples/poa/account-2/client.cc +share/doc/mico/examples/poa/account-2/server.cc +share/doc/mico/examples/poa/account-3/Makefile +share/doc/mico/examples/poa/account-3/account +share/doc/mico/examples/poa/account-3/account.idl +share/doc/mico/examples/poa/account-3/client.cc +share/doc/mico/examples/poa/account-3/server.cc +share/doc/mico/examples/poa/hello-1/Makefile +share/doc/mico/examples/poa/hello-1/client.cc +share/doc/mico/examples/poa/hello-1/hello +share/doc/mico/examples/poa/hello-1/hello.idl +share/doc/mico/examples/poa/hello-1/server.cc +share/doc/mico/examples/poa/hello-2/Makefile +share/doc/mico/examples/poa/hello-2/client.cc +share/doc/mico/examples/poa/hello-2/hello +share/doc/mico/examples/poa/hello-2/hello.idl +share/doc/mico/examples/poa/hello-2/server.cc +share/doc/mico/examples/poa/inherit/Makefile +share/doc/mico/examples/poa/inherit/client.cc +share/doc/mico/examples/poa/inherit/inherit +share/doc/mico/examples/poa/inherit/inherit.idl +share/doc/mico/examples/poa/inherit/server.cc +share/doc/mico/examples/random/Makefile +share/doc/mico/examples/random/client.cc +share/doc/mico/examples/random/random.idl +share/doc/mico/examples/redlich/Calc-1/Makefile +share/doc/mico/examples/redlich/Calc-1/calc.idl +share/doc/mico/examples/redlich/Calc-1/client.cc +share/doc/mico/examples/redlich/Calc-1/server.cc +share/doc/mico/examples/redlich/Calc-2/Makefile +share/doc/mico/examples/redlich/Calc-2/calc.idl +share/doc/mico/examples/redlich/Calc-2/client.cc +share/doc/mico/examples/redlich/Calc-2/server.cc +share/doc/mico/examples/redlich/Calc-3/Makefile +share/doc/mico/examples/redlich/Calc-3/calc.idl +share/doc/mico/examples/redlich/Calc-3/client.cc +share/doc/mico/examples/redlich/Calc-3/server.cc +share/doc/mico/examples/redlich/Calc-4/Makefile +share/doc/mico/examples/redlich/Calc-4/calc.idl +share/doc/mico/examples/redlich/Calc-4/client.cc +share/doc/mico/examples/redlich/Calc-4/server.cc +share/doc/mico/examples/redlich/Hello-1/Makefile +share/doc/mico/examples/redlich/Hello-1/client.cc +share/doc/mico/examples/redlich/Hello-1/server.cc +share/doc/mico/examples/redlich/Hello-1/tty.idl +share/doc/mico/examples/redlich/Hello-2/Makefile +share/doc/mico/examples/redlich/Hello-2/client.cc +share/doc/mico/examples/redlich/Hello-2/server.cc +share/doc/mico/examples/redlich/Hello-2/tty.idl +share/doc/mico/examples/redlich/Hello-3/Makefile +share/doc/mico/examples/redlich/Hello-3/client.cc +share/doc/mico/examples/redlich/Hello-3/server.cc +share/doc/mico/examples/redlich/Hello-3/tty.idl +share/doc/mico/examples/redlich/Hello-3/ttyplus.idl +share/doc/mico/examples/redlich/Hello-4/Makefile +share/doc/mico/examples/redlich/Hello-4/client.cc +share/doc/mico/examples/redlich/Hello-4/server.cc +share/doc/mico/examples/redlich/Hello-4/tty.idl +share/doc/mico/examples/redlich/Hello-4/ttyplus.idl +share/doc/mico/examples/redlich/Makefile +share/doc/mico/examples/redlich/README +share/doc/mico/examples/services/Makefile +share/doc/mico/examples/services/README +share/doc/mico/examples/services/events/Makefile +share/doc/mico/examples/services/events/client.cc +share/doc/mico/examples/services/events/client2.cc +share/doc/mico/examples/services/events/runit +share/doc/mico/examples/services/events/server.cc +share/doc/mico/examples/services/events/server2.cc +share/doc/mico/examples/services/events/server3.cc +share/doc/mico/examples/services/naming-lb/Client.cc +share/doc/mico/examples/services/naming-lb/Makefile +share/doc/mico/examples/services/naming-lb/Printer.idl +share/doc/mico/examples/services/naming-lb/Printer_impl.cc +share/doc/mico/examples/services/naming-lb/Printer_impl.h +share/doc/mico/examples/services/naming-lb/Server.cc +share/doc/mico/examples/services/naming-lb/printer_test +share/doc/mico/examples/services/naming/Makefile +share/doc/mico/examples/services/naming/account.idl +share/doc/mico/examples/services/naming/account_test +share/doc/mico/examples/services/naming/client.cc +share/doc/mico/examples/services/naming/server.cc +share/doc/mico/examples/services/property-daemon/Makefile +share/doc/mico/examples/services/property-daemon/README +share/doc/mico/examples/services/property-daemon/bank.idl +share/doc/mico/examples/services/property-daemon/get_properties.cc +share/doc/mico/examples/services/property-daemon/set_properties.cc +share/doc/mico/examples/services/property-daemon/start_demo +share/doc/mico/examples/services/relship/Documents.idl +share/doc/mico/examples/services/relship/DocumentsServer.cc +share/doc/mico/examples/services/relship/Documents_impl.cc +share/doc/mico/examples/services/relship/Documents_impl.h +share/doc/mico/examples/services/relship/Makefile +share/doc/mico/examples/services/relship/README +share/doc/mico/examples/services/relship/Test.idl +share/doc/mico/examples/services/relship/TestServer.cc +share/doc/mico/examples/services/relship/Test_impl.cc +share/doc/mico/examples/services/relship/Test_impl.h +share/doc/mico/examples/services/relship/daemons-start +share/doc/mico/examples/services/relship/daemons-stop +share/doc/mico/examples/services/relship/rundemo +share/doc/mico/examples/services/relship/servers-start +share/doc/mico/examples/services/relship/simple-test.cc +share/doc/mico/examples/services/relship/stop-servers +share/doc/mico/examples/services/relship/test +share/doc/mico/examples/services/stream-bench/Makefile +share/doc/mico/examples/services/stream-bench/bench +share/doc/mico/examples/services/stream-bench/req.idl +share/doc/mico/examples/services/stream-bench/req_client.cc +share/doc/mico/examples/services/stream-bench/req_server.cc +share/doc/mico/examples/services/stream-bench/stream_client.cc +share/doc/mico/examples/services/stream-bench/stream_server.cc +share/doc/mico/examples/services/stream-sound/Makefile +share/doc/mico/examples/services/stream-sound/client.cc +share/doc/mico/examples/services/stream-sound/server.cc +share/doc/mico/examples/services/stream-sound/sound.h +share/doc/mico/examples/services/trader/Makefile +share/doc/mico/examples/services/trader/demo.idl +share/doc/mico/examples/services/trader/main.cc +share/doc/mico/examples/services/trader/run +share/doc/mico/examples/shlib/Makefile +share/doc/mico/examples/shlib/client.cc +share/doc/mico/examples/shlib/hello +share/doc/mico/examples/shlib/hello.idl +share/doc/mico/examples/shlib/server.cc +share/doc/mico/examples/siegel/Makefile +share/doc/mico/examples/siegel/README +share/doc/mico/examples/siegel/central/DepotData.cc +share/doc/mico/examples/siegel/central/DepotData.h +share/doc/mico/examples/siegel/central/DepotImpl.cc +share/doc/mico/examples/siegel/central/DepotImpl.h +share/doc/mico/examples/siegel/central/Makefile +share/doc/mico/examples/siegel/central/TreeNode.h +share/doc/mico/examples/siegel/central/depot.dat +share/doc/mico/examples/siegel/central/depot_server.cc +share/doc/mico/examples/siegel/idl/Central.idl +share/doc/mico/examples/siegel/idl/Makefile +share/doc/mico/examples/siegel/idl/POS.idl +share/doc/mico/examples/siegel/idl/Store.idl +share/doc/mico/examples/siegel/pos/InputMediaImpl.cc +share/doc/mico/examples/siegel/pos/InputMediaImpl.h +share/doc/mico/examples/siegel/pos/Makefile +share/doc/mico/examples/siegel/pos/OutputMediaImpl.cc +share/doc/mico/examples/siegel/pos/OutputMediaImpl.h +share/doc/mico/examples/siegel/pos/POSTerminalImpl.cc +share/doc/mico/examples/siegel/pos/POSTerminalImpl.h +share/doc/mico/examples/siegel/pos/POS_Client.cc +share/doc/mico/examples/siegel/pos/POS_Server.cc +share/doc/mico/examples/siegel/primer_utils/Makefile +share/doc/mico/examples/siegel/primer_utils/NsPublisher.cc +share/doc/mico/examples/siegel/primer_utils/NsPublisher.h +share/doc/mico/examples/siegel/store/Makefile +share/doc/mico/examples/siegel/store/StoreAccessImpl.cc +share/doc/mico/examples/siegel/store/StoreAccessImpl.h +share/doc/mico/examples/siegel/store/StoreImpl.cc +share/doc/mico/examples/siegel/store/StoreImpl.h +share/doc/mico/examples/siegel/store/TaxImpl.cc +share/doc/mico/examples/siegel/store/TaxImpl.h +share/doc/mico/examples/siegel/store/store_server.cc +share/doc/mico/examples/ssl/Makefile +share/doc/mico/examples/ssl/c_cert.pem +share/doc/mico/examples/ssl/c_key.pem +share/doc/mico/examples/ssl/client.cc +share/doc/mico/examples/ssl/hello.idl +share/doc/mico/examples/ssl/s_cert.pem +share/doc/mico/examples/ssl/s_key.pem +share/doc/mico/examples/ssl/server.cc +share/doc/mico/examples/ssl/ssl +share/doc/mico/manual.ps +@dirrm share/doc/mico/examples/ssl +@dirrm share/doc/mico/examples/siegel/store +@dirrm share/doc/mico/examples/siegel/primer_utils +@dirrm share/doc/mico/examples/siegel/pos +@dirrm share/doc/mico/examples/siegel/idl +@dirrm share/doc/mico/examples/siegel/central +@dirrm share/doc/mico/examples/siegel +@dirrm share/doc/mico/examples/shlib +@dirrm share/doc/mico/examples/services/trader +@dirrm share/doc/mico/examples/services/stream-sound +@dirrm share/doc/mico/examples/services/stream-bench +@dirrm share/doc/mico/examples/services/relship +@dirrm share/doc/mico/examples/services/property-daemon +@dirrm share/doc/mico/examples/services/naming-lb +@dirrm share/doc/mico/examples/services/naming +@dirrm share/doc/mico/examples/services/events +@dirrm share/doc/mico/examples/services +@dirrm share/doc/mico/examples/redlich/Hello-4 +@dirrm share/doc/mico/examples/redlich/Hello-3 +@dirrm share/doc/mico/examples/redlich/Hello-2 +@dirrm share/doc/mico/examples/redlich/Hello-1 +@dirrm share/doc/mico/examples/redlich/Calc-4 +@dirrm share/doc/mico/examples/redlich/Calc-3 +@dirrm share/doc/mico/examples/redlich/Calc-2 +@dirrm share/doc/mico/examples/redlich/Calc-1 +@dirrm share/doc/mico/examples/redlich +@dirrm share/doc/mico/examples/random +@dirrm share/doc/mico/examples/poa/inherit +@dirrm share/doc/mico/examples/poa/hello-2 +@dirrm share/doc/mico/examples/poa/hello-1 +@dirrm share/doc/mico/examples/poa/account-3 +@dirrm share/doc/mico/examples/poa/account-2 +@dirrm share/doc/mico/examples/poa/account-1 +@dirrm share/doc/mico/examples/poa +@dirrm share/doc/mico/examples/pi/poa2 +@dirrm share/doc/mico/examples/pi/poa +@dirrm share/doc/mico/examples/pi/dii +@dirrm share/doc/mico/examples/pi/current +@dirrm share/doc/mico/examples/pi +@dirrm share/doc/mico/examples/obv/tricky +@dirrm share/doc/mico/examples/obv/tree +@dirrm share/doc/mico/examples/obv/date +@dirrm share/doc/mico/examples/obv/custom +@dirrm share/doc/mico/examples/obv/abstract +@dirrm share/doc/mico/examples/obv +@dirrm share/doc/mico/examples/mcast +@dirrm share/doc/mico/examples/interop/visibroker +@dirrm share/doc/mico/examples/interop/orbix +@dirrm share/doc/mico/examples/interop/jdk +@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable +@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/corba +@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples +@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/META-INF +@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb +@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable +@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples +@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/META-INF +@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb +@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable +@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples +@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/META-INF +@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb +@dirrm share/doc/mico/examples/interop/jboss/jdk1.4.x +@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/corba +@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples +@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/META-INF +@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb +@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples +@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/META-INF +@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb +@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples +@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/META-INF +@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb +@dirrm share/doc/mico/examples/interop/jboss/jdk1.3.x +@dirrm share/doc/mico/examples/interop/jboss +@dirrm share/doc/mico/examples/interop/jacorb +@dirrm share/doc/mico/examples/interop +@dirrm share/doc/mico/examples/interceptor +@dirrm share/doc/mico/examples/henning +@dirrm share/doc/mico/examples/generic +@dirrm share/doc/mico/examples/dynany +@dirrm share/doc/mico/examples/dispatcher/x11 +@dirrm share/doc/mico/examples/dispatcher +@dirrm share/doc/mico/examples/codesets +@dirrm share/doc/mico/examples/boa/activate +@dirrm share/doc/mico/examples/boa/account4 +@dirrm share/doc/mico/examples/boa/account3 +@dirrm share/doc/mico/examples/boa/account2 +@dirrm share/doc/mico/examples/boa/account +@dirrm share/doc/mico/examples/boa +@dirrm share/doc/mico/examples/bench +@dirrm share/doc/mico/examples +@dirrm share/doc/mico +@dirrm include/ministl +@dirrm include/mico/transport +@dirrm include/mico/security +@dirrm include/mico/os-thread +@dirrm include/mico +@dirrm include/coss |