diff options
author | rene <rene@FreeBSD.org> | 2011-02-05 05:03:15 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2011-02-05 05:03:15 +0800 |
commit | cc33d00826b89d768ff12bb5636d1736fbaf324b (patch) | |
tree | 4f8a3ee3e4020defecafcf3edef24d60341a06fa | |
parent | e32d30c428404787267c653011ea232881e235cb (diff) | |
download | freebsd-ports-gnome-cc33d00826b89d768ff12bb5636d1736fbaf324b.tar.gz freebsd-ports-gnome-cc33d00826b89d768ff12bb5636d1736fbaf324b.tar.zst freebsd-ports-gnome-cc33d00826b89d768ff12bb5636d1736fbaf324b.zip |
Remove expired ports:
2011-02-04 databases/qt-ibase-plugin: Port is broken on all supported versions of FreeBSD
2011-02-04 devel/ace+tao: Outdated and does not compile on any supported version of FreeBSD
2011-02-04 graphics/ray++: Does not compile on supported versions of FreeBSD
2011-02-04 japanese/oleo: Does not compile on supported versions of FreeBSD
2011-02-04 lang/dylan: does not build
2011-02-04 multimedia/jahshaka: Does not compile on supported versions of FreeBSD
Feature safe: yes
70 files changed, 6 insertions, 7721 deletions
@@ -1528,3 +1528,9 @@ mail/spamass-rules_du_jour||2011-02-01|Has expired: Use sa-update instead x11/accessx||2011-02-01|Has expired: Project abandoned, mastersite disappeared x11/kde3-apireference||2011-02-01|Has expired: outdated and obsolete misc/py-distutils||2011-02-02|Included in current python versions +databases/qt-ibase-plugin||2011-02-04|Has expired: Port is broken on all supported versions of FreeBSD +devel/ace+tao||2011-02-04|Has expired: Outdated and does not compile on any supported version of FreeBSD +graphics/ray++||2011-02-04|Has expired: Does not compile on supported versions of FreeBSD +japanese/oleo||2011-02-04|Has expired: Does not compile on supported versions of FreeBSD +lang/dylan||2011-02-04|Has expired: does not build +multimedia/jahshaka||2011-02-04|Has expired: Does not compile on supported versions of FreeBSD diff --git a/databases/Makefile b/databases/Makefile index 50868b5afe03..5bb101e39c5c 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -686,7 +686,6 @@ SUBDIR += pymongo SUBDIR += qdbm SUBDIR += qdbm-plus - SUBDIR += qt-ibase-plugin SUBDIR += qt-mysql-plugin SUBDIR += qt-odbc-plugin SUBDIR += qt-pgsql-plugin diff --git a/databases/qt-ibase-plugin/Makefile b/databases/qt-ibase-plugin/Makefile deleted file mode 100644 index 7cc9127d67b4..000000000000 --- a/databases/qt-ibase-plugin/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# -*-mode: makefile-*- -# New ports collection makefile for: qt-ibase-plugin -# Date created: 27 February 2004 -# Whom: Michael Nottebrock <lofi@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= qt-${DB}-plugin -PORTVERSION= 3.3.8 -PORTREVISION= 8 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_QT} -DISTNAME= qt-x11-free-${PORTVERSION} -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= A plugin for QT to connect to IBase/Firebird-Databases - -DEPRECATED= Port is broken on all supported versions of FreeBSD -EXPIRATION_DATE= 2011-02-04 -DB= ibase - -LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33 - -USE_BZIP2= yes -USE_FIREBIRD= yes -PLUGIN= plugins/src/sqldrivers/${DB} -DRIVER= src/sql/drivers/${DB} -EXTRACT_AFTER_ARGS?=| ${TAR} -xf - ${DISTNAME}/${PLUGIN} \ - ${DISTNAME}/${DRIVER} ${DISTNAME}/src/sql/drivers/cache -MAKEFILE= ${FILESDIR}/Makefile.bsd -MAKE_ENV+= DB="${DB}" DRIVER="${DRIVER}" PLUGIN="${PLUGIN}" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" -PLIST_SUB= DB=${DB} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" -BROKEN= Does not compile with GCC 4.2 -.endif -.endif - -.include <bsd.port.post.mk> diff --git a/databases/qt-ibase-plugin/distinfo b/databases/qt-ibase-plugin/distinfo deleted file mode 100644 index 0a949f0f5ec5..000000000000 --- a/databases/qt-ibase-plugin/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/qt-x11-free-3.3.8.tar.bz2) = cf3c43a7dfde5bfb76f8001102fe6e85 -SHA256 (KDE/qt-x11-free-3.3.8.tar.bz2) = e8c3f703d00a4e2ab9ba63fd474caa8a9d0aa3d7f1d5451dd162bec9d778a449 -SIZE (KDE/qt-x11-free-3.3.8.tar.bz2) = 14360483 diff --git a/databases/qt-ibase-plugin/files/Makefile.bsd b/databases/qt-ibase-plugin/files/Makefile.bsd deleted file mode 100644 index 23269dc9382f..000000000000 --- a/databases/qt-ibase-plugin/files/Makefile.bsd +++ /dev/null @@ -1,17 +0,0 @@ -SHLIB_NAME= libqsql${DB}.so - -VPATH= ${PLUGIN}:${DRIVER} -CXXFLAGS+= -I${PLUGIN} -I${DRIVER} \ - -I${LOCALBASE}/include \ - ${PTHREAD_CFLAGS} -DQT_THREAD_SUPPORT -LDADD= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lqt-mt -lgds -SRCS= qsql_${DB}.cpp main.cpp - -LIBDIR= ${PREFIX}/lib/plugins/sqldrivers - -${LIBDIR}: - mkdir -p ${LIBDIR} - -beforeinstall: ${LIBDIR} - -.include <bsd.lib.mk> diff --git a/databases/qt-ibase-plugin/pkg-descr b/databases/qt-ibase-plugin/pkg-descr deleted file mode 100644 index fe74b53299d5..000000000000 --- a/databases/qt-ibase-plugin/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The IBase/Firebird Plugin from Qt 3, which provides an easy access method from -within Qt applications. - -WWW: http://doc.trolltech.com/3.3/sql diff --git a/databases/qt-ibase-plugin/pkg-plist b/databases/qt-ibase-plugin/pkg-plist deleted file mode 100644 index 482facca168e..000000000000 --- a/databases/qt-ibase-plugin/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/plugins/sqldrivers/libqsql%%DB%%.so -@dirrm lib/plugins/sqldrivers diff --git a/devel/Makefile b/devel/Makefile index 11cf78d050ec..bfdf0aa41e02 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -14,7 +14,6 @@ SUBDIR += aap SUBDIR += abi-compliance-checker SUBDIR += ace - SUBDIR += ace+tao SUBDIR += ace+tao-doc SUBDIR += acovea SUBDIR += acovea-gtk diff --git a/devel/ace+tao/Makefile b/devel/ace+tao/Makefile deleted file mode 100644 index b13bc9e1c394..000000000000 --- a/devel/ace+tao/Makefile +++ /dev/null @@ -1,209 +0,0 @@ -# Ports collection makefile for: ace+tao -# Date created: 26 November 2003 -# Whom: Sergey Matveychuk <sem@ciam.ru> -# -# $FreeBSD$ -# - -PORTNAME?= ace+tao -PORTVERSION?= ${ACE_VERSION}+${TAO_VERSION} -CATEGORIES= devel -MASTER_SITES= ftp://download.dre.vanderbilt.edu/previous_versions/ \ - http://download.dre.vanderbilt.edu/previous_versions/ -DISTNAME= ACE-${ACE_VERSION:C/\.0$//}+TAO-${TAO_VERSION:C/\.0$//} - -MAINTAINER= ports@FreeBSD.org -COMMENT?= The Adaptive Communication Environment (ACE) with The ACE ORB (TAO) - -DEPRECATED= Outdated and does not compile on any supported version of FreeBSD -EXPIRATION_DATE=2011-02-04 - -CONFLICTS?= ace-* gperf-[0-9]* - -ACE_VERSION= 5.4.2 -TAO_VERSION= 1.4.2 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_LDCONFIG= yes - -TESTS= "@comment " -.if defined(WITH_TESTS) -USE_PERL5_BUILD= yes -ACE_TESTS_COOKIE= ${WRKDIR}/.ace_tests_done -TAO_TESTS_COOKIE= ${WRKDIR}/.tao_tests_done -TESTS= "" -.endif - -WRKSRC= ${WRKDIR}/ACE_wrappers -ACE_ROOT= ${WRKSRC} -TAO_ROOT= ${ACE_ROOT}/TAO - -PLIST_SUB+= TAO=${TAO} TESTS=${TESTS} \ - ACE_VERSION=${ACE_VERSION} TAO_VERSION=${TAO_VERSION} - -.if defined(WITHOUT_TAO) -TAO= "@comment " -PKGNAMESUFFIX?= -notao -.endif - -# Linker error on sparc64 -NOT_FOR_ARCH= sparc64 - -.if !defined(WITHOUT_TAO) -# ld: failed: IFR_BasicS.o: .got subsegment exceeds 64K (size 67984) -NOT_FOR_ARCHS+= alpha -.endif - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700000 -BROKEN= Does not compile on FreeBSD >= 7.0 -.endif - -.if ${ARCH} == "sparc64" -BROKEN= Does not build on sparc64 -.endif - -post-patch: - @${SED} -e "s#%%CFLAGS%%#${CFLAGS}#;s#%%PREFIX%%#${PREFIX}#; \ - s#%%PTHREAD_CFLAGS%%#${PTHREAD_CFLAGS}#; \ - s#%%PTHREAD_LIBS%%#${PTHREAD_LIBS}#" \ - ${FILESDIR}/platform_macros.GNU > \ - ${ACE_ROOT}/include/makeinclude/platform_macros.GNU; \ - ${CP} ${FILESDIR}/config.h ${ACE_ROOT}/ace; \ - cd ${TAO_ROOT}/orbsvcs; \ - ${CHMOD} a-x Logging_Service/Event_Logging_Service/*; \ - ${CHMOD} a-x Logging_Service/Notify_Logging_Service/*; \ - ${CHMOD} a-x Logging_Service/RTEvent_Logging_Service/*; \ - ${CHMOD} a-x orbsvcs/FaultTolerance/*; \ - ${CHMOD} a-x FT_ReplicationManager/* -.if !defined(WITH_TESTS) - @${REINPLACE_CMD} -e "30d" ${ACE_ROOT}/GNUmakefile - @${REINPLACE_CMD} -e "27d" ${TAO_ROOT}/GNUmakefile - @${REINPLACE_CMD} -e "45d" ${TAO_ROOT}/orbsvcs/GNUmakefile -.endif - -pre-build: - @${ECHO_MSG} "============================================================================" - @${ECHO_MSG} "Use WITHOUT_TAO=yes to build ACE only. It decreases build time for a few hours." - @${ECHO_MSG} "Use WITH_TESTS=yes to build ACE+TAO tests. (You need \`make clean' first)." - @${ECHO_MSG} " You'll able \`make WITH_TESTS=yes test' then." - @${ECHO_MSG} "============================================================================" - -do-build: - @${ECHO_MSG} "===> Building ACE"; \ - ${GMAKE} -C ${ACE_ROOT} ACE_ROOT=${ACE_ROOT} -.if defined(WITH_TESTS) - @${TOUCH} ${TOUCH_FLAGS} ${ACE_TESTS_COOKIE} -.endif -.if !defined(WITHOUT_TAO) - @${ECHO_MSG} "===> Building TAO"; \ - ${GMAKE} -C ${TAO_ROOT}/TAO_IDL ACE_ROOT=${ACE_ROOT} TAO_ROOT=${TAO_ROOT}; \ - ${LDCONFIG} -m ${TAO_ROOT}/TAO_IDL; \ - ${GMAKE} -C ${TAO_ROOT} ACE_ROOT=${ACE_ROOT} TAO_ROOT=${TAO_ROOT} -.if defined(WITH_TESTS) - @${TOUCH} ${TOUCH_FLAGS} ${TAO_TESTS_COOKIE} -.endif -.endif - @${ECHO_MSG} "" - @${ECHO_MSG} "===> Build done." -.if defined(WITH_TESTS) - @${ECHO_MSG} " You can run tests now with \`make WITH_TESTS=yes test'" -.endif - @${ECHO_MSG} "" - -test: -.if defined(WITH_TESTS) - /sbin/kldload aio || ${TRUE} - @if [ -f ${ACE_TESTS_COOKIE} ]; then \ - ${ECHO_MSG} "===> Running tests."; \ - ${ECHO_MSG} "===> ACE tests:"; \ - cd ${ACE_ROOT}/tests; env ACE_ROOT=${ACE_ROOT} ./run_test.pl; \ - if [ -f ${TAO_TESTS_COOKIE} ]; then \ - ${ECHO_MSG} "===> TAO tests:"; \ - ${ECHO_MSG} " NOT IMPLEMENTED YET. Run them with:"; \ - ${ECHO_MSG} "cd ${TAO_ROOT}/tests"; \ - ${ECHO_MSG} "${FIND} . -name run_test.pl -execdir run_test.pl \;"; \ - ${ECHO_MSG} "===>TAO/orbsvcs tests:"; \ - ${ECHO_MSG} " NOT IMPLEMENTED YET. Run them with:"; \ - ${ECHO_MSG} "cd ${TAO_ROOT}/orbsvcs/tests"; \ - ${ECHO_MSG} "${FIND} . -name run_test.pl -execdir run_test.pl \;"; \ - fi; \ - ${ECHO_MSG} "===> Tests done."; \ - else \ - ${ECHO_MSG} "===> Tests was not build"; \ - ${ECHO_MSG} " To build tests use \`make WITH_TESTS=yes clean build'"; \ - ${ECHO_MSG} ""; \ - fi -.else - @${ECHO_MSG} ""; \ - ${ECHO_MSG} "Run tests with \`make WITH_TESTS=yes test'"; \ - ${ECHO_MSG} "" -.endif - -do-install: - @${ECHO_MSG} "Installing ACE headers into ${PREFIX}/include/ace"; \ - cd ${ACE_ROOT}; \ - ${FIND} ace -not -path "*.shobj*" -type d -exec \ - ${MKDIR} ${PREFIX}/include/\{\} \; ; \ - ${FIND} ace -type f \( -name "*.h" -o -name "*.i" -o -name "*.inl" \ - -o -name "*.cpp" \) \( -not -name "config-*.h" \ - -o -name config-all.h -o -name config-lite.h \ - -o -name config-freebsd.h \ - -o -name config-posix.h -o -name config-g++-common.h \) -exec \ - ${INSTALL_DATA} \{\} ${PREFIX}/include/\{\} \; -.if !defined(WITHOUT_TAO) - @${ECHO_MSG} "Installing TAO headers into ${PREFIX}/include/tao"; \ - cd ${TAO_ROOT}; \ - ${FIND} tao -not -path "*.shobj*" -not -name diffs -type d -exec \ - ${MKDIR} ${PREFIX}/include/\{\} \; ; \ - ${FIND} tao -type f \( -name "*.h" -o -name "*.i" -o -name "*.inl" \ - -o -name "*.idl" -o -name "*.pidl" -o -name "*.cpp" \) -exec \ - ${INSTALL_DATA} \{\} ${PREFIX}/include/\{\} \; ; \ - cd ${TAO_ROOT}/orbsvcs; \ - ${FIND} orbsvcs -not -path "*.shobj*" -type d -exec \ - ${MKDIR} ${PREFIX}/include/\{\} \; ; \ - ${FIND} orbsvcs -type f \( -name "*.h" -o -name "*.i" -o -name "*.inl" \ - -o -name "*.idl" -o -name "*.pidl" -o -name "*.cpp" \) -exec \ - ${INSTALL_DATA} \{\} ${PREFIX}/include/\{\} \; -.endif - - @${ECHO_MSG} "Installing libraries into ${PREFIX}/lib"; \ - cd ${ACE_ROOT}/lib; \ - for f in `${FIND} . -maxdepth 1 -name "lib*.so.${ACE_VERSION}" -o \ - -name "lib*.so.${TAO_VERSION}" -not -name "*Test*"`; do \ - ${INSTALL_DATA} $${f} ${PREFIX}/lib; \ - lib=`${ECHO} $${f} | ${SED} -e s#.*/##`; \ - (cd ${PREFIX}/lib; \ - ${LN} -fs $${lib} `${ECHO} $${lib} | ${SED} -e \ - 's/.${ACE_VERSION}//;s/.${TAO_VERSION}//'`); \ - done - - @${ECHO_MSG} "Installing executables into ${PREFIX}/bin"; \ - ${INSTALL_PROGRAM} ${ACE_ROOT}/bin/gperf ${PREFIX}/bin -.if !defined(WITHOUT_TAO) - @cd ${TAO_ROOT}; \ - for f in `${FIND} orbsvcs -type f -perm +a+x -not -name "lib*" | \ - ${GREP} -v test | ${GREP} -v FTRT_Event_Service`; do \ - ${INSTALL_PROGRAM} $${f} ${PREFIX}/bin; \ - done; \ - for f in `find utils -type f -perm +a+x -not -name "*test*"`; do \ - ${INSTALL_PROGRAM} $${f} ${PREFIX}/bin; \ - done; \ - for f in `${FIND} orbsvcs/FTRT_Event_Service -type f -perm +a+x`; do \ - ${INSTALL_SCRIPT} $${f} ${PREFIX}/bin; \ - done; \ - ${INSTALL_PROGRAM} TAO_IDL/tao_idl ${PREFIX}/bin -.endif -.if !defined(NOPORTDOCS) - @${ECHO_MSG} "Installing documentation into ${DOCSDIR}"; \ - ${MKDIR} ${DOCSDIR}/ACE; \ - cd ${ACE_ROOT}/docs; ${TAR} cf - . | ${TAR} xUCf ${DOCSDIR}/ACE - -.if !defined(WITHOUT_TAO) - @${MKDIR} ${DOCSDIR}/TAO; \ - cd ${TAO_ROOT}/docs; ${TAR} cf - . | ${TAR} xUCf ${DOCSDIR}/TAO - -.endif -.endif - -.include <bsd.port.post.mk> diff --git a/devel/ace+tao/distinfo b/devel/ace+tao/distinfo deleted file mode 100644 index c0499c2202bd..000000000000 --- a/devel/ace+tao/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ACE-5.4.2+TAO-1.4.2.tar.bz2) = 71d394a1973bc64bddea2e9b26286ae2 -SHA256 (ACE-5.4.2+TAO-1.4.2.tar.bz2) = c10cd2d4c258f1e0947e07934aeea31df69ba72a70c9ac83356763c2b50f6eee -SIZE (ACE-5.4.2+TAO-1.4.2.tar.bz2) = 14042566 diff --git a/devel/ace+tao/files/config.h b/devel/ace+tao/files/config.h deleted file mode 100644 index ef5d4f892b85..000000000000 --- a/devel/ace+tao/files/config.h +++ /dev/null @@ -1 +0,0 @@ -#include <ace/config-freebsd.h> diff --git a/devel/ace+tao/files/patch-aa b/devel/ace+tao/files/patch-aa deleted file mode 100644 index b2635cb5b0b7..000000000000 --- a/devel/ace+tao/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- GNUmakefile.orig Mon Dec 6 02:23:28 2004 -+++ GNUmakefile Mon Dec 6 02:24:35 2004 -@@ -26,9 +26,7 @@ - $(KEEP_GOING)@cd ASNMP && $(MAKE) -f $(MAKEFILE) $(@) - $(KEEP_GOING)@cd ACEXML && $(MAKE) -f $(MAKEFILE) $(@) - $(KEEP_GOING)@cd apps && $(MAKE) -f $(MAKEFILE) $(@) -- $(KEEP_GOING)@cd examples && $(MAKE) -f $(MAKEFILE) $(@) - $(KEEP_GOING)@cd netsvcs && $(MAKE) -f $(MAKEFILE) $(@) -- $(KEEP_GOING)@cd performance-tests && $(MAKE) -f $(MAKEFILE) $(@) - $(KEEP_GOING)@cd tests && $(MAKE) -f $(MAKEFILE) $(@) - $(KEEP_GOING)@cd websvcs && $(MAKE) -f $(MAKEFILE) $(@) - diff --git a/devel/ace+tao/files/patch-ab b/devel/ace+tao/files/patch-ab deleted file mode 100644 index c0af8263cc49..000000000000 --- a/devel/ace+tao/files/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ ---- TAO/GNUmakefile.orig Mon Dec 6 02:26:28 2004 -+++ TAO/GNUmakefile Mon Dec 6 02:27:44 2004 -@@ -24,9 +24,6 @@ - $(KEEP_GOING)@cd TAO_IDL && $(MAKE) -f $(MAKEFILE) $(@) - $(KEEP_GOING)@cd tao && $(MAKE) -f $(MAKEFILE) $(@) - $(KEEP_GOING)@cd orbsvcs && $(MAKE) -f $(MAKEFILE) $(@) -- $(KEEP_GOING)@cd examples && $(MAKE) -f $(MAKEFILE) $(@) -- $(KEEP_GOING)@cd docs && $(MAKE) -f $(MAKEFILE) $(@) -- $(KEEP_GOING)@cd performance-tests && $(MAKE) -f $(MAKEFILE) $(@) - $(KEEP_GOING)@cd tests && $(MAKE) -f $(MAKEFILE) $(@) - $(KEEP_GOING)@cd utils && $(MAKE) -f $(MAKEFILE) $(@) - diff --git a/devel/ace+tao/files/patch-ac b/devel/ace+tao/files/patch-ac deleted file mode 100644 index fdc6071df239..000000000000 --- a/devel/ace+tao/files/patch-ac +++ /dev/null @@ -1,10 +0,0 @@ ---- TAO/orbsvcs/GNUmakefile.orig Mon Dec 6 02:28:37 2004 -+++ TAO/orbsvcs/GNUmakefile Mon Dec 6 02:30:00 2004 -@@ -42,7 +42,5 @@ - $(KEEP_GOING)@cd Dump_Schedule && $(MAKE) -f $(MAKEFILE) $(@) - $(KEEP_GOING)@cd CosEvent_Service && $(MAKE) -f $(MAKEFILE) $(@) - $(KEEP_GOING)@cd Concurrency_Service && $(MAKE) -f $(MAKEFILE) $(@) -- $(KEEP_GOING)@cd performance-tests && $(MAKE) -f $(MAKEFILE) $(@) - $(KEEP_GOING)@cd tests && $(MAKE) -f $(MAKEFILE) $(@) -- $(KEEP_GOING)@cd examples && $(MAKE) -f $(MAKEFILE) $(@) - diff --git a/devel/ace+tao/files/patch-ace-POSIX_Proactor.cpp b/devel/ace+tao/files/patch-ace-POSIX_Proactor.cpp deleted file mode 100644 index efe93a017696..000000000000 --- a/devel/ace+tao/files/patch-ace-POSIX_Proactor.cpp +++ /dev/null @@ -1,22 +0,0 @@ ---- ace/POSIX_Proactor.cpp.orig Sat Nov 26 23:06:35 2005 -+++ ace/POSIX_Proactor.cpp Sat Nov 26 23:19:24 2005 -@@ -26,6 +26,10 @@ - # include "ace/OS_NS_strings.h" - #endif /* sun */ - -+#if defined __FreeBSD__ -+#include <sys/param.h> -+#endif -+ - // ********************************************************************* - /** - * @class ACE_POSIX_Wakeup_Completion -@@ -1693,7 +1697,7 @@ - - // Set the signal information. - sigval value; --#if defined (__FreeBSD__) -+#if (defined (__FreeBSD__) && __FreeBSD_version <= 700004) - value.sigval_int = -1; - #else - value.sival_int = -1; diff --git a/devel/ace+tao/files/patch-ace::POSIX_CB_Proactor.cpp b/devel/ace+tao/files/patch-ace::POSIX_CB_Proactor.cpp deleted file mode 100644 index e0c90e035cd1..000000000000 --- a/devel/ace+tao/files/patch-ace::POSIX_CB_Proactor.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- ace/POSIX_CB_Proactor.cpp.orig Sat Apr 3 18:21:13 2004 -+++ ace/POSIX_CB_Proactor.cpp Sat Apr 3 18:34:56 2004 -@@ -89,14 +89,14 @@ - result->aio_sigevent.sigev_notify = SIGEV_CALLBACK; - result->aio_sigevent.sigev_func = aio_completion_func ; - #else -- result->aio_sigevent.sigev_notify = SIGEV_THREAD; -+// result->aio_sigevent.sigev_notify = SIGEV_THREAD; - # if defined (ACE_HAS_SIG_C_FUNC) - result->aio_sigevent.sigev_notify_function = - ACE_POSIX_CB_Proactor_aio_completion; - # else -- result->aio_sigevent.sigev_notify_function = aio_completion_func; -+// result->aio_sigevent.sigev_notify_function = aio_completion_func; - # endif /* ACE_HAS_SIG_C_FUNC */ -- result->aio_sigevent.sigev_notify_attributes = 0; -+// result->aio_sigevent.sigev_notify_attributes = 0; - #endif /* __sgi */ - - #if defined (__FreeBSD__) diff --git a/devel/ace+tao/files/patch-ad b/devel/ace+tao/files/patch-ad deleted file mode 100644 index 8e4609d821e8..000000000000 --- a/devel/ace+tao/files/patch-ad +++ /dev/null @@ -1,100 +0,0 @@ ---- tests/run_test.pl.orig Tue Dec 2 08:49:53 2003 -+++ tests/run_test.pl Tue Dec 2 10:05:36 2003 -@@ -100,7 +100,7 @@ - my $program = shift; - - unlink <log/$program*.log>; -- unlink "core"; -+ unlink "$program.core"; - - my $P = new PerlACE::Process ($program); - -@@ -121,9 +121,11 @@ - print STDERR "Error: $program FAILED (time out)\n"; - $P->Kill (); - $P->TimedWait (1); -+ $failed_tests{$program}++; - } - elsif ($status != 0) { - print STDERR "Error: $program FAILED with exit status $status\n"; -+ $failed_tests{$program}++; - } - - check_log ($program); -@@ -179,13 +181,15 @@ - - local $log = "log/".$program.".log"; - -- if (-e "core") { -+ if (-e "$program.core") { - print STDERR "Error: $program dumped core\n"; -- unlink "core"; -+ unlink "$program.core"; -+ $failed_tests{$program}++; - } - - if (! -e $log ) { - print STDERR "Error: No log file ($log) is present\n"; -+ $failed_tests{$program}++; - } - else { - if (open (LOG, "<".$log) == 0) { -@@ -222,11 +226,13 @@ - if ($starting_matched == 0) { - print STDERR "Error ($log): no line with 'starting'\n"; - $print_log = 1; -+ $failed_tests{$program}++; - } - - if ($ending_matched == 0) { - print STDERR "Error ($log): no line with 'Ending'\n"; - $print_log = 1; -+ $failed_tests{$program}++; - } - - if ($print_log == 1) { -@@ -240,6 +246,7 @@ - close (LOG); - } - print STDERR "======= End Log File \n"; -+ $failed_tests{$program}++; - } - - # Now check for any sub-logs. If either the main log or a -@@ -278,6 +285,7 @@ - close (LOG); - } - print STDERR "======= End Sublog File \n"; -+ $failed_tests{$program}++; - } - } - } -@@ -379,6 +387,9 @@ - "# % ./run_tests.check log/*.log\n\n"; - } - -+%failed_tests=(); -+$total=0; -+ - foreach $test (@tests) { - if (defined $opt_d) { - print "Would run test $test now\n"; -@@ -391,9 +402,18 @@ - } - else { - run_program ($test); -+ $total++; - } - } - - check_resources ($oh) if (!defined $opt_d); - - delete_temp_files (); -+ -+print "=====================================================================\n"; -+print "Total test runned: $total\n"; -+print "Successed: ", $total-scalar (keys %failed_tests), "\n"; -+print "Failed: ", scalar (keys %failed_tests), " :\n"; -+foreach (sort keys %failed_tests) { -+ print " $_\n"; -+} diff --git a/devel/ace+tao/files/patch-ae b/devel/ace+tao/files/patch-ae deleted file mode 100644 index 08503c23f486..000000000000 --- a/devel/ace+tao/files/patch-ae +++ /dev/null @@ -1,114 +0,0 @@ ---- ace/OS_NS_time.h.orig Thu Jun 11 23:14:04 1970 -+++ ace/OS_NS_time.h Mon Dec 6 02:46:06 2004 -@@ -25,6 +25,7 @@ - # pragma once - # endif /* ACE_LACKS_PRAGMA_ONCE */ - -+#include "ace/OS_NS_errno.h" - #include "ace/Basic_Types.h" - #include "ace/os_include/os_time.h" - #include "ace/ACE_export.h" -@@ -105,10 +106,6 @@ - #endif /* ACE_PSOS_HAS_TIME */ - - #if defined (ACE_HAS_WINCE) -- /// Supporting data for ctime and ctime_r functions on WinCE. -- const wchar_t *day_of_week_name[7]; -- const wchar_t *month_name[12]; -- - // WinCE doesn't have most of the standard C library time functions. It - // also doesn't define struct tm. SYSTEMTIME has pretty much the same - // info though, so we can map it when needed. Define struct tm here and -@@ -137,48 +134,35 @@ - */ - inline long ace_timezone() - { --#if !defined (VXWORKS) && !defined (ACE_PSOS) && !defined (CHORUS) --# if defined (ACE_HAS_WINCE) -+#if defined (ACE_HAS_WINCE) - TIME_ZONE_INFORMATION tz; - GetTimeZoneInformation (&tz); - return tz.Bias * 60; --# elif defined (ACE_WIN32) && !defined (ACE_HAS_DINKUM_STL) -+#elif defined (ACE_WIN32) && !defined (ACE_HAS_DINKUM_STL) - return _timezone; // For Win32. --# elif defined (ACE_WIN32) && defined (ACE_HAS_DINKUM_STL) -+#elif defined (ACE_WIN32) && defined (ACE_HAS_DINKUM_STL) - time_t tod = time(0); // get current time - time_t t1 = mktime(gmtime(&tod)); // convert without timezone - time_t t2 = mktime(localtime(&tod)); // convert with timezone - return difftime(t1, t2); // compute difference in seconds --# elif defined (ACE_HAS_TIMEZONE_GETTIMEOFDAY) \ -- && !defined (__linux__) \ -- && !defined (__FreeBSD__) \ -- && !defined (__NetBSD__) -+#elif defined (ACE_HAS_TIMEZONE) -+ // The XPG/POSIX specification requires that tzset() be called to -+ // set the global variable <timezone>. -+ ::tzset(); -+ return timezone; -+#elif defined (ACE_HAS_TIMEZONE_GETTIMEOFDAY) - // The XPG/POSIX specification does not require gettimeofday to - // set the timezone struct (it leaves the behavior of passing a -- // non-null struct undefined). We know gettimeofday() on Linux -- // *BSD systems does not set the timezone, so we avoid using it -- // and use the global variable <timezone> instead. -- // -- // @note As of this writing, OpenBSD does not provide the global -- // variable timezone. -- // -- // @todo It would be better if we had a feature test macro that -- // could be used instead of a list of operating systems. -+ // non-null struct undefined). - long result = 0; - struct timeval time; - struct timezone zone; - ACE_UNUSED_ARG (result); - ACE_OSCALL (::gettimeofday (&time, &zone), int, -1, result); - return zone.tz_minuteswest * 60; --# else /* ACE_HAS_TIMEZONE_GETTIMEOFDAY */ -- // The XPG/POSIX specification requires that tzset() be called to -- // set the global variable <timezone>. -- ::tzset(); -- return timezone; --# endif /* ACE_HAS_TIMEZONE_GETTIMEOFDAY */ --#else -+#else - ACE_NOTSUP_RETURN (0); --#endif /* !ACE_HAS_WINCE && !VXWORKS && !ACE_PSOS */ -+#endif - } - - -@@ -217,6 +201,8 @@ - # endif // ACE_LACKS_LONGLONG_T - # elif defined (ACE_PSOS) - typedef ACE_UINT64 ACE_hrtime_t; -+# elif defined (_TNS_R_TARGET) -+typedef long long ACE_hrtime_t; - # else /* !ACE_WIN32 && !ACE_PSOS */ - # if defined (ACE_HAS_HI_RES_TIMER) && !defined (ACE_LACKS_LONGLONG_T) - /* hrtime_t is defined on systems (Suns) with ACE_HAS_HI_RES_TIMER */ -@@ -227,8 +213,22 @@ - # endif /* ACE_WIN32 */ - - -+# if defined (ACE_HRTIME_T_IS_BASIC_TYPE) -+# define ACE_HRTIME_CONVERSION(VAL) (VAL) -+# define ACE_HRTIME_TO_U64(VAL) ACE_U_LongLong(VAL) -+# else -+# define ACE_HRTIME_CONVERSION(VAL) ACE_U64_TO_U32(VAL) -+# define ACE_HRTIME_TO_U64(VAL) (VAL) -+# endif -+ - - namespace ACE_OS { -+ -+# if defined (ACE_HAS_WINCE) -+ /// Supporting data for ctime and ctime_r functions on WinCE. -+ const wchar_t *day_of_week_name[]; -+ const wchar_t *month_name[]; -+# endif /* ACE_HAS_WINCE */ - - # if defined (CHORUS) && !defined (CHORUS_4) - // We must format this code as follows to avoid confusing OSE. diff --git a/devel/ace+tao/files/patch-af b/devel/ace+tao/files/patch-af deleted file mode 100644 index c9bb9f1bf532..000000000000 --- a/devel/ace+tao/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- tests/GNUmakefile.orig Mon Dec 6 03:10:52 2004 -+++ tests/GNUmakefile Mon Dec 6 03:11:14 2004 -@@ -19,7 +19,7 @@ - - include $(ACE_ROOT)/include/makeinclude/macros.GNU - --all: Test_Output MT_Reactor_Upcall_Test ACE_Init_Test ACE_Test ARGV_Test Aio_Platform_Test Arg_Shifter_Test Atomic_Op_Test Auto_IncDec_Test Barrier_Test Basic_Types_Test Bound_Ptr_Test Buffer_Stream_Test Bug_1576_Regression_Test CDR_Array_Test CDR_File_Test CDR_Test Cache_Map_Manager_Test Cached_Accept_Conn_Test Cached_Allocator_Test Cached_Conn_Test Capabilities_Test Codecs_Test Collection_Test Config_Test Conn_Test DLL_Test DLL_Test_Lib DLList_Test Date_Time_Test Dev_Poll_Reactor_Test Dirent_Test Dynamic_Priority_Test Enum_Interfaces_Test Env_Value_Test FIFO_Test FlReactor_Test Framework_Component_DLL Framework_Component_Test Future_Set_Test Future_Test Get_Opt_Test Handle_Set_Test Hash_Map_Bucket_Iterator_Test Hash_Map_Manager_Test High_Res_Timer_Test INET_Addr_Test INET_Addr_Test_IPV6 IOStream_Test Lazy_Map_Manager_Test Log_Msg_Test Logging_Strategy_Test MEM_Stream_Test MM_Shared_Memory_Test MT_Reactor_Timer_Test MT_Ref_Counted_Event_Handler_Test MT_Reference_Counted_Notify_Test MT_SOCK_Test Malloc_Test Map_Manager_Test Map_Test Max_Default_Port_Test Max_Default_Port_Test_IPV6 Mem_Map_Test Message_Block_Test Message_Queue_Notifications_Test Message_Queue_Test Message_Queue_Test_Ex Multicast_Test Multicast_Test_IPV6 Multihomed_INET_Addr_Test Multihomed_INET_Addr_Test_IPV6 Naming_Test New_Fail_Test NonBlocking_Conn_Test Notify_Performance_Test OS_Test Object_Manager_Test Obstack_Test OrdMultiSet_Test Pipe_Test Priority_Buffer_Test Priority_Reactor_Test Priority_Task_Test Proactor_Scatter_Gather_Test Proactor_Test Proactor_Test_IPV6 Proactor_Timer_Test Process_Manager_Test Process_Mutex_Test Process_Strategy_Test RB_Tree_Test Reactor_Dispatch_Order_Test Reactor_Exceptions_Test Reactor_Notification_Queue_Test Reactor_Notify_Test Reactor_Performance_Test Reactor_Registration_Test Reactor_Timer_Test Reactors_Test Reader_Writer_Test Recursive_Condition_Bug_Test Recursive_Condition_Test Recursive_Mutex_Test Refcounted_Auto_Ptr_Test Reference_Counted_Event_Handler_Test Reverse_Lock_Test SOCK_Connector_Test SOCK_Dgram_Bcast_Test SOCK_Dgram_Test SOCK_Send_Recv_Test SOCK_Send_Recv_Test_IPV6 SOCK_Test SOCK_Test_IPv6 SPIPE_Test SString_Test SV_Shared_Memory_Test Semaphore_Test Service_Config_DLL Service_Config_Test Signal_Test Sigset_Ops_Test Simple_Message_Block_Test Svc_Handler_Test TP_Reactor_Test TSS_Static_Test TSS_Test Task_Ex_Test Task_Test Thread_Manager_Test Thread_Mutex_Test Thread_Pool_Reactor_Resume_Test Thread_Pool_Reactor_Test Thread_Pool_Test Time_Service_Test Time_Value_Test Timeprobe_Test Timer_Cancellation_Test Timer_Queue_Reference_Counting_Test Timer_Queue_Test TkReactor_Test Token_Strategy_Test Tokens_Test UPIPE_SAP_Test UUIDTest Unbounded_Set_Test_Ex Upgradable_RW_Test Vector_Test WFMO_Reactor_Test XtReactor_Test -+all: Test_Output MT_Reactor_Upcall_Test ACE_Init_Test ACE_Test ARGV_Test Aio_Platform_Test Arg_Shifter_Test Atomic_Op_Test Auto_IncDec_Test Barrier_Test Basic_Types_Test Bound_Ptr_Test Buffer_Stream_Test Bug_1576_Regression_Test CDR_Array_Test CDR_File_Test CDR_Test Cache_Map_Manager_Test Cached_Accept_Conn_Test Cached_Allocator_Test Cached_Conn_Test Capabilities_Test Codecs_Test Collection_Test Config_Test Conn_Test DLL_Test DLL_Test_Lib DLList_Test Date_Time_Test Dev_Poll_Reactor_Test Dirent_Test Dynamic_Priority_Test Enum_Interfaces_Test Env_Value_Test FIFO_Test FlReactor_Test Framework_Component_DLL Framework_Component_Test Future_Set_Test Future_Test Get_Opt_Test Handle_Set_Test Hash_Map_Bucket_Iterator_Test Hash_Map_Manager_Test High_Res_Timer_Test INET_Addr_Test INET_Addr_Test_IPV6 IOStream_Test Lazy_Map_Manager_Test Log_Msg_Test Logging_Strategy_Test MEM_Stream_Test MM_Shared_Memory_Test MT_Reactor_Timer_Test MT_Ref_Counted_Event_Handler_Test MT_Reference_Counted_Notify_Test MT_SOCK_Test Malloc_Test Map_Manager_Test Map_Test Max_Default_Port_Test Max_Default_Port_Test_IPV6 Mem_Map_Test Message_Block_Test Message_Queue_Notifications_Test Message_Queue_Test Message_Queue_Test_Ex Multicast_Test Multicast_Test_IPV6 Multihomed_INET_Addr_Test Multihomed_INET_Addr_Test_IPV6 Naming_Test New_Fail_Test NonBlocking_Conn_Test Notify_Performance_Test OS_Test Object_Manager_Test Obstack_Test OrdMultiSet_Test Pipe_Test Priority_Buffer_Test Priority_Reactor_Test Priority_Task_Test Process_Manager_Test Process_Mutex_Test Process_Strategy_Test RB_Tree_Test Reactor_Dispatch_Order_Test Reactor_Exceptions_Test Reactor_Notification_Queue_Test Reactor_Notify_Test Reactor_Performance_Test Reactor_Registration_Test Reactor_Timer_Test Reactors_Test Reader_Writer_Test Recursive_Condition_Bug_Test Recursive_Condition_Test Recursive_Mutex_Test Refcounted_Auto_Ptr_Test Reference_Counted_Event_Handler_Test Reverse_Lock_Test SOCK_Connector_Test SOCK_Dgram_Bcast_Test SOCK_Dgram_Test SOCK_Send_Recv_Test SOCK_Send_Recv_Test_IPV6 SOCK_Test SOCK_Test_IPv6 SPIPE_Test SString_Test SV_Shared_Memory_Test Semaphore_Test Service_Config_DLL Service_Config_Test Signal_Test Sigset_Ops_Test Simple_Message_Block_Test Svc_Handler_Test TP_Reactor_Test TSS_Static_Test TSS_Test Task_Ex_Test Task_Test Thread_Manager_Test Thread_Mutex_Test Thread_Pool_Reactor_Resume_Test Thread_Pool_Reactor_Test Thread_Pool_Test Time_Service_Test Time_Value_Test Timeprobe_Test Timer_Cancellation_Test Timer_Queue_Reference_Counting_Test Timer_Queue_Test TkReactor_Test Token_Strategy_Test Tokens_Test UPIPE_SAP_Test UUIDTest Unbounded_Set_Test_Ex Upgradable_RW_Test Vector_Test WFMO_Reactor_Test XtReactor_Test - $(KEEP_GOING)@cd RMCast && $(MAKE) -f $(MAKEFILE) $(@) - $(KEEP_GOING)@cd SSL && $(MAKE) -f $(MAKEFILE) $(@) - diff --git a/devel/ace+tao/files/patch-ag b/devel/ace+tao/files/patch-ag deleted file mode 100644 index 6e72f41b12bc..000000000000 --- a/devel/ace+tao/files/patch-ag +++ /dev/null @@ -1,10 +0,0 @@ ---- TAO/orbsvcs/tests/Security/GNUmakefile.orig Tue Dec 7 12:10:52 2004 -+++ TAO/orbsvcs/tests/Security/GNUmakefile Tue Dec 7 12:11:04 2004 -@@ -24,7 +24,6 @@ - $(KEEP_GOING)@cd Big_Request && $(MAKE) -f $(MAKEFILE) $(@) - $(KEEP_GOING)@cd Callback && $(MAKE) -f $(MAKEFILE) $(@) - $(KEEP_GOING)@cd Crash_Test && $(MAKE) -f $(MAKEFILE) $(@) -- $(KEEP_GOING)@cd MT_IIOP_SSL && $(MAKE) -f $(MAKEFILE) $(@) - $(KEEP_GOING)@cd MT_SSLIOP && $(MAKE) -f $(MAKEFILE) $(@) - $(KEEP_GOING)@cd Secure_Invocation && $(MAKE) -f $(MAKEFILE) $(@) - $(KEEP_GOING)@cd SecurityLevel1 && $(MAKE) -f $(MAKEFILE) $(@) diff --git a/devel/ace+tao/files/patch-av b/devel/ace+tao/files/patch-av deleted file mode 100644 index c1ac4f288962..000000000000 --- a/devel/ace+tao/files/patch-av +++ /dev/null @@ -1,9 +0,0 @@ ---- TAO/tao/Valuetype/ValueBase.inl.orig Sat Apr 4 12:25:24 1970 -+++ TAO/tao/Valuetype/ValueBase.inl Thu Jan 20 09:27:52 2005 -@@ -67,5 +67,5 @@ TAO_OBV_GIOP_Flags::is_block_size (CORBA - ACE_INLINE CORBA::Boolean - TAO_OBV_GIOP_Flags::is_end_tag (CORBA::ULong tag) - { -- return (0x80000000L < tag && tag <= 0xFFFFFFFFL); -+ return (0x80000000L < tag); - } diff --git a/devel/ace+tao/files/platform_macros.GNU b/devel/ace+tao/files/platform_macros.GNU deleted file mode 100644 index e8ef90111845..000000000000 --- a/devel/ace+tao/files/platform_macros.GNU +++ /dev/null @@ -1,59 +0,0 @@ -# platform_freebsd.GNU,v 4.21 2003/08/09 04:43:51 dhinton Exp - -# platform_freebsd.GNU - -VERSION := $(shell uname -r | sed -e "s/`uname -r | sed -e 's/.//'`//") -ifeq ($(VERSION),2) -versioned_so = 1 -endif - -ifndef exceptions - exceptions = 1 -endif - -ifeq (,$(threads)) - threads = 1 -endif - -ifeq (,$(debug)) - debug = 0 -endif - -ifeq (,$(optimize)) - optimize = 1 -endif - -ssl=1 -interface_repo=1 -corba_messaging=1 - -CC = gcc -CXX = g++ - -CFLAGS += %%CFLAGS%% -DCFLAGS += -g -ifneq ($(VERSION),3) - LDFLAGS += -Wl,-rpath $(ACE_ROOT)/ace -endif -DLD = $(CXX) -LD = $(CXX) -PIC = -fpic -AR = ar -ARFLAGS = ruv -RANLIB = ranlib - -SOFLAGS += $(CPPFLAGS) -shared -SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $< -PRELIB = @echo - -ifeq ($(threads),1) -LDFLAGS += %%PTHREAD_LIBS%% -CFLAGS += %%PTHREAD_CFLAGS%% -endif # threads - -# Test for template instantiation, add to SOFLAGS if SONAME set, -# add -E to LDFLAGS if using GNU ld -# -include $(ACE_ROOT)/include/makeinclude/platform_g++_common.GNU - -CCFLAGS += $(CFLAGS) $(TEMPLATES_FLAG) diff --git a/devel/ace+tao/pkg-descr b/devel/ace+tao/pkg-descr deleted file mode 100644 index e2e0185177d8..000000000000 --- a/devel/ace+tao/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -The ADAPTIVE Communication Environment (ACE) is an object-oriented -(OO) toolkit that implements fundamental design patterns for -communication software. ACE provides a rich set of reusable C++ -wrappers and frameworks that perform common communication software -tasks across a range of OS platforms. - -TAO is a freely available, open-source implementation of a -CORBA 2.x-compliant ORB that supports real-time extensions. - -WWW: http://www.cs.wustl.edu/~schmidt/ACE.html - http://www.cs.wustl.edu/~schmidt/TAO.html diff --git a/devel/ace+tao/pkg-plist b/devel/ace+tao/pkg-plist deleted file mode 100644 index f377baac23d6..000000000000 --- a/devel/ace+tao/pkg-plist +++ /dev/null @@ -1,5600 +0,0 @@ -%%TAO%%bin/Basic_Logging_Service -%%TAO%%bin/Concurrency_Service -%%TAO%%bin/CosEvent_Service -%%TAO%%bin/Dump_Schedule -%%TAO%%bin/Event_Logging_Service -%%TAO%%bin/Event_Service -%%TAO%%bin/FT_ReplicationManager -%%TAO%%bin/Fault_Detector -%%TAO%%bin/Fault_Notifier -%%TAO%%bin/IFR_Service -%%TAO%%bin/ImR_Activator -%%TAO%%bin/ImplRepo_Service -%%TAO%%bin/LifeCycle_Service -%%TAO%%bin/LoadManager -%%TAO%%bin/LoadMonitor -%%TAO%%bin/NT_Naming_Service -%%TAO%%bin/NT_Notify_Service -%%TAO%%bin/NameService -%%TAO%%bin/Naming_Service -%%TAO%%bin/Notify_Logging_Service -%%TAO%%bin/Notify_Service -%%TAO%%bin/RTEvent_Logging_Service -%%TAO%%bin/Scheduling_Service -%%TAO%%bin/TAO_Service -%%TAO%%bin/Time_Service_Clerk -%%TAO%%bin/Time_Service_Server -%%TAO%%bin/Trading_Service -%%TAO%%bin/catior -%%TAO%%bin/consumer -%%TAO%%bin/ftec -%%TAO%%bin/ftrt_eventservice -%%TAO%%bin/ftrtec_factory_service -%%TAO%%bin/ftrtec_gateway_service -%%TAO%%bin/nsadd -%%TAO%%bin/nsdel -%%TAO%%bin/nslist -%%TAO%%bin/psdl_tao -%%TAO%%bin/supplier -%%TAO%%bin/tao_idl -%%TAO%%bin/tao_ifr -%%TAO%%bin/tao_imr -bin/gperf -include/ace/ACE.cpp -include/ace/ACE.h -include/ace/ACE.inl -include/ace/ACE_export.h -include/ace/ARGV.cpp -include/ace/ARGV.h -include/ace/ARGV.inl -include/ace/ATM_Acceptor.cpp -include/ace/ATM_Acceptor.h -include/ace/ATM_Acceptor.inl -include/ace/ATM_Addr.cpp -include/ace/ATM_Addr.h -include/ace/ATM_Addr.inl -include/ace/ATM_Connector.cpp -include/ace/ATM_Connector.h -include/ace/ATM_Connector.inl -include/ace/ATM_Params.cpp -include/ace/ATM_Params.h -include/ace/ATM_Params.inl -include/ace/ATM_QoS.cpp -include/ace/ATM_QoS.h -include/ace/ATM_QoS.inl -include/ace/ATM_Stream.cpp -include/ace/ATM_Stream.h -include/ace/ATM_Stream.inl -include/ace/Acceptor.cpp -include/ace/Acceptor.h -include/ace/Activation_Queue.cpp -include/ace/Activation_Queue.h -include/ace/Activation_Queue.inl -include/ace/Active_Map_Manager.cpp -include/ace/Active_Map_Manager.h -include/ace/Active_Map_Manager.inl -include/ace/Active_Map_Manager_T.cpp -include/ace/Active_Map_Manager_T.h -include/ace/Active_Map_Manager_T.inl -include/ace/Addr.cpp -include/ace/Addr.h -include/ace/Addr.inl -include/ace/Arg_Shifter.cpp -include/ace/Arg_Shifter.h -include/ace/Argv_Type_Converter.cpp -include/ace/Argv_Type_Converter.h -include/ace/Argv_Type_Converter.inl -include/ace/Array.h -include/ace/Array_Base.cpp -include/ace/Array_Base.h -include/ace/Array_Base.inl -include/ace/Asynch_Acceptor.cpp -include/ace/Asynch_Acceptor.h -include/ace/Asynch_Connector.cpp -include/ace/Asynch_Connector.h -include/ace/Asynch_IO.cpp -include/ace/Asynch_IO.h -include/ace/Asynch_IO_Impl.cpp -include/ace/Asynch_IO_Impl.h -include/ace/Asynch_IO_Impl.inl -include/ace/Asynch_Pseudo_Task.cpp -include/ace/Asynch_Pseudo_Task.h -include/ace/Atomic_Op.cpp -include/ace/Atomic_Op.h -include/ace/Atomic_Op.inl -include/ace/Atomic_Op_T.cpp -include/ace/Atomic_Op_T.h -include/ace/Atomic_Op_T.inl -include/ace/Auto_Event.cpp -include/ace/Auto_Event.h -include/ace/Auto_Event.inl -include/ace/Auto_Functor.cpp -include/ace/Auto_Functor.h -include/ace/Auto_Functor.inl -include/ace/Auto_IncDec_T.cpp -include/ace/Auto_IncDec_T.h -include/ace/Auto_IncDec_T.inl -include/ace/Auto_Ptr.cpp -include/ace/Auto_Ptr.h -include/ace/Auto_Ptr.inl -include/ace/Barrier.cpp -include/ace/Barrier.h -include/ace/Barrier.inl -include/ace/Base_Thread_Adapter.cpp -include/ace/Base_Thread_Adapter.h -include/ace/Base_Thread_Adapter.inl -include/ace/Based_Pointer_Repository.cpp -include/ace/Based_Pointer_Repository.h -include/ace/Based_Pointer_T.cpp -include/ace/Based_Pointer_T.h -include/ace/Based_Pointer_T.inl -include/ace/Basic_Stats.cpp -include/ace/Basic_Stats.h -include/ace/Basic_Stats.inl -include/ace/Basic_Types.cpp -include/ace/Basic_Types.h -include/ace/Basic_Types.inl -include/ace/Bound_Ptr.h -include/ace/Bound_Ptr.inl -include/ace/CDR_Base.cpp -include/ace/CDR_Base.h -include/ace/CDR_Base.inl -include/ace/CDR_Stream.cpp -include/ace/CDR_Stream.h -include/ace/CDR_Stream.inl -include/ace/CE_Screen_Output.cpp -include/ace/CE_Screen_Output.h -include/ace/CLASSIX/CLASSIX_Addr.cpp -include/ace/CLASSIX/CLASSIX_Addr.h -include/ace/CLASSIX/CLASSIX_Addr.i -include/ace/CLASSIX/CLASSIX_CLD_Connector.cpp -include/ace/CLASSIX/CLASSIX_CLD_Connector.h -include/ace/CLASSIX/CLASSIX_CLD_Connector.i -include/ace/CLASSIX/CLASSIX_CO_Acceptor.cpp -include/ace/CLASSIX/CLASSIX_CO_Acceptor.h -include/ace/CLASSIX/CLASSIX_CO_Acceptor.i -include/ace/CLASSIX/CLASSIX_CO_Connector.cpp -include/ace/CLASSIX/CLASSIX_CO_Connector.h -include/ace/CLASSIX/CLASSIX_CO_Connector.i -include/ace/CLASSIX/CLASSIX_Dgram_Mcast.cpp -include/ace/CLASSIX/CLASSIX_Dgram_Mcast.h -include/ace/CLASSIX/CLASSIX_Dgram_Mcast.i -include/ace/CLASSIX/CLASSIX_Group.cpp -include/ace/CLASSIX/CLASSIX_Group.h -include/ace/CLASSIX/CLASSIX_Group.i -include/ace/CLASSIX/CLASSIX_Group_Dynamic.cpp -include/ace/CLASSIX/CLASSIX_Group_Dynamic.h -include/ace/CLASSIX/CLASSIX_Group_Dynamic.i -include/ace/CLASSIX/CLASSIX_Group_Stamp.cpp -include/ace/CLASSIX/CLASSIX_Group_Stamp.h -include/ace/CLASSIX/CLASSIX_Group_Stamp.i -include/ace/CLASSIX/CLASSIX_OS.cpp -include/ace/CLASSIX/CLASSIX_OS.h -include/ace/CLASSIX/CLASSIX_OS.i -include/ace/CLASSIX/CLASSIX_Peer_SAP.cpp -include/ace/CLASSIX/CLASSIX_Peer_SAP.h -include/ace/CLASSIX/CLASSIX_Peer_SAP.i -include/ace/CLASSIX/CLASSIX_Port.cpp -include/ace/CLASSIX/CLASSIX_Port.h -include/ace/CLASSIX/CLASSIX_Port.i -include/ace/CLASSIX/CLASSIX_Port_Core.cpp -include/ace/CLASSIX/CLASSIX_Port_Core.h -include/ace/CLASSIX/CLASSIX_Port_Core.i -include/ace/CLASSIX/CLASSIX_Port_Default.cpp -include/ace/CLASSIX/CLASSIX_Port_Default.h -include/ace/CLASSIX/CLASSIX_Port_Default.i -include/ace/CLASSIX/CLASSIX_SAP.cpp -include/ace/CLASSIX/CLASSIX_SAP.h -include/ace/CLASSIX/CLASSIX_SAP.i -include/ace/CLASSIX/CLASSIX_Select_Reactor.cpp -include/ace/CLASSIX/CLASSIX_Select_Reactor.h -include/ace/CLASSIX/CLASSIX_Select_Reactor.i -include/ace/CLASSIX/CLASSIX_Stream.cpp -include/ace/CLASSIX/CLASSIX_Stream.h -include/ace/CLASSIX/CLASSIX_Stream.i -include/ace/CORBA_macros.h -include/ace/Cache_Map_Manager_T.cpp -include/ace/Cache_Map_Manager_T.h -include/ace/Cache_Map_Manager_T.inl -include/ace/Cached_Connect_Strategy_T.cpp -include/ace/Cached_Connect_Strategy_T.h -include/ace/Caching_Strategies_T.cpp -include/ace/Caching_Strategies_T.h -include/ace/Caching_Strategies_T.inl -include/ace/Caching_Utility_T.cpp -include/ace/Caching_Utility_T.h -include/ace/Capabilities.cpp -include/ace/Capabilities.h -include/ace/Capabilities.inl -include/ace/Cleanup.cpp -include/ace/Cleanup.h -include/ace/Cleanup.inl -include/ace/Cleanup_Strategies_T.cpp -include/ace/Cleanup_Strategies_T.h -include/ace/Codecs.cpp -include/ace/Codecs.h -include/ace/Codeset_IBM1047.cpp -include/ace/Codeset_IBM1047.h -include/ace/Codeset_Registry.cpp -include/ace/Codeset_Registry.h -include/ace/Codeset_Registry.inl -include/ace/Codeset_Registry_db.cpp -include/ace/Codeset_Symbols.h -include/ace/Condition_Recursive_Thread_Mutex.cpp -include/ace/Condition_Recursive_Thread_Mutex.h -include/ace/Condition_T.cpp -include/ace/Condition_T.h -include/ace/Condition_T.inl -include/ace/Condition_Thread_Mutex.cpp -include/ace/Condition_Thread_Mutex.h -include/ace/Condition_Thread_Mutex.inl -include/ace/Configuration.cpp -include/ace/Configuration.h -include/ace/Configuration_Import_Export.cpp -include/ace/Configuration_Import_Export.h -include/ace/Connection_Recycling_Strategy.cpp -include/ace/Connection_Recycling_Strategy.h -include/ace/Connector.cpp -include/ace/Connector.h -include/ace/Container_Instantiations.cpp -include/ace/Containers.cpp -include/ace/Containers.h -include/ace/Containers.inl -include/ace/Containers_T.cpp -include/ace/Containers_T.h -include/ace/Containers_T.inl -include/ace/Copy_Disabled.cpp -include/ace/Copy_Disabled.h -include/ace/DEV.cpp -include/ace/DEV.h -include/ace/DEV.inl -include/ace/DEV_Addr.cpp -include/ace/DEV_Addr.h -include/ace/DEV_Addr.inl -include/ace/DEV_Connector.cpp -include/ace/DEV_Connector.h -include/ace/DEV_Connector.inl -include/ace/DEV_IO.cpp -include/ace/DEV_IO.h -include/ace/DEV_IO.inl -include/ace/DLL.cpp -include/ace/DLL.h -include/ace/DLL_Manager.cpp -include/ace/DLL_Manager.h -include/ace/Date_Time.cpp -include/ace/Date_Time.h -include/ace/Date_Time.inl -include/ace/Default_Constants.h -include/ace/Dev_Poll_Reactor.cpp -include/ace/Dev_Poll_Reactor.h -include/ace/Dev_Poll_Reactor.inl -include/ace/Dirent.cpp -include/ace/Dirent.h -include/ace/Dirent.inl -include/ace/Dirent_Selector.cpp -include/ace/Dirent_Selector.h -include/ace/Dirent_Selector.inl -include/ace/Dump.cpp -include/ace/Dump.h -include/ace/Dump_T.cpp -include/ace/Dump_T.h -include/ace/Dynamic.cpp -include/ace/Dynamic.h -include/ace/Dynamic.inl -include/ace/Dynamic_Service.cpp -include/ace/Dynamic_Service.h -include/ace/Dynamic_Service.inl -include/ace/Dynamic_Service_Base.cpp -include/ace/Dynamic_Service_Base.h -include/ace/Env_Value_T.cpp -include/ace/Env_Value_T.h -include/ace/Env_Value_T.inl -include/ace/Event.cpp -include/ace/Event.h -include/ace/Event.inl -include/ace/Event_Handler.cpp -include/ace/Event_Handler.h -include/ace/Event_Handler.inl -include/ace/Event_Handler_T.cpp -include/ace/Event_Handler_T.h -include/ace/Event_Handler_T.inl -include/ace/Exception_Macros.h -include/ace/FIFO.cpp -include/ace/FIFO.h -include/ace/FIFO.inl -include/ace/FIFO_Recv.cpp -include/ace/FIFO_Recv.h -include/ace/FIFO_Recv.inl -include/ace/FIFO_Recv_Msg.cpp -include/ace/FIFO_Recv_Msg.h -include/ace/FIFO_Recv_Msg.inl -include/ace/FIFO_Send.cpp -include/ace/FIFO_Send.h -include/ace/FIFO_Send.inl -include/ace/FIFO_Send_Msg.cpp -include/ace/FIFO_Send_Msg.h -include/ace/FIFO_Send_Msg.inl -include/ace/FILE.cpp -include/ace/FILE.h -include/ace/FILE.inl -include/ace/FILE_Addr.cpp -include/ace/FILE_Addr.h -include/ace/FILE_Addr.inl -include/ace/FILE_Connector.cpp -include/ace/FILE_Connector.h -include/ace/FILE_Connector.inl -include/ace/FILE_IO.cpp -include/ace/FILE_IO.h -include/ace/FILE_IO.inl -include/ace/File_Lock.cpp -include/ace/File_Lock.h -include/ace/File_Lock.inl -include/ace/Filecache.cpp -include/ace/Filecache.h -include/ace/FlReactor.cpp -include/ace/FlReactor.h -include/ace/Flag_Manip.cpp -include/ace/Flag_Manip.h -include/ace/Flag_Manip.inl -include/ace/Framework_Component.cpp -include/ace/Framework_Component.h -include/ace/Framework_Component.inl -include/ace/Framework_Component_T.cpp -include/ace/Framework_Component_T.h -include/ace/Free_List.cpp -include/ace/Free_List.h -include/ace/Free_List.inl -include/ace/Functor.cpp -include/ace/Functor.h -include/ace/Functor.inl -include/ace/Functor_String.cpp -include/ace/Functor_String.h -include/ace/Functor_String.inl -include/ace/Functor_T.cpp -include/ace/Functor_T.h -include/ace/Functor_T.inl -include/ace/Future.cpp -include/ace/Future.h -include/ace/Future_Set.cpp -include/ace/Future_Set.h -include/ace/Get_Opt.cpp -include/ace/Get_Opt.h -include/ace/Get_Opt.inl -include/ace/Global_Macros.h -include/ace/Guard_T.cpp -include/ace/Guard_T.h -include/ace/Guard_T.inl -include/ace/Handle_Gobbler.h -include/ace/Handle_Gobbler.inl -include/ace/Handle_Ops.cpp -include/ace/Handle_Ops.h -include/ace/Handle_Set.cpp -include/ace/Handle_Set.h -include/ace/Handle_Set.inl -include/ace/Hash_Cache_Map_Manager_T.cpp -include/ace/Hash_Cache_Map_Manager_T.h -include/ace/Hash_Cache_Map_Manager_T.inl -include/ace/Hash_Map_Manager.cpp -include/ace/Hash_Map_Manager.h -include/ace/Hash_Map_Manager_T.cpp -include/ace/Hash_Map_Manager_T.h -include/ace/Hash_Map_Manager_T.inl -include/ace/Hash_Map_With_Allocator_T.cpp -include/ace/Hash_Map_With_Allocator_T.h -include/ace/Hash_Map_With_Allocator_T.inl -include/ace/Hashable.cpp -include/ace/Hashable.h -include/ace/Hashable.inl -include/ace/High_Res_Timer.cpp -include/ace/High_Res_Timer.h -include/ace/High_Res_Timer.inl -include/ace/INET_Addr.cpp -include/ace/INET_Addr.h -include/ace/INET_Addr.inl -include/ace/IOStream.cpp -include/ace/IOStream.h -include/ace/IOStream_T.cpp -include/ace/IOStream_T.h -include/ace/IOStream_T.inl -include/ace/IO_Cntl_Msg.cpp -include/ace/IO_Cntl_Msg.h -include/ace/IO_SAP.cpp -include/ace/IO_SAP.h -include/ace/IO_SAP.inl -include/ace/IPC_SAP.cpp -include/ace/IPC_SAP.h -include/ace/IPC_SAP.inl -include/ace/Init_ACE.cpp -include/ace/Init_ACE.h -include/ace/Intrusive_List.cpp -include/ace/Intrusive_List.h -include/ace/Intrusive_List.inl -include/ace/Intrusive_List_Node.cpp -include/ace/Intrusive_List_Node.h -include/ace/Intrusive_List_Node.inl -include/ace/LOCK_SOCK_Acceptor.cpp -include/ace/LOCK_SOCK_Acceptor.h -include/ace/LSOCK.cpp -include/ace/LSOCK.h -include/ace/LSOCK.inl -include/ace/LSOCK_Acceptor.cpp -include/ace/LSOCK_Acceptor.h -include/ace/LSOCK_CODgram.cpp -include/ace/LSOCK_CODgram.h -include/ace/LSOCK_CODgram.inl -include/ace/LSOCK_Connector.cpp -include/ace/LSOCK_Connector.h -include/ace/LSOCK_Connector.inl -include/ace/LSOCK_Dgram.cpp -include/ace/LSOCK_Dgram.h -include/ace/LSOCK_Dgram.inl -include/ace/LSOCK_Stream.cpp -include/ace/LSOCK_Stream.h -include/ace/LSOCK_Stream.inl -include/ace/Lib_Find.cpp -include/ace/Lib_Find.h -include/ace/Local_Name_Space.cpp -include/ace/Local_Name_Space.h -include/ace/Local_Name_Space_T.cpp -include/ace/Local_Name_Space_T.h -include/ace/Local_Tokens.cpp -include/ace/Local_Tokens.h -include/ace/Local_Tokens.inl -include/ace/Lock.cpp -include/ace/Lock.h -include/ace/Lock.inl -include/ace/Lock_Adapter_T.cpp -include/ace/Lock_Adapter_T.h -include/ace/Lock_Adapter_T.inl -include/ace/Log_Msg.cpp -include/ace/Log_Msg.h -include/ace/Log_Msg_Backend.cpp -include/ace/Log_Msg_Backend.h -include/ace/Log_Msg_Callback.cpp -include/ace/Log_Msg_Callback.h -include/ace/Log_Msg_IPC.cpp -include/ace/Log_Msg_IPC.h -include/ace/Log_Msg_NT_Event_Log.cpp -include/ace/Log_Msg_NT_Event_Log.h -include/ace/Log_Msg_UNIX_Syslog.cpp -include/ace/Log_Msg_UNIX_Syslog.h -include/ace/Log_Priority.h -include/ace/Log_Record.cpp -include/ace/Log_Record.h -include/ace/Log_Record.inl -include/ace/Logging_Strategy.cpp -include/ace/Logging_Strategy.h -include/ace/MEM_Acceptor.cpp -include/ace/MEM_Acceptor.h -include/ace/MEM_Acceptor.inl -include/ace/MEM_Addr.cpp -include/ace/MEM_Addr.h -include/ace/MEM_Addr.inl -include/ace/MEM_Connector.cpp -include/ace/MEM_Connector.h -include/ace/MEM_Connector.inl -include/ace/MEM_IO.cpp -include/ace/MEM_IO.h -include/ace/MEM_IO.inl -include/ace/MEM_SAP.cpp -include/ace/MEM_SAP.h -include/ace/MEM_SAP.inl -include/ace/MEM_Stream.cpp -include/ace/MEM_Stream.h -include/ace/MEM_Stream.inl -include/ace/Malloc.cpp -include/ace/Malloc.h -include/ace/Malloc.inl -include/ace/Malloc_Allocator.cpp -include/ace/Malloc_Allocator.h -include/ace/Malloc_Allocator.inl -include/ace/Malloc_Base.h -include/ace/Malloc_Instantiations.cpp -include/ace/Malloc_T.cpp -include/ace/Malloc_T.h -include/ace/Malloc_T.inl -include/ace/Managed_Object.cpp -include/ace/Managed_Object.h -include/ace/Managed_Object.inl -include/ace/Manual_Event.cpp -include/ace/Manual_Event.h -include/ace/Manual_Event.inl -include/ace/Map.cpp -include/ace/Map.h -include/ace/Map_Manager.cpp -include/ace/Map_Manager.h -include/ace/Map_Manager.inl -include/ace/Map_T.cpp -include/ace/Map_T.h -include/ace/Map_T.inl -include/ace/Mem_Map.cpp -include/ace/Mem_Map.h -include/ace/Mem_Map.inl -include/ace/Memory_Pool.cpp -include/ace/Memory_Pool.h -include/ace/Memory_Pool.inl -include/ace/Message_Block.cpp -include/ace/Message_Block.h -include/ace/Message_Block.inl -include/ace/Message_Block_T.cpp -include/ace/Message_Block_T.h -include/ace/Message_Block_T.inl -include/ace/Message_Queue.cpp -include/ace/Message_Queue.h -include/ace/Message_Queue.inl -include/ace/Message_Queue_T.cpp -include/ace/Message_Queue_T.h -include/ace/Message_Queue_T.inl -include/ace/Method_Object.h -include/ace/Method_Request.cpp -include/ace/Method_Request.h -include/ace/Metrics_Cache.cpp -include/ace/Metrics_Cache.h -include/ace/Metrics_Cache_T.cpp -include/ace/Metrics_Cache_T.h -include/ace/Metrics_Cache_T.inl -include/ace/Min_Max.h -include/ace/Module.cpp -include/ace/Module.h -include/ace/Module.inl -include/ace/Msg_WFMO_Reactor.cpp -include/ace/Msg_WFMO_Reactor.h -include/ace/Msg_WFMO_Reactor.inl -include/ace/Multihomed_INET_Addr.cpp -include/ace/Multihomed_INET_Addr.h -include/ace/Multihomed_INET_Addr.inl -include/ace/Multiplexor.cpp -include/ace/Multiplexor.h -include/ace/Multiplexor.inl -include/ace/Mutex.cpp -include/ace/Mutex.h -include/ace/Mutex.inl -include/ace/NT_Service.cpp -include/ace/NT_Service.h -include/ace/NT_Service.inl -include/ace/Name_Proxy.cpp -include/ace/Name_Proxy.h -include/ace/Name_Request_Reply.cpp -include/ace/Name_Request_Reply.h -include/ace/Name_Space.cpp -include/ace/Name_Space.h -include/ace/Naming_Context.cpp -include/ace/Naming_Context.h -include/ace/Node.cpp -include/ace/Node.h -include/ace/Notification_Strategy.cpp -include/ace/Notification_Strategy.h -include/ace/Notification_Strategy.inl -include/ace/Null_Barrier.h -include/ace/Null_Condition.h -include/ace/Null_Mutex.h -include/ace/Null_Semaphore.h -include/ace/OS.cpp -include/ace/OS.h -include/ace/OS.inl -include/ace/OS_Dirent.cpp -include/ace/OS_Dirent.h -include/ace/OS_Errno.cpp -include/ace/OS_Errno.h -include/ace/OS_Errno.inl -include/ace/OS_Log_Msg_Attributes.cpp -include/ace/OS_Log_Msg_Attributes.h -include/ace/OS_Log_Msg_Attributes.inl -include/ace/OS_Memory.cpp -include/ace/OS_Memory.h -include/ace/OS_Memory.inl -include/ace/OS_NS_Thread.cpp -include/ace/OS_NS_Thread.h -include/ace/OS_NS_Thread.inl -include/ace/OS_NS_arpa_inet.cpp -include/ace/OS_NS_arpa_inet.h -include/ace/OS_NS_arpa_inet.inl -include/ace/OS_NS_ctype.cpp -include/ace/OS_NS_ctype.h -include/ace/OS_NS_ctype.inl -include/ace/OS_NS_dirent.cpp -include/ace/OS_NS_dirent.h -include/ace/OS_NS_dirent.inl -include/ace/OS_NS_dlfcn.cpp -include/ace/OS_NS_dlfcn.h -include/ace/OS_NS_dlfcn.inl -include/ace/OS_NS_errno.cpp -include/ace/OS_NS_errno.h -include/ace/OS_NS_errno.inl -include/ace/OS_NS_fcntl.cpp -include/ace/OS_NS_fcntl.h -include/ace/OS_NS_fcntl.inl -include/ace/OS_NS_macros.h -include/ace/OS_NS_math.cpp -include/ace/OS_NS_math.h -include/ace/OS_NS_math.inl -include/ace/OS_NS_netdb.cpp -include/ace/OS_NS_netdb.h -include/ace/OS_NS_netdb.inl -include/ace/OS_NS_poll.cpp -include/ace/OS_NS_poll.h -include/ace/OS_NS_poll.inl -include/ace/OS_NS_pwd.cpp -include/ace/OS_NS_pwd.h -include/ace/OS_NS_pwd.inl -include/ace/OS_NS_regex.cpp -include/ace/OS_NS_regex.h -include/ace/OS_NS_regex.inl -include/ace/OS_NS_signal.cpp -include/ace/OS_NS_signal.h -include/ace/OS_NS_signal.inl -include/ace/OS_NS_stdio.cpp -include/ace/OS_NS_stdio.h -include/ace/OS_NS_stdio.inl -include/ace/OS_NS_stdlib.cpp -include/ace/OS_NS_stdlib.h -include/ace/OS_NS_stdlib.inl -include/ace/OS_NS_string.cpp -include/ace/OS_NS_string.h -include/ace/OS_NS_string.inl -include/ace/OS_NS_strings.cpp -include/ace/OS_NS_strings.h -include/ace/OS_NS_strings.inl -include/ace/OS_NS_stropts.cpp -include/ace/OS_NS_stropts.h -include/ace/OS_NS_stropts.inl -include/ace/OS_NS_sys_mman.cpp -include/ace/OS_NS_sys_mman.h -include/ace/OS_NS_sys_mman.inl -include/ace/OS_NS_sys_msg.cpp -include/ace/OS_NS_sys_msg.h -include/ace/OS_NS_sys_msg.inl -include/ace/OS_NS_sys_resource.cpp -include/ace/OS_NS_sys_resource.h -include/ace/OS_NS_sys_resource.inl -include/ace/OS_NS_sys_select.cpp -include/ace/OS_NS_sys_select.h -include/ace/OS_NS_sys_select.inl -include/ace/OS_NS_sys_shm.cpp -include/ace/OS_NS_sys_shm.h -include/ace/OS_NS_sys_shm.inl -include/ace/OS_NS_sys_socket.cpp -include/ace/OS_NS_sys_socket.h -include/ace/OS_NS_sys_socket.inl -include/ace/OS_NS_sys_stat.cpp -include/ace/OS_NS_sys_stat.h -include/ace/OS_NS_sys_stat.inl -include/ace/OS_NS_sys_time.cpp -include/ace/OS_NS_sys_time.h -include/ace/OS_NS_sys_time.inl -include/ace/OS_NS_sys_uio.cpp -include/ace/OS_NS_sys_uio.h -include/ace/OS_NS_sys_uio.inl -include/ace/OS_NS_sys_utsname.cpp -include/ace/OS_NS_sys_utsname.h -include/ace/OS_NS_sys_utsname.inl -include/ace/OS_NS_sys_wait.cpp -include/ace/OS_NS_sys_wait.h -include/ace/OS_NS_sys_wait.inl -include/ace/OS_NS_time.cpp -include/ace/OS_NS_time.h -include/ace/OS_NS_time.inl -include/ace/OS_NS_unistd.cpp -include/ace/OS_NS_unistd.h -include/ace/OS_NS_unistd.inl -include/ace/OS_NS_wchar.cpp -include/ace/OS_NS_wchar.h -include/ace/OS_NS_wchar.inl -include/ace/OS_QoS.cpp -include/ace/OS_QoS.h -include/ace/OS_String.cpp -include/ace/OS_String.h -include/ace/OS_String.inl -include/ace/OS_TLI.cpp -include/ace/OS_TLI.h -include/ace/OS_TLI.inl -include/ace/OS_Thread_Adapter.cpp -include/ace/OS_Thread_Adapter.h -include/ace/OS_main.cpp -include/ace/OS_main.h -include/ace/Obchunk.cpp -include/ace/Obchunk.h -include/ace/Obchunk.inl -include/ace/Object_Manager.cpp -include/ace/Object_Manager.h -include/ace/Object_Manager.inl -include/ace/Object_Manager_Base.cpp -include/ace/Object_Manager_Base.h -include/ace/Obstack.cpp -include/ace/Obstack.h -include/ace/Obstack_T.cpp -include/ace/Obstack_T.h -include/ace/Obstack_T.inl -include/ace/PI_Malloc.cpp -include/ace/PI_Malloc.h -include/ace/PI_Malloc.inl -include/ace/POSIX_Asynch_IO.cpp -include/ace/POSIX_Asynch_IO.h -include/ace/POSIX_CB_Proactor.cpp -include/ace/POSIX_CB_Proactor.h -include/ace/POSIX_CB_Proactor.inl -include/ace/POSIX_Proactor.cpp -include/ace/POSIX_Proactor.h -include/ace/POSIX_Proactor.inl -include/ace/Pair.cpp -include/ace/Pair.h -include/ace/Pair_T.cpp -include/ace/Pair_T.h -include/ace/Pair_T.inl -include/ace/Parse_Node.cpp -include/ace/Parse_Node.h -include/ace/Parse_Node.inl -include/ace/Pipe.cpp -include/ace/Pipe.h -include/ace/Pipe.inl -include/ace/Priority_Reactor.cpp -include/ace/Priority_Reactor.h -include/ace/Proactor.cpp -include/ace/Proactor.h -include/ace/Proactor.inl -include/ace/Proactor_Impl.h -include/ace/Process.cpp -include/ace/Process.h -include/ace/Process.inl -include/ace/Process_Manager.cpp -include/ace/Process_Manager.h -include/ace/Process_Manager.inl -include/ace/Process_Mutex.cpp -include/ace/Process_Mutex.h -include/ace/Process_Mutex.inl -include/ace/Process_Semaphore.cpp -include/ace/Process_Semaphore.h -include/ace/Process_Semaphore.inl -include/ace/Profile_Timer.cpp -include/ace/Profile_Timer.h -include/ace/Profile_Timer.inl -include/ace/QoS/ACE_QoS_Export.h -include/ace/QoS/QoS_Decorator.cpp -include/ace/QoS/QoS_Decorator.h -include/ace/QoS/QoS_Manager.cpp -include/ace/QoS/QoS_Manager.h -include/ace/QoS/QoS_Session.h -include/ace/QoS/QoS_Session_Factory.cpp -include/ace/QoS/QoS_Session_Factory.h -include/ace/QoS/QoS_Session_Impl.cpp -include/ace/QoS/QoS_Session_Impl.h -include/ace/QoS/QoS_Session_Impl.i -include/ace/QoS/SOCK_Dgram_Mcast_QoS.cpp -include/ace/QoS/SOCK_Dgram_Mcast_QoS.h -include/ace/QoS/SOCK_Dgram_Mcast_QoS.i -include/ace/QtReactor.cpp -include/ace/QtReactor.h -include/ace/RB_Tree.cpp -include/ace/RB_Tree.h -include/ace/RB_Tree.inl -include/ace/RMCast/RMCast.cpp -include/ace/RMCast/RMCast.h -include/ace/RMCast/RMCast.i -include/ace/RMCast/RMCast_Ack_Worker.cpp -include/ace/RMCast/RMCast_Ack_Worker.h -include/ace/RMCast/RMCast_Ack_Worker.i -include/ace/RMCast/RMCast_Copy_On_Write.cpp -include/ace/RMCast/RMCast_Copy_On_Write.h -include/ace/RMCast/RMCast_Copy_On_Write.i -include/ace/RMCast/RMCast_Export.h -include/ace/RMCast/RMCast_Fork.cpp -include/ace/RMCast/RMCast_Fork.h -include/ace/RMCast/RMCast_Fork.i -include/ace/RMCast/RMCast_Fragment.cpp -include/ace/RMCast/RMCast_Fragment.h -include/ace/RMCast/RMCast_Fragment.i -include/ace/RMCast/RMCast_IO_UDP.cpp -include/ace/RMCast/RMCast_IO_UDP.h -include/ace/RMCast/RMCast_IO_UDP.i -include/ace/RMCast/RMCast_Membership.cpp -include/ace/RMCast/RMCast_Membership.h -include/ace/RMCast/RMCast_Membership.i -include/ace/RMCast/RMCast_Module.cpp -include/ace/RMCast/RMCast_Module.h -include/ace/RMCast/RMCast_Module.i -include/ace/RMCast/RMCast_Module_Factory.cpp -include/ace/RMCast/RMCast_Module_Factory.h -include/ace/RMCast/RMCast_Module_Factory.i -include/ace/RMCast/RMCast_Partial_Message.cpp -include/ace/RMCast/RMCast_Partial_Message.h -include/ace/RMCast/RMCast_Partial_Message.i -include/ace/RMCast/RMCast_Proxy.cpp -include/ace/RMCast/RMCast_Proxy.h -include/ace/RMCast/RMCast_Proxy.i -include/ace/RMCast/RMCast_Reassembly.cpp -include/ace/RMCast/RMCast_Reassembly.h -include/ace/RMCast/RMCast_Reassembly.i -include/ace/RMCast/RMCast_Receiver_Module.cpp -include/ace/RMCast/RMCast_Receiver_Module.h -include/ace/RMCast/RMCast_Receiver_Module.i -include/ace/RMCast/RMCast_Reliable_Factory.cpp -include/ace/RMCast/RMCast_Reliable_Factory.h -include/ace/RMCast/RMCast_Reliable_Factory.i -include/ace/RMCast/RMCast_Reordering.cpp -include/ace/RMCast/RMCast_Reordering.h -include/ace/RMCast/RMCast_Reordering.i -include/ace/RMCast/RMCast_Resend_Handler.cpp -include/ace/RMCast/RMCast_Resend_Handler.h -include/ace/RMCast/RMCast_Resend_Handler.i -include/ace/RMCast/RMCast_Resend_Worker.cpp -include/ace/RMCast/RMCast_Resend_Worker.h -include/ace/RMCast/RMCast_Resend_Worker.i -include/ace/RMCast/RMCast_Retransmission.cpp -include/ace/RMCast/RMCast_Retransmission.h -include/ace/RMCast/RMCast_Retransmission.i -include/ace/RMCast/RMCast_Sequencer.cpp -include/ace/RMCast/RMCast_Sequencer.h -include/ace/RMCast/RMCast_Sequencer.i -include/ace/RMCast/RMCast_Singleton_Factory.cpp -include/ace/RMCast/RMCast_Singleton_Factory.h -include/ace/RMCast/RMCast_Singleton_Factory.i -include/ace/RMCast/RMCast_UDP_Event_Handler.cpp -include/ace/RMCast/RMCast_UDP_Event_Handler.h -include/ace/RMCast/RMCast_UDP_Event_Handler.i -include/ace/RMCast/RMCast_UDP_Proxy.cpp -include/ace/RMCast/RMCast_UDP_Proxy.h -include/ace/RMCast/RMCast_UDP_Proxy.i -include/ace/RMCast/RMCast_UDP_Reliable_Receiver.cpp -include/ace/RMCast/RMCast_UDP_Reliable_Receiver.h -include/ace/RMCast/RMCast_UDP_Reliable_Receiver.i -include/ace/RMCast/RMCast_UDP_Reliable_Sender.cpp -include/ace/RMCast/RMCast_UDP_Reliable_Sender.h -include/ace/RMCast/RMCast_UDP_Reliable_Sender.i -include/ace/RMCast/RMCast_Worker.cpp -include/ace/RMCast/RMCast_Worker.h -include/ace/RMCast/RMCast_Worker.i -include/ace/RW_Mutex.cpp -include/ace/RW_Mutex.h -include/ace/RW_Mutex.inl -include/ace/RW_Process_Mutex.cpp -include/ace/RW_Process_Mutex.h -include/ace/RW_Process_Mutex.inl -include/ace/RW_Thread_Mutex.cpp -include/ace/RW_Thread_Mutex.h -include/ace/RW_Thread_Mutex.inl -include/ace/Reactor.cpp -include/ace/Reactor.h -include/ace/Reactor.inl -include/ace/Reactor_Impl.h -include/ace/Reactor_Notification_Strategy.cpp -include/ace/Reactor_Notification_Strategy.h -include/ace/Reactor_Notification_Strategy.inl -include/ace/Reactor_Timer_Interface.h -include/ace/Read_Buffer.cpp -include/ace/Read_Buffer.h -include/ace/Read_Buffer.inl -include/ace/Recursive_Thread_Mutex.cpp -include/ace/Recursive_Thread_Mutex.h -include/ace/Recursive_Thread_Mutex.inl -include/ace/Recyclable.cpp -include/ace/Recyclable.h -include/ace/Recyclable.inl -include/ace/Refcountable.cpp -include/ace/Refcountable.h -include/ace/Refcountable.inl -include/ace/Refcounted_Auto_Ptr.h -include/ace/Refcounted_Auto_Ptr.inl -include/ace/Registry.cpp -include/ace/Registry.h -include/ace/Registry_Name_Space.cpp -include/ace/Registry_Name_Space.h -include/ace/Remote_Name_Space.cpp -include/ace/Remote_Name_Space.h -include/ace/Remote_Tokens.cpp -include/ace/Remote_Tokens.h -include/ace/Remote_Tokens.inl -include/ace/Reverse_Lock_T.cpp -include/ace/Reverse_Lock_T.h -include/ace/Reverse_Lock_T.inl -include/ace/SOCK.cpp -include/ace/SOCK.h -include/ace/SOCK.inl -include/ace/SOCK_Acceptor.cpp -include/ace/SOCK_Acceptor.h -include/ace/SOCK_Acceptor.inl -include/ace/SOCK_CODgram.cpp -include/ace/SOCK_CODgram.h -include/ace/SOCK_CODgram.inl -include/ace/SOCK_Connector.cpp -include/ace/SOCK_Connector.h -include/ace/SOCK_Connector.inl -include/ace/SOCK_Dgram.cpp -include/ace/SOCK_Dgram.h -include/ace/SOCK_Dgram.inl -include/ace/SOCK_Dgram_Bcast.cpp -include/ace/SOCK_Dgram_Bcast.h -include/ace/SOCK_Dgram_Bcast.inl -include/ace/SOCK_Dgram_Mcast.cpp -include/ace/SOCK_Dgram_Mcast.h -include/ace/SOCK_Dgram_Mcast.inl -include/ace/SOCK_IO.cpp -include/ace/SOCK_IO.h -include/ace/SOCK_IO.inl -include/ace/SOCK_SEQPACK_Acceptor.cpp -include/ace/SOCK_SEQPACK_Acceptor.h -include/ace/SOCK_SEQPACK_Acceptor.inl -include/ace/SOCK_SEQPACK_Association.cpp -include/ace/SOCK_SEQPACK_Association.h -include/ace/SOCK_SEQPACK_Association.inl -include/ace/SOCK_SEQPACK_Connector.cpp -include/ace/SOCK_SEQPACK_Connector.h -include/ace/SOCK_SEQPACK_Connector.inl -include/ace/SOCK_Stream.cpp -include/ace/SOCK_Stream.h -include/ace/SOCK_Stream.inl -include/ace/SPIPE.cpp -include/ace/SPIPE.h -include/ace/SPIPE.inl -include/ace/SPIPE_Acceptor.cpp -include/ace/SPIPE_Acceptor.h -include/ace/SPIPE_Addr.cpp -include/ace/SPIPE_Addr.h -include/ace/SPIPE_Addr.inl -include/ace/SPIPE_Connector.cpp -include/ace/SPIPE_Connector.h -include/ace/SPIPE_Connector.inl -include/ace/SPIPE_Stream.cpp -include/ace/SPIPE_Stream.h -include/ace/SPIPE_Stream.inl -include/ace/SSL/SSL_Asynch_BIO.cpp -include/ace/SSL/SSL_Asynch_BIO.h -include/ace/SSL/SSL_Asynch_Stream.cpp -include/ace/SSL/SSL_Asynch_Stream.h -include/ace/SSL/SSL_Context.cpp -include/ace/SSL/SSL_Context.h -include/ace/SSL/SSL_Context.inl -include/ace/SSL/SSL_Export.h -include/ace/SSL/SSL_SOCK.cpp -include/ace/SSL/SSL_SOCK.h -include/ace/SSL/SSL_SOCK.i -include/ace/SSL/SSL_SOCK_Acceptor.cpp -include/ace/SSL/SSL_SOCK_Acceptor.h -include/ace/SSL/SSL_SOCK_Acceptor.i -include/ace/SSL/SSL_SOCK_Connector.cpp -include/ace/SSL/SSL_SOCK_Connector.h -include/ace/SSL/SSL_SOCK_Connector.i -include/ace/SSL/SSL_SOCK_Stream.cpp -include/ace/SSL/SSL_SOCK_Stream.h -include/ace/SSL/SSL_SOCK_Stream.i -include/ace/SSL/sslconf.h -include/ace/SString.cpp -include/ace/SString.h -include/ace/SString.inl -include/ace/SStringfwd.h -include/ace/SUN_Proactor.cpp -include/ace/SUN_Proactor.h -include/ace/SUN_Proactor.inl -include/ace/SV_Message.cpp -include/ace/SV_Message.h -include/ace/SV_Message.inl -include/ace/SV_Message_Queue.cpp -include/ace/SV_Message_Queue.h -include/ace/SV_Message_Queue.inl -include/ace/SV_Semaphore_Complex.cpp -include/ace/SV_Semaphore_Complex.h -include/ace/SV_Semaphore_Complex.inl -include/ace/SV_Semaphore_Simple.cpp -include/ace/SV_Semaphore_Simple.h -include/ace/SV_Semaphore_Simple.inl -include/ace/SV_Shared_Memory.cpp -include/ace/SV_Shared_Memory.h -include/ace/SV_Shared_Memory.inl -include/ace/Sample_History.cpp -include/ace/Sample_History.h -include/ace/Sample_History.inl -include/ace/Sched_Params.cpp -include/ace/Sched_Params.h -include/ace/Sched_Params.inl -include/ace/Select_Reactor.cpp -include/ace/Select_Reactor.h -include/ace/Select_Reactor_Base.cpp -include/ace/Select_Reactor_Base.h -include/ace/Select_Reactor_Base.inl -include/ace/Select_Reactor_T.cpp -include/ace/Select_Reactor_T.h -include/ace/Select_Reactor_T.inl -include/ace/Semaphore.cpp -include/ace/Semaphore.h -include/ace/Semaphore.inl -include/ace/Service_Config.cpp -include/ace/Service_Config.h -include/ace/Service_Config.inl -include/ace/Service_Manager.cpp -include/ace/Service_Manager.h -include/ace/Service_Manager.inl -include/ace/Service_Object.cpp -include/ace/Service_Object.h -include/ace/Service_Object.inl -include/ace/Service_Repository.cpp -include/ace/Service_Repository.h -include/ace/Service_Repository.inl -include/ace/Service_Templates.cpp -include/ace/Service_Templates.h -include/ace/Service_Types.cpp -include/ace/Service_Types.h -include/ace/Service_Types.inl -include/ace/Shared_Memory.cpp -include/ace/Shared_Memory.h -include/ace/Shared_Memory_MM.cpp -include/ace/Shared_Memory_MM.h -include/ace/Shared_Memory_MM.inl -include/ace/Shared_Memory_SV.cpp -include/ace/Shared_Memory_SV.h -include/ace/Shared_Memory_SV.inl -include/ace/Shared_Object.cpp -include/ace/Shared_Object.h -include/ace/Shared_Object.inl -include/ace/Signal.cpp -include/ace/Signal.h -include/ace/Signal.inl -include/ace/Singleton.cpp -include/ace/Singleton.h -include/ace/Singleton.inl -include/ace/Sock_Connect.cpp -include/ace/Sock_Connect.h -include/ace/Static_Object_Lock.h -include/ace/Stats.cpp -include/ace/Stats.h -include/ace/Stats.inl -include/ace/Strategies.h -include/ace/Strategies_T.cpp -include/ace/Strategies_T.h -include/ace/Strategies_T.inl -include/ace/Stream.cpp -include/ace/Stream.h -include/ace/Stream.inl -include/ace/Stream_Modules.cpp -include/ace/Stream_Modules.h -include/ace/String_Base.cpp -include/ace/String_Base.h -include/ace/String_Base.inl -include/ace/String_Base_Const.cpp -include/ace/String_Base_Const.h -include/ace/Svc_Conf.h -include/ace/Svc_Conf_Lexer_Guard.cpp -include/ace/Svc_Conf_Lexer_Guard.h -include/ace/Svc_Conf_Tokens.h -include/ace/Svc_Conf_l.cpp -include/ace/Svc_Conf_y.cpp -include/ace/Svc_Handler.cpp -include/ace/Svc_Handler.h -include/ace/Swap.cpp -include/ace/Swap.h -include/ace/Swap.inl -include/ace/Synch.cpp -include/ace/Synch.h -include/ace/Synch_Options.cpp -include/ace/Synch_Options.h -include/ace/Synch_Options.inl -include/ace/Synch_T.cpp -include/ace/Synch_T.h -include/ace/Synch_Traits.h -include/ace/System_Time.cpp -include/ace/System_Time.h -include/ace/TLI.cpp -include/ace/TLI.h -include/ace/TLI.inl -include/ace/TLI_Acceptor.cpp -include/ace/TLI_Acceptor.h -include/ace/TLI_Connector.cpp -include/ace/TLI_Connector.h -include/ace/TLI_Connector.inl -include/ace/TLI_Stream.cpp -include/ace/TLI_Stream.h -include/ace/TLI_Stream.inl -include/ace/TMCast/Group.cpp -include/ace/TMCast/Protocol.cpp -include/ace/TP_Reactor.cpp -include/ace/TP_Reactor.h -include/ace/TP_Reactor.inl -include/ace/TSS_Adapter.cpp -include/ace/TSS_Adapter.h -include/ace/TSS_Adapter.inl -include/ace/TSS_T.cpp -include/ace/TSS_T.h -include/ace/TSS_T.inl -include/ace/TTY_IO.cpp -include/ace/TTY_IO.h -include/ace/Task.cpp -include/ace/Task.h -include/ace/Task.inl -include/ace/Task_Ex_T.cpp -include/ace/Task_Ex_T.h -include/ace/Task_Ex_T.inl -include/ace/Task_T.cpp -include/ace/Task_T.h -include/ace/Task_T.inl -include/ace/Template_Instantiations.cpp -include/ace/Test_and_Set.cpp -include/ace/Test_and_Set.h -include/ace/Thread.cpp -include/ace/Thread.h -include/ace/Thread.inl -include/ace/Thread_Adapter.cpp -include/ace/Thread_Adapter.h -include/ace/Thread_Adapter.inl -include/ace/Thread_Control.cpp -include/ace/Thread_Control.h -include/ace/Thread_Control.inl -include/ace/Thread_Exit.cpp -include/ace/Thread_Exit.h -include/ace/Thread_Hook.cpp -include/ace/Thread_Hook.h -include/ace/Thread_Manager.cpp -include/ace/Thread_Manager.h -include/ace/Thread_Manager.inl -include/ace/Thread_Mutex.cpp -include/ace/Thread_Mutex.h -include/ace/Thread_Mutex.inl -include/ace/Thread_Semaphore.cpp -include/ace/Thread_Semaphore.h -include/ace/Thread_Semaphore.inl -include/ace/Time_Request_Reply.cpp -include/ace/Time_Request_Reply.h -include/ace/Time_Value.cpp -include/ace/Time_Value.h -include/ace/Time_Value.inl -include/ace/Timeprobe.cpp -include/ace/Timeprobe.h -include/ace/Timeprobe.inl -include/ace/Timeprobe_T.cpp -include/ace/Timeprobe_T.h -include/ace/Timer_Hash.cpp -include/ace/Timer_Hash.h -include/ace/Timer_Hash_T.cpp -include/ace/Timer_Hash_T.h -include/ace/Timer_Heap.cpp -include/ace/Timer_Heap.h -include/ace/Timer_Heap_T.cpp -include/ace/Timer_Heap_T.h -include/ace/Timer_List.cpp -include/ace/Timer_List.h -include/ace/Timer_List_T.cpp -include/ace/Timer_List_T.h -include/ace/Timer_Queue.cpp -include/ace/Timer_Queue.h -include/ace/Timer_Queue_Adapters.cpp -include/ace/Timer_Queue_Adapters.h -include/ace/Timer_Queue_Adapters.inl -include/ace/Timer_Queue_T.cpp -include/ace/Timer_Queue_T.h -include/ace/Timer_Queue_T.inl -include/ace/Timer_Queuefwd.h -include/ace/Timer_Wheel.cpp -include/ace/Timer_Wheel.h -include/ace/Timer_Wheel_T.cpp -include/ace/Timer_Wheel_T.h -include/ace/TkReactor.cpp -include/ace/TkReactor.h -include/ace/Token.cpp -include/ace/Token.h -include/ace/Token.inl -include/ace/Token_Collection.cpp -include/ace/Token_Collection.h -include/ace/Token_Collection.inl -include/ace/Token_Invariants.cpp -include/ace/Token_Invariants.h -include/ace/Token_Manager.cpp -include/ace/Token_Manager.h -include/ace/Token_Manager.inl -include/ace/Token_Request_Reply.cpp -include/ace/Token_Request_Reply.h -include/ace/Token_Request_Reply.inl -include/ace/Trace.cpp -include/ace/Trace.h -include/ace/Typed_SV_Message.cpp -include/ace/Typed_SV_Message.h -include/ace/Typed_SV_Message.inl -include/ace/Typed_SV_Message_Queue.cpp -include/ace/Typed_SV_Message_Queue.h -include/ace/Typed_SV_Message_Queue.inl -include/ace/UNIX_Addr.cpp -include/ace/UNIX_Addr.h -include/ace/UNIX_Addr.inl -include/ace/UPIPE_Acceptor.cpp -include/ace/UPIPE_Acceptor.h -include/ace/UPIPE_Acceptor.inl -include/ace/UPIPE_Addr.h -include/ace/UPIPE_Connector.cpp -include/ace/UPIPE_Connector.h -include/ace/UPIPE_Connector.inl -include/ace/UPIPE_Stream.cpp -include/ace/UPIPE_Stream.h -include/ace/UPIPE_Stream.inl -include/ace/UUID.cpp -include/ace/UUID.h -include/ace/UUID.inl -include/ace/Unbounded_Queue.cpp -include/ace/Unbounded_Queue.h -include/ace/Unbounded_Queue.inl -include/ace/Unbounded_Set.cpp -include/ace/Unbounded_Set.h -include/ace/Unbounded_Set.inl -include/ace/Unbounded_Set_Ex.cpp -include/ace/Unbounded_Set_Ex.h -include/ace/Unbounded_Set_Ex.inl -include/ace/Vector_T.cpp -include/ace/Vector_T.h -include/ace/Vector_T.inl -include/ace/Version.h -include/ace/WFMO_Reactor.cpp -include/ace/WFMO_Reactor.h -include/ace/WFMO_Reactor.inl -include/ace/WIN32_Asynch_IO.cpp -include/ace/WIN32_Asynch_IO.h -include/ace/WIN32_Proactor.cpp -include/ace/WIN32_Proactor.h -include/ace/XML_Svc_Conf.cpp -include/ace/XML_Svc_Conf.h -include/ace/XTI_ATM_Mcast.cpp -include/ace/XTI_ATM_Mcast.h -include/ace/XTI_ATM_Mcast.inl -include/ace/XtReactor.cpp -include/ace/XtReactor.h -include/ace/ace_wchar.h -include/ace/ace_wchar.inl -include/ace/config-all.h -include/ace/config-freebsd.h -include/ace/config-g++-common.h -include/ace/config-lite.h -include/ace/config-posix.h -include/ace/config.h -include/ace/gethrtime.cpp -include/ace/iosfwd.h -include/ace/os_include/arpa/os_inet.h -include/ace/os_include/net/os_if.h -include/ace/os_include/netinet/os_in.h -include/ace/os_include/netinet/os_tcp.h -include/ace/os_include/os_aio.h -include/ace/os_include/os_assert.h -include/ace/os_include/os_complex.h -include/ace/os_include/os_cpio.h -include/ace/os_include/os_ctype.h -include/ace/os_include/os_dirent.h -include/ace/os_include/os_dlfcn.h -include/ace/os_include/os_errno.h -include/ace/os_include/os_fcntl.h -include/ace/os_include/os_fenv.h -include/ace/os_include/os_float.h -include/ace/os_include/os_fmtmsg.h -include/ace/os_include/os_fnmatch.h -include/ace/os_include/os_ftw.h -include/ace/os_include/os_glob.h -include/ace/os_include/os_grp.h -include/ace/os_include/os_iconv.h -include/ace/os_include/os_inttypes.h -include/ace/os_include/os_iso646.h -include/ace/os_include/os_langinfo.h -include/ace/os_include/os_libgen.h -include/ace/os_include/os_limits.h -include/ace/os_include/os_local.h -include/ace/os_include/os_math.h -include/ace/os_include/os_monetary.h -include/ace/os_include/os_mqueue.h -include/ace/os_include/os_ndbm.h -include/ace/os_include/os_netdb.h -include/ace/os_include/os_nl_types.h -include/ace/os_include/os_poll.h -include/ace/os_include/os_pthread.h -include/ace/os_include/os_pwd.h -include/ace/os_include/os_regex.h -include/ace/os_include/os_sched.h -include/ace/os_include/os_search.h -include/ace/os_include/os_semaphore.h -include/ace/os_include/os_setjmp.h -include/ace/os_include/os_signal.h -include/ace/os_include/os_spawn.h -include/ace/os_include/os_stdarg.h -include/ace/os_include/os_stdbool.h -include/ace/os_include/os_stddef.h -include/ace/os_include/os_stdint.h -include/ace/os_include/os_stdio.h -include/ace/os_include/os_stdlib.h -include/ace/os_include/os_string.h -include/ace/os_include/os_strings.h -include/ace/os_include/os_stropts.h -include/ace/os_include/os_syslog.h -include/ace/os_include/os_tar.h -include/ace/os_include/os_termios.h -include/ace/os_include/os_tgmath.h -include/ace/os_include/os_time.h -include/ace/os_include/os_trace.h -include/ace/os_include/os_ucontext.h -include/ace/os_include/os_ulimit.h -include/ace/os_include/os_unistd.h -include/ace/os_include/os_utime.h -include/ace/os_include/os_utmpx.h -include/ace/os_include/os_wchar.h -include/ace/os_include/os_wctype.h -include/ace/os_include/os_wordexp.h -include/ace/os_include/sys/os_ipc.h -include/ace/os_include/sys/os_mman.h -include/ace/os_include/sys/os_msg.h -include/ace/os_include/sys/os_resource.h -include/ace/os_include/sys/os_select.h -include/ace/os_include/sys/os_sem.h -include/ace/os_include/sys/os_shm.h -include/ace/os_include/sys/os_socket.h -include/ace/os_include/sys/os_stat.h -include/ace/os_include/sys/os_statvfs.h -include/ace/os_include/sys/os_time.h -include/ace/os_include/sys/os_timeb.h -include/ace/os_include/sys/os_times.h -include/ace/os_include/sys/os_types.h -include/ace/os_include/sys/os_uio.h -include/ace/os_include/sys/os_un.h -include/ace/os_include/sys/os_utsname.h -include/ace/os_include/sys/os_wait.h -include/ace/post.h -include/ace/pre.h -include/ace/streams.h -include/ace/svc_export.h -%%TAO%%include/orbsvcs/ATLAS.idl -%%TAO%%include/orbsvcs/AV/AVStreams_i.cpp -%%TAO%%include/orbsvcs/AV/AVStreams_i.h -%%TAO%%include/orbsvcs/AV/AVStreams_i.i -%%TAO%%include/orbsvcs/AV/AV_Core.cpp -%%TAO%%include/orbsvcs/AV/AV_Core.h -%%TAO%%include/orbsvcs/AV/AV_export.h -%%TAO%%include/orbsvcs/AV/Endpoint_Strategy.cpp -%%TAO%%include/orbsvcs/AV/Endpoint_Strategy.h -%%TAO%%include/orbsvcs/AV/Endpoint_Strategy_T.cpp -%%TAO%%include/orbsvcs/AV/Endpoint_Strategy_T.h -%%TAO%%include/orbsvcs/AV/Fill_ACE_QoS.cpp -%%TAO%%include/orbsvcs/AV/Fill_ACE_QoS.h -%%TAO%%include/orbsvcs/AV/FlowSpec_Entry.cpp -%%TAO%%include/orbsvcs/AV/FlowSpec_Entry.h -%%TAO%%include/orbsvcs/AV/FlowSpec_Entry.i -%%TAO%%include/orbsvcs/AV/Flows_T.cpp -%%TAO%%include/orbsvcs/AV/Flows_T.h -%%TAO%%include/orbsvcs/AV/MCast.cpp -%%TAO%%include/orbsvcs/AV/MCast.h -%%TAO%%include/orbsvcs/AV/MCast.i -%%TAO%%include/orbsvcs/AV/Policy.cpp -%%TAO%%include/orbsvcs/AV/Policy.h -%%TAO%%include/orbsvcs/AV/Policy.i -%%TAO%%include/orbsvcs/AV/Protocol_Factory.cpp -%%TAO%%include/orbsvcs/AV/Protocol_Factory.h -%%TAO%%include/orbsvcs/AV/QoS_UDP.cpp -%%TAO%%include/orbsvcs/AV/QoS_UDP.h -%%TAO%%include/orbsvcs/AV/QoS_UDP.i -%%TAO%%include/orbsvcs/AV/RTCP.cpp -%%TAO%%include/orbsvcs/AV/RTCP.h -%%TAO%%include/orbsvcs/AV/RTCP_Channel.cpp -%%TAO%%include/orbsvcs/AV/RTCP_Channel.h -%%TAO%%include/orbsvcs/AV/RTCP_Packet.cpp -%%TAO%%include/orbsvcs/AV/RTCP_Packet.h -%%TAO%%include/orbsvcs/AV/RTP.cpp -%%TAO%%include/orbsvcs/AV/RTP.h -%%TAO%%include/orbsvcs/AV/Resource_Factory.h -%%TAO%%include/orbsvcs/AV/SCTP_SEQ.cpp -%%TAO%%include/orbsvcs/AV/SCTP_SEQ.h -%%TAO%%include/orbsvcs/AV/TCP.cpp -%%TAO%%include/orbsvcs/AV/TCP.h -%%TAO%%include/orbsvcs/AV/Transport.cpp -%%TAO%%include/orbsvcs/AV/Transport.h -%%TAO%%include/orbsvcs/AV/Transport.i -%%TAO%%include/orbsvcs/AV/UDP.cpp -%%TAO%%include/orbsvcs/AV/UDP.h -%%TAO%%include/orbsvcs/AV/UDP.i -%%TAO%%include/orbsvcs/AV/default_resource.cpp -%%TAO%%include/orbsvcs/AV/default_resource.h -%%TAO%%include/orbsvcs/AV/global.h -%%TAO%%include/orbsvcs/AV/md5.h -%%TAO%%include/orbsvcs/AV/md5c.cpp -%%TAO%%include/orbsvcs/AV/media_timer.cpp -%%TAO%%include/orbsvcs/AV/media_timer.h -%%TAO%%include/orbsvcs/AV/ntp-time.h -%%TAO%%include/orbsvcs/AV/sfp.cpp -%%TAO%%include/orbsvcs/AV/sfp.h -%%TAO%%include/orbsvcs/AVStreams.idl -%%TAO%%include/orbsvcs/AVStreamsC.cpp -%%TAO%%include/orbsvcs/AVStreamsC.h -%%TAO%%include/orbsvcs/AVStreamsC.inl -%%TAO%%include/orbsvcs/AVStreamsS.cpp -%%TAO%%include/orbsvcs/AVStreamsS.h -%%TAO%%include/orbsvcs/AVStreamsS.inl -%%TAO%%include/orbsvcs/AVStreamsS_T.cpp -%%TAO%%include/orbsvcs/AVStreamsS_T.h -%%TAO%%include/orbsvcs/AVStreamsS_T.inl -%%TAO%%include/orbsvcs/CSI.idl -%%TAO%%include/orbsvcs/CSIC.cpp -%%TAO%%include/orbsvcs/CSIC.h -%%TAO%%include/orbsvcs/CSIC.inl -%%TAO%%include/orbsvcs/CSIIOP.idl -%%TAO%%include/orbsvcs/CSIIOPC.cpp -%%TAO%%include/orbsvcs/CSIIOPC.h -%%TAO%%include/orbsvcs/CSIIOPC.inl -%%TAO%%include/orbsvcs/CSIIOPS.cpp -%%TAO%%include/orbsvcs/CSIIOPS.h -%%TAO%%include/orbsvcs/CSIIOPS.inl -%%TAO%%include/orbsvcs/CSIIOPS_T.cpp -%%TAO%%include/orbsvcs/CSIIOPS_T.h -%%TAO%%include/orbsvcs/CSIIOPS_T.inl -%%TAO%%include/orbsvcs/CSIS.cpp -%%TAO%%include/orbsvcs/CSIS.h -%%TAO%%include/orbsvcs/CSIS.inl -%%TAO%%include/orbsvcs/CSIS_T.cpp -%%TAO%%include/orbsvcs/CSIS_T.h -%%TAO%%include/orbsvcs/CSIS_T.inl -%%TAO%%include/orbsvcs/Channel_Clients.cpp -%%TAO%%include/orbsvcs/Channel_Clients.h -%%TAO%%include/orbsvcs/Channel_Clients_T.cpp -%%TAO%%include/orbsvcs/Channel_Clients_T.h -%%TAO%%include/orbsvcs/Channel_Clients_T.i -%%TAO%%include/orbsvcs/Concurrency/CC_Lock.cpp -%%TAO%%include/orbsvcs/Concurrency/CC_Lock.h -%%TAO%%include/orbsvcs/Concurrency/CC_LockSet.cpp -%%TAO%%include/orbsvcs/Concurrency/CC_LockSet.h -%%TAO%%include/orbsvcs/Concurrency/CC_LockSetFactory.cpp -%%TAO%%include/orbsvcs/Concurrency/CC_LockSetFactory.h -%%TAO%%include/orbsvcs/Concurrency/Concurrency_Loader.cpp -%%TAO%%include/orbsvcs/Concurrency/Concurrency_Loader.h -%%TAO%%include/orbsvcs/Concurrency/Concurrency_Utils.cpp -%%TAO%%include/orbsvcs/Concurrency/Concurrency_Utils.h -%%TAO%%include/orbsvcs/Concurrency/concurrency_export.h -%%TAO%%include/orbsvcs/CosConcurrencyControl.idl -%%TAO%%include/orbsvcs/CosConcurrencyControlC.cpp -%%TAO%%include/orbsvcs/CosConcurrencyControlC.h -%%TAO%%include/orbsvcs/CosConcurrencyControlC.inl -%%TAO%%include/orbsvcs/CosConcurrencyControlS.cpp -%%TAO%%include/orbsvcs/CosConcurrencyControlS.h -%%TAO%%include/orbsvcs/CosConcurrencyControlS.inl -%%TAO%%include/orbsvcs/CosConcurrencyControlS_T.cpp -%%TAO%%include/orbsvcs/CosConcurrencyControlS_T.h -%%TAO%%include/orbsvcs/CosConcurrencyControlS_T.inl -%%TAO%%include/orbsvcs/CosEvent/CEC_ConsumerAdmin.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_ConsumerAdmin.h -%%TAO%%include/orbsvcs/CosEvent/CEC_ConsumerAdmin.i -%%TAO%%include/orbsvcs/CosEvent/CEC_ConsumerControl.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_ConsumerControl.h -%%TAO%%include/orbsvcs/CosEvent/CEC_ConsumerControl.i -%%TAO%%include/orbsvcs/CosEvent/CEC_Default_Factory.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_Default_Factory.h -%%TAO%%include/orbsvcs/CosEvent/CEC_Default_Factory.i -%%TAO%%include/orbsvcs/CosEvent/CEC_Defaults.h -%%TAO%%include/orbsvcs/CosEvent/CEC_Dispatching.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_Dispatching.h -%%TAO%%include/orbsvcs/CosEvent/CEC_Dispatching.i -%%TAO%%include/orbsvcs/CosEvent/CEC_Dispatching_Task.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_Dispatching_Task.h -%%TAO%%include/orbsvcs/CosEvent/CEC_Dispatching_Task.i -%%TAO%%include/orbsvcs/CosEvent/CEC_DynamicImplementation.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_DynamicImplementation.h -%%TAO%%include/orbsvcs/CosEvent/CEC_DynamicImplementation.i -%%TAO%%include/orbsvcs/CosEvent/CEC_EventChannel.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_EventChannel.h -%%TAO%%include/orbsvcs/CosEvent/CEC_EventChannel.i -%%TAO%%include/orbsvcs/CosEvent/CEC_Event_Loader.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_Event_Loader.h -%%TAO%%include/orbsvcs/CosEvent/CEC_Factory.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_Factory.h -%%TAO%%include/orbsvcs/CosEvent/CEC_Factory.i -%%TAO%%include/orbsvcs/CosEvent/CEC_MT_Dispatching.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_MT_Dispatching.h -%%TAO%%include/orbsvcs/CosEvent/CEC_MT_Dispatching.i -%%TAO%%include/orbsvcs/CosEvent/CEC_ProxyPullConsumer.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_ProxyPullConsumer.h -%%TAO%%include/orbsvcs/CosEvent/CEC_ProxyPullConsumer.i -%%TAO%%include/orbsvcs/CosEvent/CEC_ProxyPullSupplier.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_ProxyPullSupplier.h -%%TAO%%include/orbsvcs/CosEvent/CEC_ProxyPullSupplier.i -%%TAO%%include/orbsvcs/CosEvent/CEC_ProxyPushConsumer.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_ProxyPushConsumer.h -%%TAO%%include/orbsvcs/CosEvent/CEC_ProxyPushConsumer.i -%%TAO%%include/orbsvcs/CosEvent/CEC_ProxyPushSupplier.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_ProxyPushSupplier.h -%%TAO%%include/orbsvcs/CosEvent/CEC_ProxyPushSupplier.i -%%TAO%%include/orbsvcs/CosEvent/CEC_Pulling_Strategy.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_Pulling_Strategy.h -%%TAO%%include/orbsvcs/CosEvent/CEC_Pulling_Strategy.i -%%TAO%%include/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.h -%%TAO%%include/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.i -%%TAO%%include/orbsvcs/CosEvent/CEC_Reactive_Pulling_Strategy.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_Reactive_Pulling_Strategy.h -%%TAO%%include/orbsvcs/CosEvent/CEC_Reactive_Pulling_Strategy.i -%%TAO%%include/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.h -%%TAO%%include/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.i -%%TAO%%include/orbsvcs/CosEvent/CEC_SupplierAdmin.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_SupplierAdmin.h -%%TAO%%include/orbsvcs/CosEvent/CEC_SupplierAdmin.i -%%TAO%%include/orbsvcs/CosEvent/CEC_SupplierControl.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_SupplierControl.h -%%TAO%%include/orbsvcs/CosEvent/CEC_SupplierControl.i -%%TAO%%include/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.h -%%TAO%%include/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.i -%%TAO%%include/orbsvcs/CosEvent/CEC_TypedEvent.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_TypedEvent.h -%%TAO%%include/orbsvcs/CosEvent/CEC_TypedEvent.i -%%TAO%%include/orbsvcs/CosEvent/CEC_TypedEventChannel.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_TypedEventChannel.h -%%TAO%%include/orbsvcs/CosEvent/CEC_TypedEventChannel.i -%%TAO%%include/orbsvcs/CosEvent/CEC_TypedProxyPushConsumer.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_TypedProxyPushConsumer.h -%%TAO%%include/orbsvcs/CosEvent/CEC_TypedProxyPushConsumer.i -%%TAO%%include/orbsvcs/CosEvent/CEC_TypedSupplierAdmin.cpp -%%TAO%%include/orbsvcs/CosEvent/CEC_TypedSupplierAdmin.h -%%TAO%%include/orbsvcs/CosEvent/CEC_TypedSupplierAdmin.i -%%TAO%%include/orbsvcs/CosEvent/event_export.h -%%TAO%%include/orbsvcs/CosEventChannelAdmin.idl -%%TAO%%include/orbsvcs/CosEventChannelAdminC.cpp -%%TAO%%include/orbsvcs/CosEventChannelAdminC.h -%%TAO%%include/orbsvcs/CosEventChannelAdminC.inl -%%TAO%%include/orbsvcs/CosEventChannelAdminS.cpp -%%TAO%%include/orbsvcs/CosEventChannelAdminS.h -%%TAO%%include/orbsvcs/CosEventChannelAdminS.inl -%%TAO%%include/orbsvcs/CosEventChannelAdminS_T.cpp -%%TAO%%include/orbsvcs/CosEventChannelAdminS_T.h -%%TAO%%include/orbsvcs/CosEventChannelAdminS_T.inl -%%TAO%%include/orbsvcs/CosEventComm.idl -%%TAO%%include/orbsvcs/CosEventCommC.cpp -%%TAO%%include/orbsvcs/CosEventCommC.h -%%TAO%%include/orbsvcs/CosEventCommC.inl -%%TAO%%include/orbsvcs/CosEventCommS.cpp -%%TAO%%include/orbsvcs/CosEventCommS.h -%%TAO%%include/orbsvcs/CosEventCommS.inl -%%TAO%%include/orbsvcs/CosEventCommS_T.cpp -%%TAO%%include/orbsvcs/CosEventCommS_T.h -%%TAO%%include/orbsvcs/CosEventCommS_T.inl -%%TAO%%include/orbsvcs/CosLifeCycle.idl -%%TAO%%include/orbsvcs/CosLifeCycleC.cpp -%%TAO%%include/orbsvcs/CosLifeCycleC.h -%%TAO%%include/orbsvcs/CosLifeCycleC.inl -%%TAO%%include/orbsvcs/CosLifeCycleS.cpp -%%TAO%%include/orbsvcs/CosLifeCycleS.h -%%TAO%%include/orbsvcs/CosLifeCycleS.inl -%%TAO%%include/orbsvcs/CosLifeCycleS_T.cpp -%%TAO%%include/orbsvcs/CosLifeCycleS_T.h -%%TAO%%include/orbsvcs/CosLifeCycleS_T.inl -%%TAO%%include/orbsvcs/CosLoadBalancing.idl -%%TAO%%include/orbsvcs/CosLoadBalancingC.cpp -%%TAO%%include/orbsvcs/CosLoadBalancingC.h -%%TAO%%include/orbsvcs/CosLoadBalancingC.inl -%%TAO%%include/orbsvcs/CosLoadBalancingS.cpp -%%TAO%%include/orbsvcs/CosLoadBalancingS.h -%%TAO%%include/orbsvcs/CosLoadBalancingS.inl -%%TAO%%include/orbsvcs/CosLoadBalancingS_T.cpp -%%TAO%%include/orbsvcs/CosLoadBalancingS_T.h -%%TAO%%include/orbsvcs/CosLoadBalancingS_T.inl -%%TAO%%include/orbsvcs/CosNaming.idl -%%TAO%%include/orbsvcs/CosNamingC.cpp -%%TAO%%include/orbsvcs/CosNamingC.h -%%TAO%%include/orbsvcs/CosNamingC.inl -%%TAO%%include/orbsvcs/CosNamingS.cpp -%%TAO%%include/orbsvcs/CosNamingS.h -%%TAO%%include/orbsvcs/CosNamingS.inl -%%TAO%%include/orbsvcs/CosNamingS_T.cpp -%%TAO%%include/orbsvcs/CosNamingS_T.h -%%TAO%%include/orbsvcs/CosNamingS_T.inl -%%TAO%%include/orbsvcs/CosNotification.idl -%%TAO%%include/orbsvcs/CosNotificationC.cpp -%%TAO%%include/orbsvcs/CosNotificationC.h -%%TAO%%include/orbsvcs/CosNotificationC.inl -%%TAO%%include/orbsvcs/CosNotificationS.cpp -%%TAO%%include/orbsvcs/CosNotificationS.h -%%TAO%%include/orbsvcs/CosNotificationS.inl -%%TAO%%include/orbsvcs/CosNotificationS_T.cpp -%%TAO%%include/orbsvcs/CosNotificationS_T.h -%%TAO%%include/orbsvcs/CosNotificationS_T.inl -%%TAO%%include/orbsvcs/CosNotifyChannelAdmin.idl -%%TAO%%include/orbsvcs/CosNotifyChannelAdminC.cpp -%%TAO%%include/orbsvcs/CosNotifyChannelAdminC.h -%%TAO%%include/orbsvcs/CosNotifyChannelAdminC.inl -%%TAO%%include/orbsvcs/CosNotifyChannelAdminS.cpp -%%TAO%%include/orbsvcs/CosNotifyChannelAdminS.h -%%TAO%%include/orbsvcs/CosNotifyChannelAdminS.inl -%%TAO%%include/orbsvcs/CosNotifyChannelAdminS_T.cpp -%%TAO%%include/orbsvcs/CosNotifyChannelAdminS_T.h -%%TAO%%include/orbsvcs/CosNotifyChannelAdminS_T.inl -%%TAO%%include/orbsvcs/CosNotifyComm.idl -%%TAO%%include/orbsvcs/CosNotifyCommC.cpp -%%TAO%%include/orbsvcs/CosNotifyCommC.h -%%TAO%%include/orbsvcs/CosNotifyCommC.inl -%%TAO%%include/orbsvcs/CosNotifyCommS.cpp -%%TAO%%include/orbsvcs/CosNotifyCommS.h -%%TAO%%include/orbsvcs/CosNotifyCommS.inl -%%TAO%%include/orbsvcs/CosNotifyCommS_T.cpp -%%TAO%%include/orbsvcs/CosNotifyCommS_T.h -%%TAO%%include/orbsvcs/CosNotifyCommS_T.inl -%%TAO%%include/orbsvcs/CosNotifyFilter.idl -%%TAO%%include/orbsvcs/CosNotifyFilterC.cpp -%%TAO%%include/orbsvcs/CosNotifyFilterC.h -%%TAO%%include/orbsvcs/CosNotifyFilterC.inl -%%TAO%%include/orbsvcs/CosNotifyFilterS.cpp -%%TAO%%include/orbsvcs/CosNotifyFilterS.h -%%TAO%%include/orbsvcs/CosNotifyFilterS.inl -%%TAO%%include/orbsvcs/CosNotifyFilterS_T.cpp -%%TAO%%include/orbsvcs/CosNotifyFilterS_T.h -%%TAO%%include/orbsvcs/CosNotifyFilterS_T.inl -%%TAO%%include/orbsvcs/CosPropertyService.idl -%%TAO%%include/orbsvcs/CosPropertyServiceC.cpp -%%TAO%%include/orbsvcs/CosPropertyServiceC.h -%%TAO%%include/orbsvcs/CosPropertyServiceC.inl -%%TAO%%include/orbsvcs/CosPropertyServiceS.cpp -%%TAO%%include/orbsvcs/CosPropertyServiceS.h -%%TAO%%include/orbsvcs/CosPropertyServiceS.inl -%%TAO%%include/orbsvcs/CosPropertyServiceS_T.cpp -%%TAO%%include/orbsvcs/CosPropertyServiceS_T.h -%%TAO%%include/orbsvcs/CosPropertyServiceS_T.inl -%%TAO%%include/orbsvcs/CosTrading.idl -%%TAO%%include/orbsvcs/CosTradingC.cpp -%%TAO%%include/orbsvcs/CosTradingC.h -%%TAO%%include/orbsvcs/CosTradingC.inl -%%TAO%%include/orbsvcs/CosTradingDynamic.idl -%%TAO%%include/orbsvcs/CosTradingDynamicC.cpp -%%TAO%%include/orbsvcs/CosTradingDynamicC.h -%%TAO%%include/orbsvcs/CosTradingDynamicC.inl -%%TAO%%include/orbsvcs/CosTradingDynamicS.cpp -%%TAO%%include/orbsvcs/CosTradingDynamicS.h -%%TAO%%include/orbsvcs/CosTradingDynamicS.inl -%%TAO%%include/orbsvcs/CosTradingDynamicS_T.cpp -%%TAO%%include/orbsvcs/CosTradingDynamicS_T.h -%%TAO%%include/orbsvcs/CosTradingDynamicS_T.inl -%%TAO%%include/orbsvcs/CosTradingRepos.idl -%%TAO%%include/orbsvcs/CosTradingReposC.cpp -%%TAO%%include/orbsvcs/CosTradingReposC.h -%%TAO%%include/orbsvcs/CosTradingReposC.inl -%%TAO%%include/orbsvcs/CosTradingReposS.cpp -%%TAO%%include/orbsvcs/CosTradingReposS.h -%%TAO%%include/orbsvcs/CosTradingReposS.inl -%%TAO%%include/orbsvcs/CosTradingReposS_T.cpp -%%TAO%%include/orbsvcs/CosTradingReposS_T.h -%%TAO%%include/orbsvcs/CosTradingReposS_T.inl -%%TAO%%include/orbsvcs/CosTradingS.cpp -%%TAO%%include/orbsvcs/CosTradingS.h -%%TAO%%include/orbsvcs/CosTradingS.inl -%%TAO%%include/orbsvcs/CosTradingS_T.cpp -%%TAO%%include/orbsvcs/CosTradingS_T.h -%%TAO%%include/orbsvcs/CosTradingS_T.inl -%%TAO%%include/orbsvcs/CosTypedEventChannelAdmin.idl -%%TAO%%include/orbsvcs/CosTypedEventChannelAdminC.cpp -%%TAO%%include/orbsvcs/CosTypedEventChannelAdminC.h -%%TAO%%include/orbsvcs/CosTypedEventChannelAdminC.inl -%%TAO%%include/orbsvcs/CosTypedEventChannelAdminS.cpp -%%TAO%%include/orbsvcs/CosTypedEventChannelAdminS.h -%%TAO%%include/orbsvcs/CosTypedEventChannelAdminS.inl -%%TAO%%include/orbsvcs/CosTypedEventChannelAdminS_T.cpp -%%TAO%%include/orbsvcs/CosTypedEventChannelAdminS_T.h -%%TAO%%include/orbsvcs/CosTypedEventChannelAdminS_T.inl -%%TAO%%include/orbsvcs/CosTypedEventComm.idl -%%TAO%%include/orbsvcs/CosTypedEventCommC.cpp -%%TAO%%include/orbsvcs/CosTypedEventCommC.h -%%TAO%%include/orbsvcs/CosTypedEventCommC.inl -%%TAO%%include/orbsvcs/CosTypedEventCommS.cpp -%%TAO%%include/orbsvcs/CosTypedEventCommS.h -%%TAO%%include/orbsvcs/CosTypedEventCommS.inl -%%TAO%%include/orbsvcs/CosTypedEventCommS_T.cpp -%%TAO%%include/orbsvcs/CosTypedEventCommS_T.h -%%TAO%%include/orbsvcs/CosTypedEventCommS_T.inl -%%TAO%%include/orbsvcs/DsEventLogAdmin.idl -%%TAO%%include/orbsvcs/DsEventLogAdminC.cpp -%%TAO%%include/orbsvcs/DsEventLogAdminC.h -%%TAO%%include/orbsvcs/DsEventLogAdminC.inl -%%TAO%%include/orbsvcs/DsEventLogAdminS.cpp -%%TAO%%include/orbsvcs/DsEventLogAdminS.h -%%TAO%%include/orbsvcs/DsEventLogAdminS.inl -%%TAO%%include/orbsvcs/DsEventLogAdminS_T.cpp -%%TAO%%include/orbsvcs/DsEventLogAdminS_T.h -%%TAO%%include/orbsvcs/DsEventLogAdminS_T.inl -%%TAO%%include/orbsvcs/DsLogAdmin.idl -%%TAO%%include/orbsvcs/DsLogAdminC.cpp -%%TAO%%include/orbsvcs/DsLogAdminC.h -%%TAO%%include/orbsvcs/DsLogAdminC.inl -%%TAO%%include/orbsvcs/DsLogAdminS.cpp -%%TAO%%include/orbsvcs/DsLogAdminS.h -%%TAO%%include/orbsvcs/DsLogAdminS.inl -%%TAO%%include/orbsvcs/DsLogAdminS_T.cpp -%%TAO%%include/orbsvcs/DsLogAdminS_T.h -%%TAO%%include/orbsvcs/DsLogAdminS_T.inl -%%TAO%%include/orbsvcs/DsLogNotification.idl -%%TAO%%include/orbsvcs/DsLogNotificationC.cpp -%%TAO%%include/orbsvcs/DsLogNotificationC.h -%%TAO%%include/orbsvcs/DsLogNotificationC.inl -%%TAO%%include/orbsvcs/DsLogNotificationS.cpp -%%TAO%%include/orbsvcs/DsLogNotificationS.h -%%TAO%%include/orbsvcs/DsLogNotificationS.inl -%%TAO%%include/orbsvcs/DsLogNotificationS_T.cpp -%%TAO%%include/orbsvcs/DsLogNotificationS_T.h -%%TAO%%include/orbsvcs/DsLogNotificationS_T.inl -%%TAO%%include/orbsvcs/DsNotifyLogAdmin.idl -%%TAO%%include/orbsvcs/DsNotifyLogAdminC.cpp -%%TAO%%include/orbsvcs/DsNotifyLogAdminC.h -%%TAO%%include/orbsvcs/DsNotifyLogAdminC.inl -%%TAO%%include/orbsvcs/DsNotifyLogAdminS.cpp -%%TAO%%include/orbsvcs/DsNotifyLogAdminS.h -%%TAO%%include/orbsvcs/DsNotifyLogAdminS.inl -%%TAO%%include/orbsvcs/DsNotifyLogAdminS_T.cpp -%%TAO%%include/orbsvcs/DsNotifyLogAdminS_T.h -%%TAO%%include/orbsvcs/DsNotifyLogAdminS_T.inl -%%TAO%%include/orbsvcs/ESF/ESF_Busy_Lock.cpp -%%TAO%%include/orbsvcs/ESF/ESF_Busy_Lock.h -%%TAO%%include/orbsvcs/ESF/ESF_Busy_Lock.i -%%TAO%%include/orbsvcs/ESF/ESF_Copy_On_Read.cpp -%%TAO%%include/orbsvcs/ESF/ESF_Copy_On_Read.h -%%TAO%%include/orbsvcs/ESF/ESF_Copy_On_Read.i -%%TAO%%include/orbsvcs/ESF/ESF_Copy_On_Write.cpp -%%TAO%%include/orbsvcs/ESF/ESF_Copy_On_Write.h -%%TAO%%include/orbsvcs/ESF/ESF_Copy_On_Write.i -%%TAO%%include/orbsvcs/ESF/ESF_Defaults.h -%%TAO%%include/orbsvcs/ESF/ESF_Delayed_Changes.cpp -%%TAO%%include/orbsvcs/ESF/ESF_Delayed_Changes.h -%%TAO%%include/orbsvcs/ESF/ESF_Delayed_Changes.i -%%TAO%%include/orbsvcs/ESF/ESF_Delayed_Command.cpp -%%TAO%%include/orbsvcs/ESF/ESF_Delayed_Command.h -%%TAO%%include/orbsvcs/ESF/ESF_Delayed_Command.i -%%TAO%%include/orbsvcs/ESF/ESF_Immediate_Changes.cpp -%%TAO%%include/orbsvcs/ESF/ESF_Immediate_Changes.h -%%TAO%%include/orbsvcs/ESF/ESF_Immediate_Changes.i -%%TAO%%include/orbsvcs/ESF/ESF_Peer_Admin.cpp -%%TAO%%include/orbsvcs/ESF/ESF_Peer_Admin.h -%%TAO%%include/orbsvcs/ESF/ESF_Peer_Admin.i -%%TAO%%include/orbsvcs/ESF/ESF_Peer_Workers.cpp -%%TAO%%include/orbsvcs/ESF/ESF_Peer_Workers.h -%%TAO%%include/orbsvcs/ESF/ESF_Peer_Workers.i -%%TAO%%include/orbsvcs/ESF/ESF_Proxy_Admin.cpp -%%TAO%%include/orbsvcs/ESF/ESF_Proxy_Admin.h -%%TAO%%include/orbsvcs/ESF/ESF_Proxy_Admin.i -%%TAO%%include/orbsvcs/ESF/ESF_Proxy_Collection.cpp -%%TAO%%include/orbsvcs/ESF/ESF_Proxy_Collection.h -%%TAO%%include/orbsvcs/ESF/ESF_Proxy_Collection.i -%%TAO%%include/orbsvcs/ESF/ESF_Proxy_List.cpp -%%TAO%%include/orbsvcs/ESF/ESF_Proxy_List.h -%%TAO%%include/orbsvcs/ESF/ESF_Proxy_List.i -%%TAO%%include/orbsvcs/ESF/ESF_Proxy_RB_Tree.cpp -%%TAO%%include/orbsvcs/ESF/ESF_Proxy_RB_Tree.h -%%TAO%%include/orbsvcs/ESF/ESF_Proxy_RB_Tree.i -%%TAO%%include/orbsvcs/ESF/ESF_Proxy_RefCount_Guard.cpp -%%TAO%%include/orbsvcs/ESF/ESF_Proxy_RefCount_Guard.h -%%TAO%%include/orbsvcs/ESF/ESF_Proxy_RefCount_Guard.i -%%TAO%%include/orbsvcs/ESF/ESF_RefCount_Guard.cpp -%%TAO%%include/orbsvcs/ESF/ESF_RefCount_Guard.h -%%TAO%%include/orbsvcs/ESF/ESF_RefCount_Guard.i -%%TAO%%include/orbsvcs/ESF/ESF_Shutdown_Proxy.cpp -%%TAO%%include/orbsvcs/ESF/ESF_Shutdown_Proxy.h -%%TAO%%include/orbsvcs/ESF/ESF_Shutdown_Proxy.i -%%TAO%%include/orbsvcs/ESF/ESF_Worker.cpp -%%TAO%%include/orbsvcs/ESF/ESF_Worker.h -%%TAO%%include/orbsvcs/ESF/ESF_Worker.i -%%TAO%%include/orbsvcs/ESF/esf_export.h -%%TAO%%include/orbsvcs/ETCL/ETCL_Constraint.cpp -%%TAO%%include/orbsvcs/ETCL/ETCL_Constraint.h -%%TAO%%include/orbsvcs/ETCL/ETCL_Constraint.i -%%TAO%%include/orbsvcs/ETCL/ETCL_Constraint.inl -%%TAO%%include/orbsvcs/ETCL/ETCL_Constraint_Visitor.h -%%TAO%%include/orbsvcs/ETCL/ETCL_Interpreter.cpp -%%TAO%%include/orbsvcs/ETCL/ETCL_Interpreter.h -%%TAO%%include/orbsvcs/ETCL/ETCL_l.cpp -%%TAO%%include/orbsvcs/ETCL/ETCL_y.cpp -%%TAO%%include/orbsvcs/ETCL/ETCL_y.h -%%TAO%%include/orbsvcs/ETCL/etcl_export.h -%%TAO%%include/orbsvcs/Event/BCU.cpp -%%TAO%%include/orbsvcs/Event/BCU.h -%%TAO%%include/orbsvcs/Event/Debug_Macros.h -%%TAO%%include/orbsvcs/Event/Dispatching_Modules.cpp -%%TAO%%include/orbsvcs/Event/Dispatching_Modules.h -%%TAO%%include/orbsvcs/Event/Dispatching_Modules.i -%%TAO%%include/orbsvcs/Event/ECG_Adapters.cpp -%%TAO%%include/orbsvcs/Event/ECG_Adapters.h -%%TAO%%include/orbsvcs/Event/ECG_Address_Server_Base.cpp -%%TAO%%include/orbsvcs/Event/ECG_Address_Server_Base.h -%%TAO%%include/orbsvcs/Event/ECG_Address_Server_Base.i -%%TAO%%include/orbsvcs/Event/ECG_CDR_Message_Receiver.cpp -%%TAO%%include/orbsvcs/Event/ECG_CDR_Message_Receiver.h -%%TAO%%include/orbsvcs/Event/ECG_CDR_Message_Receiver.i -%%TAO%%include/orbsvcs/Event/ECG_CDR_Message_Sender.cpp -%%TAO%%include/orbsvcs/Event/ECG_CDR_Message_Sender.h -%%TAO%%include/orbsvcs/Event/ECG_CDR_Message_Sender.i -%%TAO%%include/orbsvcs/Event/ECG_Complex_Address_Server.cpp -%%TAO%%include/orbsvcs/Event/ECG_Complex_Address_Server.h -%%TAO%%include/orbsvcs/Event/ECG_Complex_Address_Server.i -%%TAO%%include/orbsvcs/Event/ECG_ConsumerEC_Control.cpp -%%TAO%%include/orbsvcs/Event/ECG_ConsumerEC_Control.h -%%TAO%%include/orbsvcs/Event/ECG_ConsumerEC_Control.i -%%TAO%%include/orbsvcs/Event/ECG_Defaults.h -%%TAO%%include/orbsvcs/Event/ECG_Mcast_EH.cpp -%%TAO%%include/orbsvcs/Event/ECG_Mcast_EH.h -%%TAO%%include/orbsvcs/Event/ECG_Mcast_EH.i -%%TAO%%include/orbsvcs/Event/ECG_Mcast_Gateway.cpp -%%TAO%%include/orbsvcs/Event/ECG_Mcast_Gateway.h -%%TAO%%include/orbsvcs/Event/ECG_Mcast_Gateway.i -%%TAO%%include/orbsvcs/Event/ECG_Reactive_ConsumerEC_Control.cpp -%%TAO%%include/orbsvcs/Event/ECG_Reactive_ConsumerEC_Control.h -%%TAO%%include/orbsvcs/Event/ECG_Reactive_ConsumerEC_Control.i -%%TAO%%include/orbsvcs/Event/ECG_Reconnect_ConsumerEC_Control.cpp -%%TAO%%include/orbsvcs/Event/ECG_Reconnect_ConsumerEC_Control.h -%%TAO%%include/orbsvcs/Event/ECG_Simple_Address_Server.cpp -%%TAO%%include/orbsvcs/Event/ECG_Simple_Address_Server.h -%%TAO%%include/orbsvcs/Event/ECG_Simple_Address_Server.i -%%TAO%%include/orbsvcs/Event/ECG_Simple_Mcast_EH.cpp -%%TAO%%include/orbsvcs/Event/ECG_Simple_Mcast_EH.h -%%TAO%%include/orbsvcs/Event/ECG_Simple_Mcast_EH.i -%%TAO%%include/orbsvcs/Event/ECG_UDP_EH.cpp -%%TAO%%include/orbsvcs/Event/ECG_UDP_EH.h -%%TAO%%include/orbsvcs/Event/ECG_UDP_EH.i -%%TAO%%include/orbsvcs/Event/ECG_UDP_Out_Endpoint.cpp -%%TAO%%include/orbsvcs/Event/ECG_UDP_Out_Endpoint.h -%%TAO%%include/orbsvcs/Event/ECG_UDP_Out_Endpoint.i -%%TAO%%include/orbsvcs/Event/ECG_UDP_Protocol.h -%%TAO%%include/orbsvcs/Event/ECG_UDP_Receiver.cpp -%%TAO%%include/orbsvcs/Event/ECG_UDP_Receiver.h -%%TAO%%include/orbsvcs/Event/ECG_UDP_Receiver.i -%%TAO%%include/orbsvcs/Event/ECG_UDP_Sender.cpp -%%TAO%%include/orbsvcs/Event/ECG_UDP_Sender.h -%%TAO%%include/orbsvcs/Event/ECG_UDP_Sender.inl -%%TAO%%include/orbsvcs/Event/EC_And_Filter.cpp -%%TAO%%include/orbsvcs/Event/EC_And_Filter.h -%%TAO%%include/orbsvcs/Event/EC_And_Filter.i -%%TAO%%include/orbsvcs/Event/EC_Basic_Factory.cpp -%%TAO%%include/orbsvcs/Event/EC_Basic_Factory.h -%%TAO%%include/orbsvcs/Event/EC_Basic_Factory.i -%%TAO%%include/orbsvcs/Event/EC_Basic_Filter_Builder.cpp -%%TAO%%include/orbsvcs/Event/EC_Basic_Filter_Builder.h -%%TAO%%include/orbsvcs/Event/EC_Basic_Filter_Builder.i -%%TAO%%include/orbsvcs/Event/EC_Bitmask_Filter.cpp -%%TAO%%include/orbsvcs/Event/EC_Bitmask_Filter.h -%%TAO%%include/orbsvcs/Event/EC_Bitmask_Filter.i -%%TAO%%include/orbsvcs/Event/EC_Busy_Lock.cpp -%%TAO%%include/orbsvcs/Event/EC_Busy_Lock.h -%%TAO%%include/orbsvcs/Event/EC_Busy_Lock.i -%%TAO%%include/orbsvcs/Event/EC_Channel_Destroyer.cpp -%%TAO%%include/orbsvcs/Event/EC_Channel_Destroyer.h -%%TAO%%include/orbsvcs/Event/EC_Conjunction_Filter.cpp -%%TAO%%include/orbsvcs/Event/EC_Conjunction_Filter.h -%%TAO%%include/orbsvcs/Event/EC_Conjunction_Filter.i -%%TAO%%include/orbsvcs/Event/EC_ConsumerAdmin.cpp -%%TAO%%include/orbsvcs/Event/EC_ConsumerAdmin.h -%%TAO%%include/orbsvcs/Event/EC_ConsumerAdmin.i -%%TAO%%include/orbsvcs/Event/EC_ConsumerControl.cpp -%%TAO%%include/orbsvcs/Event/EC_ConsumerControl.h -%%TAO%%include/orbsvcs/Event/EC_ConsumerControl.i -%%TAO%%include/orbsvcs/Event/EC_Default_Factory.cpp -%%TAO%%include/orbsvcs/Event/EC_Default_Factory.h -%%TAO%%include/orbsvcs/Event/EC_Default_Factory.i -%%TAO%%include/orbsvcs/Event/EC_Default_ProxyConsumer.cpp -%%TAO%%include/orbsvcs/Event/EC_Default_ProxyConsumer.h -%%TAO%%include/orbsvcs/Event/EC_Default_ProxyConsumer.i -%%TAO%%include/orbsvcs/Event/EC_Default_ProxySupplier.cpp -%%TAO%%include/orbsvcs/Event/EC_Default_ProxySupplier.h -%%TAO%%include/orbsvcs/Event/EC_Default_ProxySupplier.i -%%TAO%%include/orbsvcs/Event/EC_Defaults.h -%%TAO%%include/orbsvcs/Event/EC_Disjunction_Filter.cpp -%%TAO%%include/orbsvcs/Event/EC_Disjunction_Filter.h -%%TAO%%include/orbsvcs/Event/EC_Disjunction_Filter.i -%%TAO%%include/orbsvcs/Event/EC_Dispatching.cpp -%%TAO%%include/orbsvcs/Event/EC_Dispatching.h -%%TAO%%include/orbsvcs/Event/EC_Dispatching.i -%%TAO%%include/orbsvcs/Event/EC_Dispatching_Task.cpp -%%TAO%%include/orbsvcs/Event/EC_Dispatching_Task.h -%%TAO%%include/orbsvcs/Event/EC_Dispatching_Task.i -%%TAO%%include/orbsvcs/Event/EC_Event_Channel.cpp -%%TAO%%include/orbsvcs/Event/EC_Event_Channel.h -%%TAO%%include/orbsvcs/Event/EC_Event_Channel.i -%%TAO%%include/orbsvcs/Event/EC_Event_Channel_Base.cpp -%%TAO%%include/orbsvcs/Event/EC_Event_Channel_Base.h -%%TAO%%include/orbsvcs/Event/EC_Event_Channel_Base.i -%%TAO%%include/orbsvcs/Event/EC_Factory.cpp -%%TAO%%include/orbsvcs/Event/EC_Factory.h -%%TAO%%include/orbsvcs/Event/EC_Factory.i -%%TAO%%include/orbsvcs/Event/EC_Filter.cpp -%%TAO%%include/orbsvcs/Event/EC_Filter.h -%%TAO%%include/orbsvcs/Event/EC_Filter.i -%%TAO%%include/orbsvcs/Event/EC_Filter_Builder.cpp -%%TAO%%include/orbsvcs/Event/EC_Filter_Builder.h -%%TAO%%include/orbsvcs/Event/EC_Filter_Builder.i -%%TAO%%include/orbsvcs/Event/EC_Gateway.cpp -%%TAO%%include/orbsvcs/Event/EC_Gateway.h -%%TAO%%include/orbsvcs/Event/EC_Gateway_IIOP.cpp -%%TAO%%include/orbsvcs/Event/EC_Gateway_IIOP.h -%%TAO%%include/orbsvcs/Event/EC_Gateway_IIOP_Factory.cpp -%%TAO%%include/orbsvcs/Event/EC_Gateway_IIOP_Factory.h -%%TAO%%include/orbsvcs/Event/EC_Gateway_IIOP_Factory.i -%%TAO%%include/orbsvcs/Event/EC_Gateway_Sched.cpp -%%TAO%%include/orbsvcs/Event/EC_Gateway_Sched.h -%%TAO%%include/orbsvcs/Event/EC_Group_Scheduling.cpp -%%TAO%%include/orbsvcs/Event/EC_Group_Scheduling.h -%%TAO%%include/orbsvcs/Event/EC_Group_Scheduling.inl -%%TAO%%include/orbsvcs/Event/EC_Kokyu_Dispatching.cpp -%%TAO%%include/orbsvcs/Event/EC_Kokyu_Dispatching.h -%%TAO%%include/orbsvcs/Event/EC_Kokyu_Dispatching.i -%%TAO%%include/orbsvcs/Event/EC_Kokyu_Factory.cpp -%%TAO%%include/orbsvcs/Event/EC_Kokyu_Factory.h -%%TAO%%include/orbsvcs/Event/EC_Kokyu_Factory.i -%%TAO%%include/orbsvcs/Event/EC_Kokyu_Filter.cpp -%%TAO%%include/orbsvcs/Event/EC_Kokyu_Filter.h -%%TAO%%include/orbsvcs/Event/EC_Kokyu_Filter.i -%%TAO%%include/orbsvcs/Event/EC_Kokyu_Filter_Builder.cpp -%%TAO%%include/orbsvcs/Event/EC_Kokyu_Filter_Builder.h -%%TAO%%include/orbsvcs/Event/EC_Kokyu_Filter_Builder.i -%%TAO%%include/orbsvcs/Event/EC_Kokyu_Scheduling.cpp -%%TAO%%include/orbsvcs/Event/EC_Kokyu_Scheduling.h -%%TAO%%include/orbsvcs/Event/EC_Kokyu_Scheduling.i -%%TAO%%include/orbsvcs/Event/EC_Lifetime_Utils.cpp -%%TAO%%include/orbsvcs/Event/EC_Lifetime_Utils.h -%%TAO%%include/orbsvcs/Event/EC_Lifetime_Utils.i -%%TAO%%include/orbsvcs/Event/EC_Lifetime_Utils_T.cpp -%%TAO%%include/orbsvcs/Event/EC_Lifetime_Utils_T.h -%%TAO%%include/orbsvcs/Event/EC_Lifetime_Utils_T.i -%%TAO%%include/orbsvcs/Event/EC_MT_Dispatching.cpp -%%TAO%%include/orbsvcs/Event/EC_MT_Dispatching.h -%%TAO%%include/orbsvcs/Event/EC_MT_Dispatching.i -%%TAO%%include/orbsvcs/Event/EC_Masked_Type_Filter.cpp -%%TAO%%include/orbsvcs/Event/EC_Masked_Type_Filter.h -%%TAO%%include/orbsvcs/Event/EC_Masked_Type_Filter.i -%%TAO%%include/orbsvcs/Event/EC_Negation_Filter.cpp -%%TAO%%include/orbsvcs/Event/EC_Negation_Filter.h -%%TAO%%include/orbsvcs/Event/EC_Negation_Filter.i -%%TAO%%include/orbsvcs/Event/EC_Null_Factory.cpp -%%TAO%%include/orbsvcs/Event/EC_Null_Factory.h -%%TAO%%include/orbsvcs/Event/EC_Null_Factory.i -%%TAO%%include/orbsvcs/Event/EC_Null_Scheduling.cpp -%%TAO%%include/orbsvcs/Event/EC_Null_Scheduling.h -%%TAO%%include/orbsvcs/Event/EC_Null_Scheduling.i -%%TAO%%include/orbsvcs/Event/EC_ObserverStrategy.cpp -%%TAO%%include/orbsvcs/Event/EC_ObserverStrategy.h -%%TAO%%include/orbsvcs/Event/EC_ObserverStrategy.i -%%TAO%%include/orbsvcs/Event/EC_Per_Supplier_Filter.cpp -%%TAO%%include/orbsvcs/Event/EC_Per_Supplier_Filter.h -%%TAO%%include/orbsvcs/Event/EC_Per_Supplier_Filter.i -%%TAO%%include/orbsvcs/Event/EC_Prefix_Filter_Builder.cpp -%%TAO%%include/orbsvcs/Event/EC_Prefix_Filter_Builder.h -%%TAO%%include/orbsvcs/Event/EC_Prefix_Filter_Builder.i -%%TAO%%include/orbsvcs/Event/EC_Priority_Dispatching.cpp -%%TAO%%include/orbsvcs/Event/EC_Priority_Dispatching.h -%%TAO%%include/orbsvcs/Event/EC_Priority_Dispatching.i -%%TAO%%include/orbsvcs/Event/EC_Priority_Scheduling.cpp -%%TAO%%include/orbsvcs/Event/EC_Priority_Scheduling.h -%%TAO%%include/orbsvcs/Event/EC_Priority_Scheduling.i -%%TAO%%include/orbsvcs/Event/EC_ProxyConsumer.cpp -%%TAO%%include/orbsvcs/Event/EC_ProxyConsumer.h -%%TAO%%include/orbsvcs/Event/EC_ProxyConsumer.i -%%TAO%%include/orbsvcs/Event/EC_ProxySupplier.cpp -%%TAO%%include/orbsvcs/Event/EC_ProxySupplier.h -%%TAO%%include/orbsvcs/Event/EC_ProxySupplier.i -%%TAO%%include/orbsvcs/Event/EC_Proxy_Disconnector.cpp -%%TAO%%include/orbsvcs/Event/EC_Proxy_Disconnector.h -%%TAO%%include/orbsvcs/Event/EC_QOS_Info.cpp -%%TAO%%include/orbsvcs/Event/EC_QOS_Info.h -%%TAO%%include/orbsvcs/Event/EC_QOS_Info.i -%%TAO%%include/orbsvcs/Event/EC_RTCORBA_Dispatching.cpp -%%TAO%%include/orbsvcs/Event/EC_RTCORBA_Dispatching.h -%%TAO%%include/orbsvcs/Event/EC_RTCORBA_Dispatching.inl -%%TAO%%include/orbsvcs/Event/EC_RTCORBA_Factory.cpp -%%TAO%%include/orbsvcs/Event/EC_RTCORBA_Factory.h -%%TAO%%include/orbsvcs/Event/EC_RTCORBA_Factory.inl -%%TAO%%include/orbsvcs/Event/EC_Reactive_ConsumerControl.cpp -%%TAO%%include/orbsvcs/Event/EC_Reactive_ConsumerControl.h -%%TAO%%include/orbsvcs/Event/EC_Reactive_ConsumerControl.i -%%TAO%%include/orbsvcs/Event/EC_Reactive_Dispatching.cpp -%%TAO%%include/orbsvcs/Event/EC_Reactive_Dispatching.h -%%TAO%%include/orbsvcs/Event/EC_Reactive_Dispatching.i -%%TAO%%include/orbsvcs/Event/EC_Reactive_SupplierControl.cpp -%%TAO%%include/orbsvcs/Event/EC_Reactive_SupplierControl.h -%%TAO%%include/orbsvcs/Event/EC_Reactive_SupplierControl.i -%%TAO%%include/orbsvcs/Event/EC_Reactive_Timeout_Generator.cpp -%%TAO%%include/orbsvcs/Event/EC_Reactive_Timeout_Generator.h -%%TAO%%include/orbsvcs/Event/EC_Reactive_Timeout_Generator.i -%%TAO%%include/orbsvcs/Event/EC_Sched_Factory.cpp -%%TAO%%include/orbsvcs/Event/EC_Sched_Factory.h -%%TAO%%include/orbsvcs/Event/EC_Sched_Factory.i -%%TAO%%include/orbsvcs/Event/EC_Sched_Filter.cpp -%%TAO%%include/orbsvcs/Event/EC_Sched_Filter.h -%%TAO%%include/orbsvcs/Event/EC_Sched_Filter.i -%%TAO%%include/orbsvcs/Event/EC_Sched_Filter_Builder.cpp -%%TAO%%include/orbsvcs/Event/EC_Sched_Filter_Builder.h -%%TAO%%include/orbsvcs/Event/EC_Sched_Filter_Builder.i -%%TAO%%include/orbsvcs/Event/EC_Scheduling_Strategy.cpp -%%TAO%%include/orbsvcs/Event/EC_Scheduling_Strategy.h -%%TAO%%include/orbsvcs/Event/EC_Scheduling_Strategy.i -%%TAO%%include/orbsvcs/Event/EC_SupplierAdmin.cpp -%%TAO%%include/orbsvcs/Event/EC_SupplierAdmin.h -%%TAO%%include/orbsvcs/Event/EC_SupplierAdmin.i -%%TAO%%include/orbsvcs/Event/EC_SupplierControl.cpp -%%TAO%%include/orbsvcs/Event/EC_SupplierControl.h -%%TAO%%include/orbsvcs/Event/EC_SupplierControl.i -%%TAO%%include/orbsvcs/Event/EC_Supplier_Filter.cpp -%%TAO%%include/orbsvcs/Event/EC_Supplier_Filter.h -%%TAO%%include/orbsvcs/Event/EC_Supplier_Filter.i -%%TAO%%include/orbsvcs/Event/EC_Supplier_Filter_Builder.cpp -%%TAO%%include/orbsvcs/Event/EC_Supplier_Filter_Builder.h -%%TAO%%include/orbsvcs/Event/EC_Supplier_Filter_Builder.i -%%TAO%%include/orbsvcs/Event/EC_Timeout_Filter.cpp -%%TAO%%include/orbsvcs/Event/EC_Timeout_Filter.h -%%TAO%%include/orbsvcs/Event/EC_Timeout_Filter.i -%%TAO%%include/orbsvcs/Event/EC_Timeout_Generator.cpp -%%TAO%%include/orbsvcs/Event/EC_Timeout_Generator.h -%%TAO%%include/orbsvcs/Event/EC_Timeout_Generator.i -%%TAO%%include/orbsvcs/Event/EC_Trivial_Supplier_Filter.cpp -%%TAO%%include/orbsvcs/Event/EC_Trivial_Supplier_Filter.h -%%TAO%%include/orbsvcs/Event/EC_Trivial_Supplier_Filter.i -%%TAO%%include/orbsvcs/Event/EC_Type_Filter.cpp -%%TAO%%include/orbsvcs/Event/EC_Type_Filter.h -%%TAO%%include/orbsvcs/Event/EC_Type_Filter.i -%%TAO%%include/orbsvcs/Event/EC_UDP_Admin.cpp -%%TAO%%include/orbsvcs/Event/EC_UDP_Admin.h -%%TAO%%include/orbsvcs/Event/Event_Channel.cpp -%%TAO%%include/orbsvcs/Event/Event_Channel.h -%%TAO%%include/orbsvcs/Event/Event_Channel.i -%%TAO%%include/orbsvcs/Event/Event_Manip.cpp -%%TAO%%include/orbsvcs/Event/Event_Manip.h -%%TAO%%include/orbsvcs/Event/Event_Manip.i -%%TAO%%include/orbsvcs/Event/Fast_Reactor.h -%%TAO%%include/orbsvcs/Event/GPlot_File.cpp -%%TAO%%include/orbsvcs/Event/GPlot_File.h -%%TAO%%include/orbsvcs/Event/GPlot_File.i -%%TAO%%include/orbsvcs/Event/Local_ESTypes.cpp -%%TAO%%include/orbsvcs/Event/Local_ESTypes.h -%%TAO%%include/orbsvcs/Event/Local_ESTypes.i -%%TAO%%include/orbsvcs/Event/Memory_Pools.cpp -%%TAO%%include/orbsvcs/Event/Memory_Pools.h -%%TAO%%include/orbsvcs/Event/Memory_Pools.i -%%TAO%%include/orbsvcs/Event/Module_Factory.cpp -%%TAO%%include/orbsvcs/Event/Module_Factory.h -%%TAO%%include/orbsvcs/Event/RT_Task.cpp -%%TAO%%include/orbsvcs/Event/RT_Task.h -%%TAO%%include/orbsvcs/Event/RT_Task.i -%%TAO%%include/orbsvcs/Event/ReactorTask.cpp -%%TAO%%include/orbsvcs/Event/ReactorTask.h -%%TAO%%include/orbsvcs/Event/Timer_Module.cpp -%%TAO%%include/orbsvcs/Event/Timer_Module.h -%%TAO%%include/orbsvcs/Event/Timer_Module.i -%%TAO%%include/orbsvcs/Event/event_export.h -%%TAO%%include/orbsvcs/Event/old_event_export.h -%%TAO%%include/orbsvcs/Event/rtcorba_event_export.h -%%TAO%%include/orbsvcs/Event/rtkokyu_event_export.h -%%TAO%%include/orbsvcs/Event/sched_event_export.h -%%TAO%%include/orbsvcs/Event_Forwarder.idl -%%TAO%%include/orbsvcs/Event_ForwarderC.cpp -%%TAO%%include/orbsvcs/Event_ForwarderC.h -%%TAO%%include/orbsvcs/Event_ForwarderC.inl -%%TAO%%include/orbsvcs/Event_ForwarderS.cpp -%%TAO%%include/orbsvcs/Event_ForwarderS.h -%%TAO%%include/orbsvcs/Event_ForwarderS.inl -%%TAO%%include/orbsvcs/Event_ForwarderS_T.cpp -%%TAO%%include/orbsvcs/Event_ForwarderS_T.h -%%TAO%%include/orbsvcs/Event_ForwarderS_T.inl -%%TAO%%include/orbsvcs/Event_Service_Constants.h -%%TAO%%include/orbsvcs/Event_Utilities.cpp -%%TAO%%include/orbsvcs/Event_Utilities.h -%%TAO%%include/orbsvcs/Event_Utilities.i -%%TAO%%include/orbsvcs/FTRT.idl -%%TAO%%include/orbsvcs/FTRTC.cpp -%%TAO%%include/orbsvcs/FTRTC.h -%%TAO%%include/orbsvcs/FTRTC.inl -%%TAO%%include/orbsvcs/FTRTS.cpp -%%TAO%%include/orbsvcs/FTRTS.h -%%TAO%%include/orbsvcs/FTRTS.inl -%%TAO%%include/orbsvcs/FTRTS_T.cpp -%%TAO%%include/orbsvcs/FTRTS_T.h -%%TAO%%include/orbsvcs/FTRTS_T.inl -%%TAO%%include/orbsvcs/FTRT_GroupManager.idl -%%TAO%%include/orbsvcs/FTRT_GroupManagerC.cpp -%%TAO%%include/orbsvcs/FTRT_GroupManagerC.h -%%TAO%%include/orbsvcs/FTRT_GroupManagerC.inl -%%TAO%%include/orbsvcs/FTRT_GroupManagerS.cpp -%%TAO%%include/orbsvcs/FTRT_GroupManagerS.h -%%TAO%%include/orbsvcs/FTRT_GroupManagerS.inl -%%TAO%%include/orbsvcs/FTRT_GroupManagerS_T.cpp -%%TAO%%include/orbsvcs/FTRT_GroupManagerS_T.h -%%TAO%%include/orbsvcs/FTRT_GroupManagerS_T.inl -%%TAO%%include/orbsvcs/FT_CORBA.idl -%%TAO%%include/orbsvcs/FT_CORBAC.cpp -%%TAO%%include/orbsvcs/FT_CORBAC.h -%%TAO%%include/orbsvcs/FT_CORBAC.inl -%%TAO%%include/orbsvcs/FT_CORBAS.cpp -%%TAO%%include/orbsvcs/FT_CORBAS.h -%%TAO%%include/orbsvcs/FT_CORBAS.inl -%%TAO%%include/orbsvcs/FT_CORBAS_T.cpp -%%TAO%%include/orbsvcs/FT_CORBAS_T.h -%%TAO%%include/orbsvcs/FT_CORBAS_T.inl -%%TAO%%include/orbsvcs/FT_CORBA_ORB.idl -%%TAO%%include/orbsvcs/FT_CORBA_ORBC.cpp -%%TAO%%include/orbsvcs/FT_CORBA_ORBC.h -%%TAO%%include/orbsvcs/FT_CORBA_ORBC.inl -%%TAO%%include/orbsvcs/FT_CORBA_ORBS.cpp -%%TAO%%include/orbsvcs/FT_CORBA_ORBS.h -%%TAO%%include/orbsvcs/FT_CORBA_ORBS.inl -%%TAO%%include/orbsvcs/FT_CORBA_ORBS_T.cpp -%%TAO%%include/orbsvcs/FT_CORBA_ORBS_T.h -%%TAO%%include/orbsvcs/FT_CORBA_ORBS_T.inl -%%TAO%%include/orbsvcs/FT_FaultDetectorFactory.idl -%%TAO%%include/orbsvcs/FT_FaultDetectorFactoryC.cpp -%%TAO%%include/orbsvcs/FT_FaultDetectorFactoryC.h -%%TAO%%include/orbsvcs/FT_FaultDetectorFactoryC.inl -%%TAO%%include/orbsvcs/FT_FaultDetectorFactoryS.cpp -%%TAO%%include/orbsvcs/FT_FaultDetectorFactoryS.h -%%TAO%%include/orbsvcs/FT_FaultDetectorFactoryS.inl -%%TAO%%include/orbsvcs/FT_FaultDetectorFactoryS_T.cpp -%%TAO%%include/orbsvcs/FT_FaultDetectorFactoryS_T.h -%%TAO%%include/orbsvcs/FT_FaultDetectorFactoryS_T.inl -%%TAO%%include/orbsvcs/FT_Notifier.idl -%%TAO%%include/orbsvcs/FT_NotifierC.cpp -%%TAO%%include/orbsvcs/FT_NotifierC.h -%%TAO%%include/orbsvcs/FT_NotifierC.inl -%%TAO%%include/orbsvcs/FT_NotifierS.cpp -%%TAO%%include/orbsvcs/FT_NotifierS.h -%%TAO%%include/orbsvcs/FT_NotifierS.inl -%%TAO%%include/orbsvcs/FT_NotifierS_T.cpp -%%TAO%%include/orbsvcs/FT_NotifierS_T.h -%%TAO%%include/orbsvcs/FT_NotifierS_T.inl -%%TAO%%include/orbsvcs/FT_Replica.idl -%%TAO%%include/orbsvcs/FT_ReplicaC.cpp -%%TAO%%include/orbsvcs/FT_ReplicaC.h -%%TAO%%include/orbsvcs/FT_ReplicaC.inl -%%TAO%%include/orbsvcs/FT_ReplicaS.cpp -%%TAO%%include/orbsvcs/FT_ReplicaS.h -%%TAO%%include/orbsvcs/FT_ReplicaS.inl -%%TAO%%include/orbsvcs/FT_ReplicaS_T.cpp -%%TAO%%include/orbsvcs/FT_ReplicaS_T.h -%%TAO%%include/orbsvcs/FT_ReplicaS_T.inl -%%TAO%%include/orbsvcs/FT_ReplicationManager.idl -%%TAO%%include/orbsvcs/FT_ReplicationManagerC.cpp -%%TAO%%include/orbsvcs/FT_ReplicationManagerC.h -%%TAO%%include/orbsvcs/FT_ReplicationManagerC.inl -%%TAO%%include/orbsvcs/FT_ReplicationManagerS.cpp -%%TAO%%include/orbsvcs/FT_ReplicationManagerS.h -%%TAO%%include/orbsvcs/FT_ReplicationManagerS.inl -%%TAO%%include/orbsvcs/FT_ReplicationManagerS_T.cpp -%%TAO%%include/orbsvcs/FT_ReplicationManagerS_T.h -%%TAO%%include/orbsvcs/FT_ReplicationManagerS_T.inl -%%TAO%%include/orbsvcs/FaultTolerance/FT_ClientORBInitializer.cpp -%%TAO%%include/orbsvcs/FaultTolerance/FT_ClientORBInitializer.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_ClientORB_export.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_ClientPolicyFactory.cpp -%%TAO%%include/orbsvcs/FaultTolerance/FT_ClientPolicyFactory.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_ClientPolicy_i.cpp -%%TAO%%include/orbsvcs/FaultTolerance/FT_ClientPolicy_i.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_ClientPolicy_i.inl -%%TAO%%include/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp -%%TAO%%include/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_ClientService_Activate.cpp -%%TAO%%include/orbsvcs/FaultTolerance/FT_ClientService_Activate.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_Endpoint_Selector_Factory.cpp -%%TAO%%include/orbsvcs/FaultTolerance/FT_Endpoint_Selector_Factory.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp -%%TAO%%include/orbsvcs/FaultTolerance/FT_IOGR_Property.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_IOGR_Property.i -%%TAO%%include/orbsvcs/FaultTolerance/FT_IOGR_Property.inl -%%TAO%%include/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp -%%TAO%%include/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.inl -%%TAO%%include/orbsvcs/FaultTolerance/FT_ORBInitializer.cpp -%%TAO%%include/orbsvcs/FaultTolerance/FT_ORBInitializer.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_ORB_Utils_export.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_PolicyFactory.cpp -%%TAO%%include/orbsvcs/FaultTolerance/FT_PolicyFactory.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_Policy_i.cpp -%%TAO%%include/orbsvcs/FaultTolerance/FT_Policy_i.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_Policy_i.i -%%TAO%%include/orbsvcs/FaultTolerance/FT_Policy_i.inl -%%TAO%%include/orbsvcs/FaultTolerance/FT_ServerORBInitializer.cpp -%%TAO%%include/orbsvcs/FaultTolerance/FT_ServerORBInitializer.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_ServerORB_export.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_ServerPolicyFactory.cpp -%%TAO%%include/orbsvcs/FaultTolerance/FT_ServerPolicyFactory.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_ServerPolicy_i.cpp -%%TAO%%include/orbsvcs/FaultTolerance/FT_ServerPolicy_i.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_ServerPolicy_i.inl -%%TAO%%include/orbsvcs/FaultTolerance/FT_ServerRequest_Interceptor.cpp -%%TAO%%include/orbsvcs/FaultTolerance/FT_ServerRequest_Interceptor.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_ServerService_Activate.cpp -%%TAO%%include/orbsvcs/FaultTolerance/FT_ServerService_Activate.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_Service_Activate.cpp -%%TAO%%include/orbsvcs/FaultTolerance/FT_Service_Activate.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_Service_Callbacks.cpp -%%TAO%%include/orbsvcs/FaultTolerance/FT_Service_Callbacks.h -%%TAO%%include/orbsvcs/FaultTolerance/FT_Service_Callbacks.i -%%TAO%%include/orbsvcs/FaultTolerance/FT_Service_Callbacks.inl -%%TAO%%include/orbsvcs/FaultTolerance/fault_tol_export.h -%%TAO%%include/orbsvcs/FaultTolerance/ftconf.h -%%TAO%%include/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Initializer.cpp -%%TAO%%include/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Initializer.h -%%TAO%%include/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Interceptor.cpp -%%TAO%%include/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Interceptor.h -%%TAO%%include/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Loader.cpp -%%TAO%%include/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Loader.h -%%TAO%%include/orbsvcs/FtRtEvent/ClientORB/ftrt_clientorb_export.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/AMI_Primary_Replication_Strategy.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/AMI_Primary_Replication_Strategy.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/AMI_Replication_Strategy.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/AMI_Replication_Strategy.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Basic_Replication_Strategy.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Basic_Replication_Strategy.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/ConnectionHandler_T.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/ConnectionHandler_T.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Dynamic_Bitset.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Dynamic_Bitset.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Dynamic_Bitset.inl -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_Become_Primary_Listener.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_Become_Primary_Listener.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_ConsumerAdmin.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_ConsumerAdmin.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_Event_Channel.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_Event_Channel.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_Event_Channel_Impl.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_Event_Channel_Impl.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_Factory.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_Factory.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_Fault_Listener.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_Group_Manager.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_Group_Manager.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_ORBInitializer.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_ORBInitializer.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_ProxyConsumer.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_ProxyConsumer.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_ProxySupplier.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_ProxySupplier.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_SupplierAdmin.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTEC_SupplierAdmin.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FTRTEC_ServiceActivate.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_Base.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_Base.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_T.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FT_ProxyAdmin_T.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Fault_Detector.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Fault_Detector.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_Loader.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_Loader.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_T.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_T.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Fault_Listener.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/ForwardCtrlServerInterceptor.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/ForwardCtrlServerInterceptor.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FtEventServiceInterceptor.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/FtEventServiceInterceptor.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/GroupInfoPublisher.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/GroupInfoPublisher.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/IOGR_Maker.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/IOGR_Maker.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Identification_Service.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Identification_Service.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/ObjectGroupManagerHandler.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/ObjectGroupManagerHandler.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/ProxyConsumerStateWorker.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/ProxyConsumerStateWorker.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/ProxySupplierStateWorker.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/ProxySupplierStateWorker.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Replication_Service.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Replication_Service.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Replication_Strategy.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Replication_Strategy.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Request_Context_Repository.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Request_Context_Repository.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/SCTP_Fault_Detector.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/SCTP_Fault_Detector.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Set_Update_Interceptor.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Set_Update_Interceptor.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Update_Manager.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/Update_Manager.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/UpdateableHandler.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/UpdateableHandler.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/create_persistent_poa.cpp -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/create_persistent_poa.h -%%TAO%%include/orbsvcs/FtRtEvent/EventChannel/ftrtec_export.h -%%TAO%%include/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp -%%TAO%%include/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.h -%%TAO%%include/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.inl -%%TAO%%include/orbsvcs/FtRtEvent/Utils/Log.cpp -%%TAO%%include/orbsvcs/FtRtEvent/Utils/Log.h -%%TAO%%include/orbsvcs/FtRtEvent/Utils/Log.inl -%%TAO%%include/orbsvcs/FtRtEvent/Utils/Safe_InputCDR.cpp -%%TAO%%include/orbsvcs/FtRtEvent/Utils/Safe_InputCDR.h -%%TAO%%include/orbsvcs/FtRtEvent/Utils/Safe_InputCDR.inl -%%TAO%%include/orbsvcs/FtRtEvent/Utils/ScopeGuard.h -%%TAO%%include/orbsvcs/FtRtEvent/Utils/UUID.cpp -%%TAO%%include/orbsvcs/FtRtEvent/Utils/UUID.h -%%TAO%%include/orbsvcs/FtRtEvent/Utils/UUID.inl -%%TAO%%include/orbsvcs/FtRtEvent/Utils/activate_with_id.h -%%TAO%%include/orbsvcs/FtRtEvent/Utils/ftrtevent_export.h -%%TAO%%include/orbsvcs/FtRtEvent/Utils/resolve_init.h -%%TAO%%include/orbsvcs/FtRtecEventChannelAdmin.idl -%%TAO%%include/orbsvcs/FtRtecEventChannelAdminC.cpp -%%TAO%%include/orbsvcs/FtRtecEventChannelAdminC.h -%%TAO%%include/orbsvcs/FtRtecEventChannelAdminC.inl -%%TAO%%include/orbsvcs/FtRtecEventChannelAdminS.cpp -%%TAO%%include/orbsvcs/FtRtecEventChannelAdminS.h -%%TAO%%include/orbsvcs/FtRtecEventChannelAdminS.inl -%%TAO%%include/orbsvcs/FtRtecEventChannelAdminS_T.cpp -%%TAO%%include/orbsvcs/FtRtecEventChannelAdminS_T.h -%%TAO%%include/orbsvcs/FtRtecEventChannelAdminS_T.inl -%%TAO%%include/orbsvcs/FtRtecEventComm.idl -%%TAO%%include/orbsvcs/FtRtecEventCommC.cpp -%%TAO%%include/orbsvcs/FtRtecEventCommC.h -%%TAO%%include/orbsvcs/FtRtecEventCommC.inl -%%TAO%%include/orbsvcs/FtRtecEventCommS.cpp -%%TAO%%include/orbsvcs/FtRtecEventCommS.h -%%TAO%%include/orbsvcs/FtRtecEventCommS.inl -%%TAO%%include/orbsvcs/FtRtecEventCommS_T.cpp -%%TAO%%include/orbsvcs/FtRtecEventCommS_T.h -%%TAO%%include/orbsvcs/FtRtecEventCommS_T.inl -%%TAO%%include/orbsvcs/GSSUP.idl -%%TAO%%include/orbsvcs/GSSUPC.cpp -%%TAO%%include/orbsvcs/GSSUPC.h -%%TAO%%include/orbsvcs/GSSUPC.inl -%%TAO%%include/orbsvcs/GSSUPS.cpp -%%TAO%%include/orbsvcs/GSSUPS.h -%%TAO%%include/orbsvcs/GSSUPS.inl -%%TAO%%include/orbsvcs/GSSUPS_T.cpp -%%TAO%%include/orbsvcs/GSSUPS_T.h -%%TAO%%include/orbsvcs/GSSUPS_T.inl -%%TAO%%include/orbsvcs/IFRService/AbstractInterfaceDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/AbstractInterfaceDef_i.h -%%TAO%%include/orbsvcs/IFRService/AliasDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/AliasDef_i.h -%%TAO%%include/orbsvcs/IFRService/ArrayDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/ArrayDef_i.h -%%TAO%%include/orbsvcs/IFRService/AttributeDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/AttributeDef_i.h -%%TAO%%include/orbsvcs/IFRService/ComponentContainer_i.cpp -%%TAO%%include/orbsvcs/IFRService/ComponentContainer_i.h -%%TAO%%include/orbsvcs/IFRService/ComponentDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/ComponentDef_i.h -%%TAO%%include/orbsvcs/IFRService/ComponentModuleDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/ComponentModuleDef_i.h -%%TAO%%include/orbsvcs/IFRService/ComponentRepository_i.cpp -%%TAO%%include/orbsvcs/IFRService/ComponentRepository_i.h -%%TAO%%include/orbsvcs/IFRService/ConstantDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/ConstantDef_i.h -%%TAO%%include/orbsvcs/IFRService/ConsumesDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/ConsumesDef_i.h -%%TAO%%include/orbsvcs/IFRService/Contained_i.cpp -%%TAO%%include/orbsvcs/IFRService/Contained_i.h -%%TAO%%include/orbsvcs/IFRService/Container_i.cpp -%%TAO%%include/orbsvcs/IFRService/Container_i.h -%%TAO%%include/orbsvcs/IFRService/EmitsDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/EmitsDef_i.h -%%TAO%%include/orbsvcs/IFRService/EnumDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/EnumDef_i.h -%%TAO%%include/orbsvcs/IFRService/EventDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/EventDef_i.h -%%TAO%%include/orbsvcs/IFRService/EventPortDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/EventPortDef_i.h -%%TAO%%include/orbsvcs/IFRService/ExceptionDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/ExceptionDef_i.h -%%TAO%%include/orbsvcs/IFRService/ExtAbstractInterfaceDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/ExtAbstractInterfaceDef_i.h -%%TAO%%include/orbsvcs/IFRService/ExtAttributeDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/ExtAttributeDef_i.h -%%TAO%%include/orbsvcs/IFRService/ExtInterfaceDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/ExtInterfaceDef_i.h -%%TAO%%include/orbsvcs/IFRService/ExtLocalInterfaceDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/ExtLocalInterfaceDef_i.h -%%TAO%%include/orbsvcs/IFRService/ExtValueDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/ExtValueDef_i.h -%%TAO%%include/orbsvcs/IFRService/FactoryDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/FactoryDef_i.h -%%TAO%%include/orbsvcs/IFRService/FinderDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/FinderDef_i.h -%%TAO%%include/orbsvcs/IFRService/FixedDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/FixedDef_i.h -%%TAO%%include/orbsvcs/IFRService/HomeDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/HomeDef_i.h -%%TAO%%include/orbsvcs/IFRService/IDLType_i.cpp -%%TAO%%include/orbsvcs/IFRService/IDLType_i.h -%%TAO%%include/orbsvcs/IFRService/IFR_BaseS.cpp -%%TAO%%include/orbsvcs/IFRService/IFR_BaseS.h -%%TAO%%include/orbsvcs/IFRService/IFR_BaseS.i -%%TAO%%include/orbsvcs/IFRService/IFR_BaseS_T.cpp -%%TAO%%include/orbsvcs/IFRService/IFR_BaseS_T.h -%%TAO%%include/orbsvcs/IFRService/IFR_BaseS_T.i -%%TAO%%include/orbsvcs/IFRService/IFR_BasicS.cpp -%%TAO%%include/orbsvcs/IFRService/IFR_BasicS.h -%%TAO%%include/orbsvcs/IFRService/IFR_BasicS.i -%%TAO%%include/orbsvcs/IFRService/IFR_BasicS_T.cpp -%%TAO%%include/orbsvcs/IFRService/IFR_BasicS_T.h -%%TAO%%include/orbsvcs/IFRService/IFR_BasicS_T.i -%%TAO%%include/orbsvcs/IFRService/IFR_ComponentsS.cpp -%%TAO%%include/orbsvcs/IFRService/IFR_ComponentsS.h -%%TAO%%include/orbsvcs/IFRService/IFR_ComponentsS.i -%%TAO%%include/orbsvcs/IFRService/IFR_ComponentsS_T.cpp -%%TAO%%include/orbsvcs/IFRService/IFR_ComponentsS_T.h -%%TAO%%include/orbsvcs/IFRService/IFR_ComponentsS_T.i -%%TAO%%include/orbsvcs/IFRService/IFR_ExtendedS.cpp -%%TAO%%include/orbsvcs/IFRService/IFR_ExtendedS.h -%%TAO%%include/orbsvcs/IFRService/IFR_ExtendedS.i -%%TAO%%include/orbsvcs/IFRService/IFR_ExtendedS_T.cpp -%%TAO%%include/orbsvcs/IFRService/IFR_ExtendedS_T.h -%%TAO%%include/orbsvcs/IFRService/IFR_ExtendedS_T.i -%%TAO%%include/orbsvcs/IFRService/IFR_Service_Loader.cpp -%%TAO%%include/orbsvcs/IFRService/IFR_Service_Loader.h -%%TAO%%include/orbsvcs/IFRService/IFR_Service_Utils.cpp -%%TAO%%include/orbsvcs/IFRService/IFR_Service_Utils.h -%%TAO%%include/orbsvcs/IFRService/IFR_Service_Utils_T.cpp -%%TAO%%include/orbsvcs/IFRService/IFR_Service_Utils_T.h -%%TAO%%include/orbsvcs/IFRService/IFR_macro.h -%%TAO%%include/orbsvcs/IFRService/IRObject_i.cpp -%%TAO%%include/orbsvcs/IFRService/IRObject_i.h -%%TAO%%include/orbsvcs/IFRService/InterfaceAttrExtension_i.cpp -%%TAO%%include/orbsvcs/IFRService/InterfaceAttrExtension_i.h -%%TAO%%include/orbsvcs/IFRService/InterfaceDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/InterfaceDef_i.h -%%TAO%%include/orbsvcs/IFRService/LocalInterfaceDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/LocalInterfaceDef_i.h -%%TAO%%include/orbsvcs/IFRService/ModuleDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/ModuleDef_i.h -%%TAO%%include/orbsvcs/IFRService/NativeDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/NativeDef_i.h -%%TAO%%include/orbsvcs/IFRService/OperationDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/OperationDef_i.h -%%TAO%%include/orbsvcs/IFRService/Options.cpp -%%TAO%%include/orbsvcs/IFRService/Options.h -%%TAO%%include/orbsvcs/IFRService/PrimitiveDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/PrimitiveDef_i.h -%%TAO%%include/orbsvcs/IFRService/ProvidesDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/ProvidesDef_i.h -%%TAO%%include/orbsvcs/IFRService/PublishesDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/PublishesDef_i.h -%%TAO%%include/orbsvcs/IFRService/Repository_i.cpp -%%TAO%%include/orbsvcs/IFRService/Repository_i.h -%%TAO%%include/orbsvcs/IFRService/SequenceDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/SequenceDef_i.h -%%TAO%%include/orbsvcs/IFRService/StringDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/StringDef_i.h -%%TAO%%include/orbsvcs/IFRService/StructDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/StructDef_i.h -%%TAO%%include/orbsvcs/IFRService/TypedefDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/TypedefDef_i.h -%%TAO%%include/orbsvcs/IFRService/UnionDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/UnionDef_i.h -%%TAO%%include/orbsvcs/IFRService/UsesDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/UsesDef_i.h -%%TAO%%include/orbsvcs/IFRService/ValueBoxDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/ValueBoxDef_i.h -%%TAO%%include/orbsvcs/IFRService/ValueDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/ValueDef_i.h -%%TAO%%include/orbsvcs/IFRService/ValueMemberDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/ValueMemberDef_i.h -%%TAO%%include/orbsvcs/IFRService/WstringDef_i.cpp -%%TAO%%include/orbsvcs/IFRService/WstringDef_i.h -%%TAO%%include/orbsvcs/IFRService/concrete_classes.h -%%TAO%%include/orbsvcs/IFRService/ifr_service_export.h -%%TAO%%include/orbsvcs/IFRService/tmplinst.cpp -%%TAO%%include/orbsvcs/IOR_Multicast.cpp -%%TAO%%include/orbsvcs/IOR_Multicast.h -%%TAO%%include/orbsvcs/LB_ORT.idl -%%TAO%%include/orbsvcs/LB_ORTC.cpp -%%TAO%%include/orbsvcs/LB_ORTC.h -%%TAO%%include/orbsvcs/LB_ORTC.inl -%%TAO%%include/orbsvcs/LB_ORTS.cpp -%%TAO%%include/orbsvcs/LB_ORTS.h -%%TAO%%include/orbsvcs/LB_ORTS.inl -%%TAO%%include/orbsvcs/LB_ORTS_T.cpp -%%TAO%%include/orbsvcs/LB_ORTS_T.h -%%TAO%%include/orbsvcs/LB_ORTS_T.inl -%%TAO%%include/orbsvcs/LifeCycle/lifecycle_export.h -%%TAO%%include/orbsvcs/LifeCycleService.idl -%%TAO%%include/orbsvcs/LifeCycleServiceC.cpp -%%TAO%%include/orbsvcs/LifeCycleServiceC.h -%%TAO%%include/orbsvcs/LifeCycleServiceC.inl -%%TAO%%include/orbsvcs/LifeCycleServiceS.cpp -%%TAO%%include/orbsvcs/LifeCycleServiceS.h -%%TAO%%include/orbsvcs/LifeCycleServiceS.inl -%%TAO%%include/orbsvcs/LifeCycleServiceS_T.cpp -%%TAO%%include/orbsvcs/LifeCycleServiceS_T.h -%%TAO%%include/orbsvcs/LifeCycleServiceS_T.inl -%%TAO%%include/orbsvcs/LoadBalancing/LB_CPU_Load_Average_Monitor.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_CPU_Load_Average_Monitor.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_CPU_Utilization_Monitor.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_CPU_Utilization_Monitor.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_ClientComponent.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_ClientComponent.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_ClientORBInitializer.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_ClientORBInitializer.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_ClientRequestInterceptor.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_ClientRequestInterceptor.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_Component.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_Component.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_IORInterceptor.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_IORInterceptor.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_LeastLoaded.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_LeastLoaded.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_LeastLoaded.inl -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadAlert.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadAlert.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadAlert.inl -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadAlertInfo.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadAlertInfo.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadAlertMap.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadAlertMap.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadAlert_Handler.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadAlert_Handler.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadAverage.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadAverage.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadAverage.inl -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadListMap.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadListMap.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadManager.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadManager.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadMap.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadMap.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadMinimum.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadMinimum.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_LoadMinimum.inl -%%TAO%%include/orbsvcs/LoadBalancing/LB_Location_Index_Map.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_Location_Index_Map.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_MemberLocator.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_MemberLocator.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_MonitorMap.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_MonitorMap.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_ORBInitializer.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_ORBInitializer.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_Pull_Handler.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_Pull_Handler.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_Random.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_Random.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_RoundRobin.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_RoundRobin.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_ServerRequestInterceptor.cpp -%%TAO%%include/orbsvcs/LoadBalancing/LB_ServerRequestInterceptor.h -%%TAO%%include/orbsvcs/LoadBalancing/LB_conf.h -%%TAO%%include/orbsvcs/LoadBalancing/LoadBalancing_export.h -%%TAO%%include/orbsvcs/Log/BasicLogFactory_i.cpp -%%TAO%%include/orbsvcs/Log/BasicLogFactory_i.h -%%TAO%%include/orbsvcs/Log/BasicLog_i.cpp -%%TAO%%include/orbsvcs/Log/BasicLog_i.h -%%TAO%%include/orbsvcs/Log/EventLogConsumer.cpp -%%TAO%%include/orbsvcs/Log/EventLogConsumer.h -%%TAO%%include/orbsvcs/Log/EventLogFactory_i.cpp -%%TAO%%include/orbsvcs/Log/EventLogFactory_i.h -%%TAO%%include/orbsvcs/Log/EventLogNotification.cpp -%%TAO%%include/orbsvcs/Log/EventLogNotification.h -%%TAO%%include/orbsvcs/Log/EventLog_i.cpp -%%TAO%%include/orbsvcs/Log/EventLog_i.h -%%TAO%%include/orbsvcs/Log/Iterator_i.cpp -%%TAO%%include/orbsvcs/Log/Iterator_i.h -%%TAO%%include/orbsvcs/Log/LogMgr_i.cpp -%%TAO%%include/orbsvcs/Log/LogMgr_i.h -%%TAO%%include/orbsvcs/Log/LogNotification.cpp -%%TAO%%include/orbsvcs/Log/LogNotification.h -%%TAO%%include/orbsvcs/Log/LogRecordStore.cpp -%%TAO%%include/orbsvcs/Log/LogRecordStore.h -%%TAO%%include/orbsvcs/Log/LogRecordStore_persist.cpp -%%TAO%%include/orbsvcs/Log/LogRecordStore_persist.h -%%TAO%%include/orbsvcs/Log/Log_Constraint_Interpreter.cpp -%%TAO%%include/orbsvcs/Log/Log_Constraint_Interpreter.h -%%TAO%%include/orbsvcs/Log/Log_Constraint_Visitors.cpp -%%TAO%%include/orbsvcs/Log/Log_Constraint_Visitors.h -%%TAO%%include/orbsvcs/Log/Log_i.cpp -%%TAO%%include/orbsvcs/Log/Log_i.h -%%TAO%%include/orbsvcs/Log/NotifyLogConsumer.cpp -%%TAO%%include/orbsvcs/Log/NotifyLogConsumer.h -%%TAO%%include/orbsvcs/Log/NotifyLogFactory_i.cpp -%%TAO%%include/orbsvcs/Log/NotifyLogFactory_i.h -%%TAO%%include/orbsvcs/Log/NotifyLogNotification.cpp -%%TAO%%include/orbsvcs/Log/NotifyLogNotification.h -%%TAO%%include/orbsvcs/Log/NotifyLog_i.cpp -%%TAO%%include/orbsvcs/Log/NotifyLog_i.h -%%TAO%%include/orbsvcs/Log/PersistStore.cpp -%%TAO%%include/orbsvcs/Log/PersistStore.h -%%TAO%%include/orbsvcs/Log/RTEventLogConsumer.cpp -%%TAO%%include/orbsvcs/Log/RTEventLogConsumer.h -%%TAO%%include/orbsvcs/Log/RTEventLogFactory_i.cpp -%%TAO%%include/orbsvcs/Log/RTEventLogFactory_i.h -%%TAO%%include/orbsvcs/Log/RTEventLogNotification.cpp -%%TAO%%include/orbsvcs/Log/RTEventLogNotification.h -%%TAO%%include/orbsvcs/Log/RTEventLog_i.cpp -%%TAO%%include/orbsvcs/Log/RTEventLog_i.h -%%TAO%%include/orbsvcs/Log/eventlog_export.h -%%TAO%%include/orbsvcs/Log/log_export.h -%%TAO%%include/orbsvcs/Log/notifylog_export.h -%%TAO%%include/orbsvcs/Log/rteventlog_export.h -%%TAO%%include/orbsvcs/Metrics.idl -%%TAO%%include/orbsvcs/Metrics/Metrics_FrameManager.cpp -%%TAO%%include/orbsvcs/Metrics/Metrics_FrameManager.h -%%TAO%%include/orbsvcs/Metrics/Metrics_FrameManager.i -%%TAO%%include/orbsvcs/Metrics/Metrics_FrameManager_T.cpp -%%TAO%%include/orbsvcs/Metrics/Metrics_FrameManager_T.h -%%TAO%%include/orbsvcs/Metrics/Metrics_FrameManager_T.i -%%TAO%%include/orbsvcs/Metrics/Metrics_LocalCache.cpp -%%TAO%%include/orbsvcs/Metrics/Metrics_LocalCache.h -%%TAO%%include/orbsvcs/Metrics/Metrics_LocalCache.i -%%TAO%%include/orbsvcs/Metrics/Metrics_LocalCache_T.cpp -%%TAO%%include/orbsvcs/Metrics/Metrics_LocalCache_T.h -%%TAO%%include/orbsvcs/Metrics/Metrics_Logger.cpp -%%TAO%%include/orbsvcs/Metrics/Metrics_Logger.h -%%TAO%%include/orbsvcs/Metrics/Metrics_UpcallMonitor.cpp -%%TAO%%include/orbsvcs/Metrics/Metrics_UpcallMonitor.h -%%TAO%%include/orbsvcs/Metrics/Metrics_UpcallMonitor.i -%%TAO%%include/orbsvcs/Metrics/Metrics_UpcallMonitor_T.cpp -%%TAO%%include/orbsvcs/Metrics/Metrics_UpcallMonitor_T.h -%%TAO%%include/orbsvcs/Metrics/Metrics_UpcallMonitor_T.i -%%TAO%%include/orbsvcs/Metrics/Metrics_Utils.cpp -%%TAO%%include/orbsvcs/Metrics/Metrics_Utils.h -%%TAO%%include/orbsvcs/Metrics/Metrics_Utils.i -%%TAO%%include/orbsvcs/Metrics/metrics_export.h -%%TAO%%include/orbsvcs/Naming/Bindings_Iterator_T.cpp -%%TAO%%include/orbsvcs/Naming/Bindings_Iterator_T.h -%%TAO%%include/orbsvcs/Naming/Entries.cpp -%%TAO%%include/orbsvcs/Naming/Entries.h -%%TAO%%include/orbsvcs/Naming/Flat_File_Persistence.cpp -%%TAO%%include/orbsvcs/Naming/Flat_File_Persistence.h -%%TAO%%include/orbsvcs/Naming/Hash_Naming_Context.cpp -%%TAO%%include/orbsvcs/Naming/Hash_Naming_Context.h -%%TAO%%include/orbsvcs/Naming/Naming_Context_Interface.cpp -%%TAO%%include/orbsvcs/Naming/Naming_Context_Interface.h -%%TAO%%include/orbsvcs/Naming/Naming_Loader.cpp -%%TAO%%include/orbsvcs/Naming/Naming_Loader.h -%%TAO%%include/orbsvcs/Naming/Naming_Service_Container.cpp -%%TAO%%include/orbsvcs/Naming/Naming_Service_Container.h -%%TAO%%include/orbsvcs/Naming/Naming_Utils.cpp -%%TAO%%include/orbsvcs/Naming/Naming_Utils.h -%%TAO%%include/orbsvcs/Naming/Persistent_Context_Index.cpp -%%TAO%%include/orbsvcs/Naming/Persistent_Context_Index.h -%%TAO%%include/orbsvcs/Naming/Persistent_Entries.cpp -%%TAO%%include/orbsvcs/Naming/Persistent_Entries.h -%%TAO%%include/orbsvcs/Naming/Persistent_Naming_Context.cpp -%%TAO%%include/orbsvcs/Naming/Persistent_Naming_Context.h -%%TAO%%include/orbsvcs/Naming/Storable.cpp -%%TAO%%include/orbsvcs/Naming/Storable.h -%%TAO%%include/orbsvcs/Naming/Storable.inl -%%TAO%%include/orbsvcs/Naming/Storable_Naming_Context.cpp -%%TAO%%include/orbsvcs/Naming/Storable_Naming_Context.h -%%TAO%%include/orbsvcs/Naming/Storable_Naming_Context_Activator.cpp -%%TAO%%include/orbsvcs/Naming/Storable_Naming_Context_Activator.h -%%TAO%%include/orbsvcs/Naming/Transient_Naming_Context.cpp -%%TAO%%include/orbsvcs/Naming/Transient_Naming_Context.h -%%TAO%%include/orbsvcs/Naming/naming_export.h -%%TAO%%include/orbsvcs/Naming/nsconf.h -%%TAO%%include/orbsvcs/Notify/Admin.cpp -%%TAO%%include/orbsvcs/Notify/Admin.h -%%TAO%%include/orbsvcs/Notify/Admin.inl -%%TAO%%include/orbsvcs/Notify/AdminProperties.cpp -%%TAO%%include/orbsvcs/Notify/AdminProperties.h -%%TAO%%include/orbsvcs/Notify/AdminProperties.inl -%%TAO%%include/orbsvcs/Notify/Any/AnyEvent.cpp -%%TAO%%include/orbsvcs/Notify/Any/AnyEvent.h -%%TAO%%include/orbsvcs/Notify/Any/AnyEvent.inl -%%TAO%%include/orbsvcs/Notify/Any/CosEC_ProxyPushConsumer.cpp -%%TAO%%include/orbsvcs/Notify/Any/CosEC_ProxyPushConsumer.h -%%TAO%%include/orbsvcs/Notify/Any/CosEC_ProxyPushConsumer.inl -%%TAO%%include/orbsvcs/Notify/Any/CosEC_ProxyPushSupplier.cpp -%%TAO%%include/orbsvcs/Notify/Any/CosEC_ProxyPushSupplier.h -%%TAO%%include/orbsvcs/Notify/Any/CosEC_ProxyPushSupplier.inl -%%TAO%%include/orbsvcs/Notify/Any/ProxyPushConsumer.cpp -%%TAO%%include/orbsvcs/Notify/Any/ProxyPushConsumer.h -%%TAO%%include/orbsvcs/Notify/Any/ProxyPushConsumer.inl -%%TAO%%include/orbsvcs/Notify/Any/ProxyPushSupplier.cpp -%%TAO%%include/orbsvcs/Notify/Any/ProxyPushSupplier.h -%%TAO%%include/orbsvcs/Notify/Any/ProxyPushSupplier.inl -%%TAO%%include/orbsvcs/Notify/Any/PushConsumer.cpp -%%TAO%%include/orbsvcs/Notify/Any/PushConsumer.h -%%TAO%%include/orbsvcs/Notify/Any/PushConsumer.inl -%%TAO%%include/orbsvcs/Notify/Any/PushSupplier.cpp -%%TAO%%include/orbsvcs/Notify/Any/PushSupplier.h -%%TAO%%include/orbsvcs/Notify/Any/PushSupplier.inl -%%TAO%%include/orbsvcs/Notify/Buffering_Strategy.cpp -%%TAO%%include/orbsvcs/Notify/Buffering_Strategy.h -%%TAO%%include/orbsvcs/Notify/Buffering_Strategy.inl -%%TAO%%include/orbsvcs/Notify/Builder.cpp -%%TAO%%include/orbsvcs/Notify/Builder.h -%%TAO%%include/orbsvcs/Notify/Builder.inl -%%TAO%%include/orbsvcs/Notify/Consumer.cpp -%%TAO%%include/orbsvcs/Notify/Consumer.h -%%TAO%%include/orbsvcs/Notify/Consumer.inl -%%TAO%%include/orbsvcs/Notify/ConsumerAdmin.cpp -%%TAO%%include/orbsvcs/Notify/ConsumerAdmin.h -%%TAO%%include/orbsvcs/Notify/ConsumerAdmin.inl -%%TAO%%include/orbsvcs/Notify/Consumer_Map.h -%%TAO%%include/orbsvcs/Notify/Container_T.cpp -%%TAO%%include/orbsvcs/Notify/Container_T.h -%%TAO%%include/orbsvcs/Notify/Container_T.inl -%%TAO%%include/orbsvcs/Notify/CosNotify_Initializer.cpp -%%TAO%%include/orbsvcs/Notify/CosNotify_Initializer.h -%%TAO%%include/orbsvcs/Notify/CosNotify_Service.cpp -%%TAO%%include/orbsvcs/Notify/CosNotify_Service.h -%%TAO%%include/orbsvcs/Notify/CosNotify_Service.inl -%%TAO%%include/orbsvcs/Notify/Default_Factory.cpp -%%TAO%%include/orbsvcs/Notify/Default_Factory.h -%%TAO%%include/orbsvcs/Notify/Default_Factory.inl -%%TAO%%include/orbsvcs/Notify/ETCL_Filter.cpp -%%TAO%%include/orbsvcs/Notify/ETCL_Filter.h -%%TAO%%include/orbsvcs/Notify/ETCL_Filter.inl -%%TAO%%include/orbsvcs/Notify/ETCL_FilterFactory.cpp -%%TAO%%include/orbsvcs/Notify/ETCL_FilterFactory.h -%%TAO%%include/orbsvcs/Notify/ETCL_FilterFactory.inl -%%TAO%%include/orbsvcs/Notify/Event.cpp -%%TAO%%include/orbsvcs/Notify/Event.h -%%TAO%%include/orbsvcs/Notify/Event.inl -%%TAO%%include/orbsvcs/Notify/EventChannel.cpp -%%TAO%%include/orbsvcs/Notify/EventChannel.h -%%TAO%%include/orbsvcs/Notify/EventChannel.inl -%%TAO%%include/orbsvcs/Notify/EventChannelFactory.cpp -%%TAO%%include/orbsvcs/Notify/EventChannelFactory.h -%%TAO%%include/orbsvcs/Notify/EventChannelFactory.inl -%%TAO%%include/orbsvcs/Notify/EventType.cpp -%%TAO%%include/orbsvcs/Notify/EventType.h -%%TAO%%include/orbsvcs/Notify/EventType.inl -%%TAO%%include/orbsvcs/Notify/EventTypeSeq.cpp -%%TAO%%include/orbsvcs/Notify/EventTypeSeq.h -%%TAO%%include/orbsvcs/Notify/EventTypeSeq.inl -%%TAO%%include/orbsvcs/Notify/Event_Manager.cpp -%%TAO%%include/orbsvcs/Notify/Event_Manager.h -%%TAO%%include/orbsvcs/Notify/Event_Manager.inl -%%TAO%%include/orbsvcs/Notify/Event_Map_Entry_T.cpp -%%TAO%%include/orbsvcs/Notify/Event_Map_Entry_T.h -%%TAO%%include/orbsvcs/Notify/Event_Map_Entry_T.inl -%%TAO%%include/orbsvcs/Notify/Event_Map_T.cpp -%%TAO%%include/orbsvcs/Notify/Event_Map_T.h -%%TAO%%include/orbsvcs/Notify/Event_Map_T.inl -%%TAO%%include/orbsvcs/Notify/Factory.h -%%TAO%%include/orbsvcs/Notify/FilterAdmin.cpp -%%TAO%%include/orbsvcs/Notify/FilterAdmin.h -%%TAO%%include/orbsvcs/Notify/FilterAdmin.inl -%%TAO%%include/orbsvcs/Notify/FilterFactory.h -%%TAO%%include/orbsvcs/Notify/Find_Worker_T.cpp -%%TAO%%include/orbsvcs/Notify/Find_Worker_T.h -%%TAO%%include/orbsvcs/Notify/Find_Worker_T.inl -%%TAO%%include/orbsvcs/Notify/ID_Factory.cpp -%%TAO%%include/orbsvcs/Notify/ID_Factory.h -%%TAO%%include/orbsvcs/Notify/ID_Factory.inl -%%TAO%%include/orbsvcs/Notify/Method_Request.cpp -%%TAO%%include/orbsvcs/Notify/Method_Request.h -%%TAO%%include/orbsvcs/Notify/Method_Request.inl -%%TAO%%include/orbsvcs/Notify/Method_Request_Dispatch.cpp -%%TAO%%include/orbsvcs/Notify/Method_Request_Dispatch.h -%%TAO%%include/orbsvcs/Notify/Method_Request_Dispatch.inl -%%TAO%%include/orbsvcs/Notify/Method_Request_Dispatch_T.cpp -%%TAO%%include/orbsvcs/Notify/Method_Request_Dispatch_T.h -%%TAO%%include/orbsvcs/Notify/Method_Request_Dispatch_T.inl -%%TAO%%include/orbsvcs/Notify/Method_Request_Event.cpp -%%TAO%%include/orbsvcs/Notify/Method_Request_Event.h -%%TAO%%include/orbsvcs/Notify/Method_Request_Event.inl -%%TAO%%include/orbsvcs/Notify/Method_Request_Lookup.cpp -%%TAO%%include/orbsvcs/Notify/Method_Request_Lookup.h -%%TAO%%include/orbsvcs/Notify/Method_Request_Lookup.inl -%%TAO%%include/orbsvcs/Notify/Method_Request_Lookup_T.cpp -%%TAO%%include/orbsvcs/Notify/Method_Request_Lookup_T.h -%%TAO%%include/orbsvcs/Notify/Method_Request_Lookup_T.inl -%%TAO%%include/orbsvcs/Notify/Method_Request_Shutdown.cpp -%%TAO%%include/orbsvcs/Notify/Method_Request_Shutdown.h -%%TAO%%include/orbsvcs/Notify/Method_Request_Shutdown.inl -%%TAO%%include/orbsvcs/Notify/Method_Request_Updates.cpp -%%TAO%%include/orbsvcs/Notify/Method_Request_Updates.h -%%TAO%%include/orbsvcs/Notify/Method_Request_Updates.inl -%%TAO%%include/orbsvcs/Notify/Method_Request_Updates_T.cpp -%%TAO%%include/orbsvcs/Notify/Method_Request_Updates_T.h -%%TAO%%include/orbsvcs/Notify/Method_Request_Updates_T.inl -%%TAO%%include/orbsvcs/Notify/Notify_Constraint_Interpreter.cpp -%%TAO%%include/orbsvcs/Notify/Notify_Constraint_Interpreter.h -%%TAO%%include/orbsvcs/Notify/Notify_Constraint_Visitors.cpp -%%TAO%%include/orbsvcs/Notify/Notify_Constraint_Visitors.h -%%TAO%%include/orbsvcs/Notify/Notify_Default_CO_Factory.cpp -%%TAO%%include/orbsvcs/Notify/Notify_Default_CO_Factory.h -%%TAO%%include/orbsvcs/Notify/Notify_Default_Collection_Factory.cpp -%%TAO%%include/orbsvcs/Notify/Notify_Default_Collection_Factory.h -%%TAO%%include/orbsvcs/Notify/Notify_Default_EMO_Factory.cpp -%%TAO%%include/orbsvcs/Notify/Notify_Default_EMO_Factory.h -%%TAO%%include/orbsvcs/Notify/Notify_Default_POA_Factory.cpp -%%TAO%%include/orbsvcs/Notify/Notify_Default_POA_Factory.h -%%TAO%%include/orbsvcs/Notify/Notify_EventChannelFactory_i.cpp -%%TAO%%include/orbsvcs/Notify/Notify_EventChannelFactory_i.h -%%TAO%%include/orbsvcs/Notify/Notify_Extensions.cpp -%%TAO%%include/orbsvcs/Notify/Notify_Extensions.h -%%TAO%%include/orbsvcs/Notify/Object.cpp -%%TAO%%include/orbsvcs/Notify/Object.h -%%TAO%%include/orbsvcs/Notify/Object.inl -%%TAO%%include/orbsvcs/Notify/POA_Helper.cpp -%%TAO%%include/orbsvcs/Notify/POA_Helper.h -%%TAO%%include/orbsvcs/Notify/POA_Helper.inl -%%TAO%%include/orbsvcs/Notify/Peer.cpp -%%TAO%%include/orbsvcs/Notify/Peer.h -%%TAO%%include/orbsvcs/Notify/Peer.inl -%%TAO%%include/orbsvcs/Notify/Properties.cpp -%%TAO%%include/orbsvcs/Notify/Properties.h -%%TAO%%include/orbsvcs/Notify/Properties.inl -%%TAO%%include/orbsvcs/Notify/Property.h -%%TAO%%include/orbsvcs/Notify/PropertySeq.cpp -%%TAO%%include/orbsvcs/Notify/PropertySeq.h -%%TAO%%include/orbsvcs/Notify/PropertySeq.inl -%%TAO%%include/orbsvcs/Notify/Property_Boolean.cpp -%%TAO%%include/orbsvcs/Notify/Property_Boolean.h -%%TAO%%include/orbsvcs/Notify/Property_Boolean.inl -%%TAO%%include/orbsvcs/Notify/Property_T.cpp -%%TAO%%include/orbsvcs/Notify/Property_T.h -%%TAO%%include/orbsvcs/Notify/Property_T.inl -%%TAO%%include/orbsvcs/Notify/Proxy.cpp -%%TAO%%include/orbsvcs/Notify/Proxy.h -%%TAO%%include/orbsvcs/Notify/Proxy.inl -%%TAO%%include/orbsvcs/Notify/ProxyConsumer.cpp -%%TAO%%include/orbsvcs/Notify/ProxyConsumer.h -%%TAO%%include/orbsvcs/Notify/ProxyConsumer.inl -%%TAO%%include/orbsvcs/Notify/ProxyConsumer_T.cpp -%%TAO%%include/orbsvcs/Notify/ProxyConsumer_T.h -%%TAO%%include/orbsvcs/Notify/ProxyConsumer_T.inl -%%TAO%%include/orbsvcs/Notify/ProxySupplier.cpp -%%TAO%%include/orbsvcs/Notify/ProxySupplier.h -%%TAO%%include/orbsvcs/Notify/ProxySupplier.inl -%%TAO%%include/orbsvcs/Notify/ProxySupplier_T.cpp -%%TAO%%include/orbsvcs/Notify/ProxySupplier_T.h -%%TAO%%include/orbsvcs/Notify/ProxySupplier_T.inl -%%TAO%%include/orbsvcs/Notify/Proxy_T.cpp -%%TAO%%include/orbsvcs/Notify/Proxy_T.h -%%TAO%%include/orbsvcs/Notify/Proxy_T.inl -%%TAO%%include/orbsvcs/Notify/QoSProperties.cpp -%%TAO%%include/orbsvcs/Notify/QoSProperties.h -%%TAO%%include/orbsvcs/Notify/QoSProperties.inl -%%TAO%%include/orbsvcs/Notify/RT_Builder.cpp -%%TAO%%include/orbsvcs/Notify/RT_Builder.h -%%TAO%%include/orbsvcs/Notify/RT_Builder.inl -%%TAO%%include/orbsvcs/Notify/RT_Factory.cpp -%%TAO%%include/orbsvcs/Notify/RT_Factory.h -%%TAO%%include/orbsvcs/Notify/RT_Factory.inl -%%TAO%%include/orbsvcs/Notify/RT_Notify_Service.cpp -%%TAO%%include/orbsvcs/Notify/RT_Notify_Service.h -%%TAO%%include/orbsvcs/Notify/RT_Notify_Service.inl -%%TAO%%include/orbsvcs/Notify/RT_POA_Helper.cpp -%%TAO%%include/orbsvcs/Notify/RT_POA_Helper.h -%%TAO%%include/orbsvcs/Notify/RT_POA_Helper.inl -%%TAO%%include/orbsvcs/Notify/RT_Properties.cpp -%%TAO%%include/orbsvcs/Notify/RT_Properties.h -%%TAO%%include/orbsvcs/Notify/RT_Properties.inl -%%TAO%%include/orbsvcs/Notify/Reactive_Task.cpp -%%TAO%%include/orbsvcs/Notify/Reactive_Task.h -%%TAO%%include/orbsvcs/Notify/Reactive_Task.inl -%%TAO%%include/orbsvcs/Notify/Refcountable.cpp -%%TAO%%include/orbsvcs/Notify/Refcountable.h -%%TAO%%include/orbsvcs/Notify/Refcountable.inl -%%TAO%%include/orbsvcs/Notify/Refcountable_Guard_T.cpp -%%TAO%%include/orbsvcs/Notify/Refcountable_Guard_T.h -%%TAO%%include/orbsvcs/Notify/Refcountable_Guard_T.inl -%%TAO%%include/orbsvcs/Notify/Seq_Worker_T.cpp -%%TAO%%include/orbsvcs/Notify/Seq_Worker_T.h -%%TAO%%include/orbsvcs/Notify/Seq_Worker_T.inl -%%TAO%%include/orbsvcs/Notify/Sequence/Batch_Buffering_Strategy.cpp -%%TAO%%include/orbsvcs/Notify/Sequence/Batch_Buffering_Strategy.h -%%TAO%%include/orbsvcs/Notify/Sequence/Batch_Buffering_Strategy.inl -%%TAO%%include/orbsvcs/Notify/Sequence/SequenceProxyPushConsumer.cpp -%%TAO%%include/orbsvcs/Notify/Sequence/SequenceProxyPushConsumer.h -%%TAO%%include/orbsvcs/Notify/Sequence/SequenceProxyPushConsumer.inl -%%TAO%%include/orbsvcs/Notify/Sequence/SequenceProxyPushSupplier.cpp -%%TAO%%include/orbsvcs/Notify/Sequence/SequenceProxyPushSupplier.h -%%TAO%%include/orbsvcs/Notify/Sequence/SequenceProxyPushSupplier.inl -%%TAO%%include/orbsvcs/Notify/Sequence/SequencePushConsumer.cpp -%%TAO%%include/orbsvcs/Notify/Sequence/SequencePushConsumer.h -%%TAO%%include/orbsvcs/Notify/Sequence/SequencePushConsumer.inl -%%TAO%%include/orbsvcs/Notify/Sequence/SequencePushSupplier.cpp -%%TAO%%include/orbsvcs/Notify/Sequence/SequencePushSupplier.h -%%TAO%%include/orbsvcs/Notify/Sequence/SequencePushSupplier.inl -%%TAO%%include/orbsvcs/Notify/Service.h -%%TAO%%include/orbsvcs/Notify/Structured/RT_StructuredProxyPushSupplier.cpp -%%TAO%%include/orbsvcs/Notify/Structured/RT_StructuredProxyPushSupplier.h -%%TAO%%include/orbsvcs/Notify/Structured/RT_StructuredProxyPushSupplier.inl -%%TAO%%include/orbsvcs/Notify/Structured/StructuredEvent.cpp -%%TAO%%include/orbsvcs/Notify/Structured/StructuredEvent.h -%%TAO%%include/orbsvcs/Notify/Structured/StructuredEvent.inl -%%TAO%%include/orbsvcs/Notify/Structured/StructuredProxyPushConsumer.cpp -%%TAO%%include/orbsvcs/Notify/Structured/StructuredProxyPushConsumer.h -%%TAO%%include/orbsvcs/Notify/Structured/StructuredProxyPushConsumer.inl -%%TAO%%include/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.cpp -%%TAO%%include/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.h -%%TAO%%include/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.inl -%%TAO%%include/orbsvcs/Notify/Structured/StructuredPushConsumer.cpp -%%TAO%%include/orbsvcs/Notify/Structured/StructuredPushConsumer.h -%%TAO%%include/orbsvcs/Notify/Structured/StructuredPushConsumer.inl -%%TAO%%include/orbsvcs/Notify/Structured/StructuredPushSupplier.cpp -%%TAO%%include/orbsvcs/Notify/Structured/StructuredPushSupplier.h -%%TAO%%include/orbsvcs/Notify/Structured/StructuredPushSupplier.inl -%%TAO%%include/orbsvcs/Notify/Subscription_Change_Worker.cpp -%%TAO%%include/orbsvcs/Notify/Subscription_Change_Worker.h -%%TAO%%include/orbsvcs/Notify/Subscription_Change_Worker.inl -%%TAO%%include/orbsvcs/Notify/Supplier.cpp -%%TAO%%include/orbsvcs/Notify/Supplier.h -%%TAO%%include/orbsvcs/Notify/Supplier.inl -%%TAO%%include/orbsvcs/Notify/SupplierAdmin.cpp -%%TAO%%include/orbsvcs/Notify/SupplierAdmin.h -%%TAO%%include/orbsvcs/Notify/SupplierAdmin.inl -%%TAO%%include/orbsvcs/Notify/Supplier_Map.h -%%TAO%%include/orbsvcs/Notify/ThreadPool_Task.cpp -%%TAO%%include/orbsvcs/Notify/ThreadPool_Task.h -%%TAO%%include/orbsvcs/Notify/ThreadPool_Task.inl -%%TAO%%include/orbsvcs/Notify/Timer.h -%%TAO%%include/orbsvcs/Notify/Timer_Queue.cpp -%%TAO%%include/orbsvcs/Notify/Timer_Queue.h -%%TAO%%include/orbsvcs/Notify/Timer_Queue.inl -%%TAO%%include/orbsvcs/Notify/Timer_Reactor.cpp -%%TAO%%include/orbsvcs/Notify/Timer_Reactor.h -%%TAO%%include/orbsvcs/Notify/Timer_Reactor.inl -%%TAO%%include/orbsvcs/Notify/Worker_Task.cpp -%%TAO%%include/orbsvcs/Notify/Worker_Task.h -%%TAO%%include/orbsvcs/Notify/Worker_Task.inl -%%TAO%%include/orbsvcs/Notify/notify_export.h -%%TAO%%include/orbsvcs/Notify/rt_notify_export.h -%%TAO%%include/orbsvcs/NotifyExt.idl -%%TAO%%include/orbsvcs/NotifyExtC.cpp -%%TAO%%include/orbsvcs/NotifyExtC.h -%%TAO%%include/orbsvcs/NotifyExtC.inl -%%TAO%%include/orbsvcs/NotifyExtS.cpp -%%TAO%%include/orbsvcs/NotifyExtS.h -%%TAO%%include/orbsvcs/NotifyExtS.inl -%%TAO%%include/orbsvcs/NotifyExtS_T.cpp -%%TAO%%include/orbsvcs/NotifyExtS_T.h -%%TAO%%include/orbsvcs/NotifyExtS_T.inl -%%TAO%%include/orbsvcs/Null_MediaCtrl.idl -%%TAO%%include/orbsvcs/Null_MediaCtrlC.cpp -%%TAO%%include/orbsvcs/Null_MediaCtrlC.h -%%TAO%%include/orbsvcs/Null_MediaCtrlC.inl -%%TAO%%include/orbsvcs/Null_MediaCtrlS.cpp -%%TAO%%include/orbsvcs/Null_MediaCtrlS.h -%%TAO%%include/orbsvcs/Null_MediaCtrlS.inl -%%TAO%%include/orbsvcs/Null_MediaCtrlS_T.cpp -%%TAO%%include/orbsvcs/Null_MediaCtrlS_T.h -%%TAO%%include/orbsvcs/Null_MediaCtrlS_T.inl -%%TAO%%include/orbsvcs/PortableGroup.idl -%%TAO%%include/orbsvcs/PortableGroup/PG_Default_Property_Validator.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_Default_Property_Validator.h -%%TAO%%include/orbsvcs/PortableGroup/PG_FactoryRegistry.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_FactoryRegistry.h -%%TAO%%include/orbsvcs/PortableGroup/PG_Factory_Map.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_Factory_Map.h -%%TAO%%include/orbsvcs/PortableGroup/PG_Factory_Set.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_Factory_Set.h -%%TAO%%include/orbsvcs/PortableGroup/PG_GenericFactory.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_GenericFactory.h -%%TAO%%include/orbsvcs/PortableGroup/PG_Group_Factory.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_Group_Factory.h -%%TAO%%include/orbsvcs/PortableGroup/PG_Group_Guard.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_Group_Guard.h -%%TAO%%include/orbsvcs/PortableGroup/PG_Location_Equal_To.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_Location_Equal_To.h -%%TAO%%include/orbsvcs/PortableGroup/PG_Location_Equal_To.inl -%%TAO%%include/orbsvcs/PortableGroup/PG_Location_Hash.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_Location_Hash.h -%%TAO%%include/orbsvcs/PortableGroup/PG_Location_Hash.inl -%%TAO%%include/orbsvcs/PortableGroup/PG_Location_Map.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_Location_Map.h -%%TAO%%include/orbsvcs/PortableGroup/PG_MemberInfo.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_MemberInfo.h -%%TAO%%include/orbsvcs/PortableGroup/PG_Null_Property_Validator.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_Null_Property_Validator.h -%%TAO%%include/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_ObjectGroupManager.h -%%TAO%%include/orbsvcs/PortableGroup/PG_ObjectGroup_Map.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_ObjectGroup_Map.h -%%TAO%%include/orbsvcs/PortableGroup/PG_Object_Group.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_Object_Group.h -%%TAO%%include/orbsvcs/PortableGroup/PG_Object_Group_Manipulator.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_Object_Group_Manipulator.h -%%TAO%%include/orbsvcs/PortableGroup/PG_Operators.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_Operators.h -%%TAO%%include/orbsvcs/PortableGroup/PG_Properties_Encoder.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_Properties_Encoder.h -%%TAO%%include/orbsvcs/PortableGroup/PG_Properties_Encoder.inl -%%TAO%%include/orbsvcs/PortableGroup/PG_Properties_Support.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_Properties_Support.h -%%TAO%%include/orbsvcs/PortableGroup/PG_PropertyManager.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_PropertyManager.h -%%TAO%%include/orbsvcs/PortableGroup/PG_Property_Set.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_Property_Set.h -%%TAO%%include/orbsvcs/PortableGroup/PG_Property_Set_Find.h -%%TAO%%include/orbsvcs/PortableGroup/PG_Property_Utils.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_Property_Utils.h -%%TAO%%include/orbsvcs/PortableGroup/PG_Utils.cpp -%%TAO%%include/orbsvcs/PortableGroup/PG_Utils.h -%%TAO%%include/orbsvcs/PortableGroup/PG_conf.h -%%TAO%%include/orbsvcs/PortableGroup/POA_Hooks.cpp -%%TAO%%include/orbsvcs/PortableGroup/POA_Hooks.h -%%TAO%%include/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.cpp -%%TAO%%include/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.h -%%TAO%%include/orbsvcs/PortableGroup/PortableGroup_Loader.cpp -%%TAO%%include/orbsvcs/PortableGroup/PortableGroup_Loader.h -%%TAO%%include/orbsvcs/PortableGroup/PortableGroup_ORBInitializer.cpp -%%TAO%%include/orbsvcs/PortableGroup/PortableGroup_ORBInitializer.h -%%TAO%%include/orbsvcs/PortableGroup/PortableGroup_Request_Dispatcher.cpp -%%TAO%%include/orbsvcs/PortableGroup/PortableGroup_Request_Dispatcher.h -%%TAO%%include/orbsvcs/PortableGroup/Portable_Group_Map.cpp -%%TAO%%include/orbsvcs/PortableGroup/Portable_Group_Map.h -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Acceptor.cpp -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Acceptor.h -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Acceptor.i -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Connection_Handler.h -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Connection_Handler.i -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Connector.cpp -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Connector.h -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Endpoint.cpp -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Endpoint.h -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Endpoint.i -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Factory.cpp -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Factory.h -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Message_Block_Data_Iterator.cpp -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Message_Block_Data_Iterator.h -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Profile.cpp -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Profile.h -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Profile.i -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Transport.cpp -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Transport.h -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Transport.i -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Wait_Never.cpp -%%TAO%%include/orbsvcs/PortableGroup/UIPMC_Wait_Never.h -%%TAO%%include/orbsvcs/PortableGroup/miopconf.h -%%TAO%%include/orbsvcs/PortableGroup/portablegroup_export.h -%%TAO%%include/orbsvcs/PortableGroupC.cpp -%%TAO%%include/orbsvcs/PortableGroupC.h -%%TAO%%include/orbsvcs/PortableGroupC.inl -%%TAO%%include/orbsvcs/PortableGroupS.cpp -%%TAO%%include/orbsvcs/PortableGroupS.h -%%TAO%%include/orbsvcs/PortableGroupS.inl -%%TAO%%include/orbsvcs/PortableGroupS_T.cpp -%%TAO%%include/orbsvcs/PortableGroupS_T.h -%%TAO%%include/orbsvcs/PortableGroupS_T.inl -%%TAO%%include/orbsvcs/PortableGroup_Simple_DS.idl -%%TAO%%include/orbsvcs/PortableGroup_Simple_DSC.cpp -%%TAO%%include/orbsvcs/PortableGroup_Simple_DSC.h -%%TAO%%include/orbsvcs/PortableGroup_Simple_DSC.inl -%%TAO%%include/orbsvcs/PortableGroup_Simple_DSS.cpp -%%TAO%%include/orbsvcs/PortableGroup_Simple_DSS.h -%%TAO%%include/orbsvcs/PortableGroup_Simple_DSS.inl -%%TAO%%include/orbsvcs/PortableGroup_Simple_DSS_T.cpp -%%TAO%%include/orbsvcs/PortableGroup_Simple_DSS_T.h -%%TAO%%include/orbsvcs/PortableGroup_Simple_DSS_T.inl -%%TAO%%include/orbsvcs/Property/CosPropertyService_i.cpp -%%TAO%%include/orbsvcs/Property/CosPropertyService_i.h -%%TAO%%include/orbsvcs/Property/property_export.h -%%TAO%%include/orbsvcs/RTCosScheduling.idl -%%TAO%%include/orbsvcs/RTCosScheduling/RTCosScheduling_ClientScheduler_i.cpp -%%TAO%%include/orbsvcs/RTCosScheduling/RTCosScheduling_ClientScheduler_i.h -%%TAO%%include/orbsvcs/RTCosScheduling/RTCosScheduling_ClientScheduler_i.i -%%TAO%%include/orbsvcs/RTCosScheduling/RTCosScheduling_PCP_Manager.cpp -%%TAO%%include/orbsvcs/RTCosScheduling/RTCosScheduling_PCP_Manager.h -%%TAO%%include/orbsvcs/RTCosScheduling/RTCosScheduling_PCP_Manager.i -%%TAO%%include/orbsvcs/RTCosScheduling/RTCosScheduling_ServerScheduler_i.cpp -%%TAO%%include/orbsvcs/RTCosScheduling/RTCosScheduling_ServerScheduler_i.h -%%TAO%%include/orbsvcs/RTCosScheduling/RTCosScheduling_ServerScheduler_i.i -%%TAO%%include/orbsvcs/RTCosScheduling/RTCosScheduling_export.h -%%TAO%%include/orbsvcs/RTCosSchedulingC.cpp -%%TAO%%include/orbsvcs/RTCosSchedulingC.h -%%TAO%%include/orbsvcs/RTCosSchedulingC.inl -%%TAO%%include/orbsvcs/RTCosSchedulingS.cpp -%%TAO%%include/orbsvcs/RTCosSchedulingS.h -%%TAO%%include/orbsvcs/RTCosSchedulingS.inl -%%TAO%%include/orbsvcs/RTCosSchedulingS_T.cpp -%%TAO%%include/orbsvcs/RTCosSchedulingS_T.h -%%TAO%%include/orbsvcs/RTCosSchedulingS_T.inl -%%TAO%%include/orbsvcs/RTEventLogAdmin.idl -%%TAO%%include/orbsvcs/RTEventLogAdminC.cpp -%%TAO%%include/orbsvcs/RTEventLogAdminC.h -%%TAO%%include/orbsvcs/RTEventLogAdminC.inl -%%TAO%%include/orbsvcs/RTEventLogAdminS.cpp -%%TAO%%include/orbsvcs/RTEventLogAdminS.h -%%TAO%%include/orbsvcs/RTEventLogAdminS.inl -%%TAO%%include/orbsvcs/RTEventLogAdminS_T.cpp -%%TAO%%include/orbsvcs/RTEventLogAdminS_T.h -%%TAO%%include/orbsvcs/RTEventLogAdminS_T.inl -%%TAO%%include/orbsvcs/RtecBase.idl -%%TAO%%include/orbsvcs/RtecBaseC.cpp -%%TAO%%include/orbsvcs/RtecBaseC.h -%%TAO%%include/orbsvcs/RtecBaseC.inl -%%TAO%%include/orbsvcs/RtecBaseS.cpp -%%TAO%%include/orbsvcs/RtecBaseS.h -%%TAO%%include/orbsvcs/RtecBaseS.inl -%%TAO%%include/orbsvcs/RtecBaseS_T.cpp -%%TAO%%include/orbsvcs/RtecBaseS_T.h -%%TAO%%include/orbsvcs/RtecBaseS_T.inl -%%TAO%%include/orbsvcs/RtecDefaultEventData.idl -%%TAO%%include/orbsvcs/RtecDefaultEventDataC.cpp -%%TAO%%include/orbsvcs/RtecDefaultEventDataC.h -%%TAO%%include/orbsvcs/RtecDefaultEventDataC.inl -%%TAO%%include/orbsvcs/RtecDefaultEventDataS.cpp -%%TAO%%include/orbsvcs/RtecDefaultEventDataS.h -%%TAO%%include/orbsvcs/RtecDefaultEventDataS.inl -%%TAO%%include/orbsvcs/RtecDefaultEventDataS_T.cpp -%%TAO%%include/orbsvcs/RtecDefaultEventDataS_T.h -%%TAO%%include/orbsvcs/RtecDefaultEventDataS_T.inl -%%TAO%%include/orbsvcs/RtecEventChannelAdmin.idl -%%TAO%%include/orbsvcs/RtecEventChannelAdminC.cpp -%%TAO%%include/orbsvcs/RtecEventChannelAdminC.h -%%TAO%%include/orbsvcs/RtecEventChannelAdminC.inl -%%TAO%%include/orbsvcs/RtecEventChannelAdminS.cpp -%%TAO%%include/orbsvcs/RtecEventChannelAdminS.h -%%TAO%%include/orbsvcs/RtecEventChannelAdminS.inl -%%TAO%%include/orbsvcs/RtecEventChannelAdminS_T.cpp -%%TAO%%include/orbsvcs/RtecEventChannelAdminS_T.h -%%TAO%%include/orbsvcs/RtecEventChannelAdminS_T.inl -%%TAO%%include/orbsvcs/RtecEventComm.idl -%%TAO%%include/orbsvcs/RtecEventCommC.cpp -%%TAO%%include/orbsvcs/RtecEventCommC.h -%%TAO%%include/orbsvcs/RtecEventCommC.inl -%%TAO%%include/orbsvcs/RtecEventCommS.cpp -%%TAO%%include/orbsvcs/RtecEventCommS.h -%%TAO%%include/orbsvcs/RtecEventCommS.inl -%%TAO%%include/orbsvcs/RtecEventCommS_T.cpp -%%TAO%%include/orbsvcs/RtecEventCommS_T.h -%%TAO%%include/orbsvcs/RtecEventCommS_T.inl -%%TAO%%include/orbsvcs/RtecScheduler.idl -%%TAO%%include/orbsvcs/RtecSchedulerC.cpp -%%TAO%%include/orbsvcs/RtecSchedulerC.h -%%TAO%%include/orbsvcs/RtecSchedulerC.inl -%%TAO%%include/orbsvcs/RtecSchedulerS.cpp -%%TAO%%include/orbsvcs/RtecSchedulerS.h -%%TAO%%include/orbsvcs/RtecSchedulerS.inl -%%TAO%%include/orbsvcs/RtecSchedulerS_T.cpp -%%TAO%%include/orbsvcs/RtecSchedulerS_T.h -%%TAO%%include/orbsvcs/RtecSchedulerS_T.inl -%%TAO%%include/orbsvcs/RtecUDPAdmin.idl -%%TAO%%include/orbsvcs/RtecUDPAdminC.cpp -%%TAO%%include/orbsvcs/RtecUDPAdminC.h -%%TAO%%include/orbsvcs/RtecUDPAdminC.inl -%%TAO%%include/orbsvcs/RtecUDPAdminS.cpp -%%TAO%%include/orbsvcs/RtecUDPAdminS.h -%%TAO%%include/orbsvcs/RtecUDPAdminS.inl -%%TAO%%include/orbsvcs/RtecUDPAdminS_T.cpp -%%TAO%%include/orbsvcs/RtecUDPAdminS_T.h -%%TAO%%include/orbsvcs/RtecUDPAdminS_T.inl -%%TAO%%include/orbsvcs/Runtime_Scheduler.cpp -%%TAO%%include/orbsvcs/Runtime_Scheduler.h -%%TAO%%include/orbsvcs/Runtime_Scheduler.i -%%TAO%%include/orbsvcs/SL3CSI.idl -%%TAO%%include/orbsvcs/SL3TCPIP.idl -%%TAO%%include/orbsvcs/SL3TLS.idl -%%TAO%%include/orbsvcs/SSLIOP.idl -%%TAO%%include/orbsvcs/SSLIOP/IIOP_SSL_Acceptor.cpp -%%TAO%%include/orbsvcs/SSLIOP/IIOP_SSL_Acceptor.h -%%TAO%%include/orbsvcs/SSLIOP/IIOP_SSL_Connection_Handler.cpp -%%TAO%%include/orbsvcs/SSLIOP/IIOP_SSL_Connection_Handler.h -%%TAO%%include/orbsvcs/SSLIOP/IIOP_SSL_Connection_Handler.inl -%%TAO%%include/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp -%%TAO%%include/orbsvcs/SSLIOP/IIOP_SSL_Connector.h -%%TAO%%include/orbsvcs/SSLIOP/IIOP_SSL_Transport.cpp -%%TAO%%include/orbsvcs/SSLIOP/IIOP_SSL_Transport.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Accept_Strategy.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Accept_Strategy.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Acceptor.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Acceptor.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Acceptor.i -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_ClientCredentials.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_ClientCredentials.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.i -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Connector.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Connector.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Credentials.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Credentials.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Credentials.inl -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirer.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirerFactory.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_CredentialsAcquirerFactory.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Current.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Current.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Current.inl -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Current_Impl.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Current_Impl.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Current_Impl.inl -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_EVP_PKEY.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_EVP_PKEY.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_EVP_PKEY.inl -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Endpoint.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Endpoint.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Endpoint.i -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Export.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Factory.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Factory.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Profile.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Profile.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Profile.i -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_TargetCredentials.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_TargetCredentials.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Transport.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Transport.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Util.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_Util.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_X509.cpp -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_X509.h -%%TAO%%include/orbsvcs/SSLIOP/SSLIOP_X509.inl -%%TAO%%include/orbsvcs/SSLIOP/ssl_endpoints.cpp -%%TAO%%include/orbsvcs/SSLIOP/ssl_endpoints.h -%%TAO%%include/orbsvcs/SSLIOP/ssl_endpoints.i -%%TAO%%include/orbsvcs/SSLIOP/ssl_endpoints.pidl -%%TAO%%include/orbsvcs/SSLIOPC.cpp -%%TAO%%include/orbsvcs/SSLIOPC.h -%%TAO%%include/orbsvcs/SSLIOPC.inl -%%TAO%%include/orbsvcs/SSLIOPS.cpp -%%TAO%%include/orbsvcs/SSLIOPS.h -%%TAO%%include/orbsvcs/SSLIOPS.inl -%%TAO%%include/orbsvcs/SSLIOPS_T.cpp -%%TAO%%include/orbsvcs/SSLIOPS_T.h -%%TAO%%include/orbsvcs/SSLIOPS_T.inl -%%TAO%%include/orbsvcs/Sched/Config_Scheduler.cpp -%%TAO%%include/orbsvcs/Sched/Config_Scheduler.h -%%TAO%%include/orbsvcs/Sched/Config_Scheduler.i -%%TAO%%include/orbsvcs/Sched/DynSched.cpp -%%TAO%%include/orbsvcs/Sched/DynSched.h -%%TAO%%include/orbsvcs/Sched/DynSched.i -%%TAO%%include/orbsvcs/Sched/Reconfig_Sched_Utils.cpp -%%TAO%%include/orbsvcs/Sched/Reconfig_Sched_Utils.h -%%TAO%%include/orbsvcs/Sched/Reconfig_Sched_Utils.i -%%TAO%%include/orbsvcs/Sched/Reconfig_Sched_Utils_T.cpp -%%TAO%%include/orbsvcs/Sched/Reconfig_Sched_Utils_T.h -%%TAO%%include/orbsvcs/Sched/Reconfig_Sched_Utils_T.i -%%TAO%%include/orbsvcs/Sched/Reconfig_Scheduler.cpp -%%TAO%%include/orbsvcs/Sched/Reconfig_Scheduler.h -%%TAO%%include/orbsvcs/Sched/Reconfig_Scheduler.i -%%TAO%%include/orbsvcs/Sched/Reconfig_Scheduler_T.cpp -%%TAO%%include/orbsvcs/Sched/Reconfig_Scheduler_T.h -%%TAO%%include/orbsvcs/Sched/Reconfig_Scheduler_T.i -%%TAO%%include/orbsvcs/Sched/SchedEntry.cpp -%%TAO%%include/orbsvcs/Sched/SchedEntry.h -%%TAO%%include/orbsvcs/Sched/SchedEntry.i -%%TAO%%include/orbsvcs/Sched/Scheduler.cpp -%%TAO%%include/orbsvcs/Sched/Scheduler.h -%%TAO%%include/orbsvcs/Sched/Scheduler.i -%%TAO%%include/orbsvcs/Sched/Scheduler_Generic.cpp -%%TAO%%include/orbsvcs/Sched/Scheduler_Generic.h -%%TAO%%include/orbsvcs/Sched/Scheduler_Generic.i -%%TAO%%include/orbsvcs/Sched/Strategy_Scheduler.cpp -%%TAO%%include/orbsvcs/Sched/Strategy_Scheduler.h -%%TAO%%include/orbsvcs/Sched/Strategy_Scheduler.i -%%TAO%%include/orbsvcs/Sched/sched_export.h -%%TAO%%include/orbsvcs/Scheduler_Factory.cpp -%%TAO%%include/orbsvcs/Scheduler_Factory.h -%%TAO%%include/orbsvcs/Scheduler_Factory.i -%%TAO%%include/orbsvcs/Scheduler_Utilities.cpp -%%TAO%%include/orbsvcs/Scheduler_Utilities.h -%%TAO%%include/orbsvcs/Scheduler_Utilities.i -%%TAO%%include/orbsvcs/Security.idl -%%TAO%%include/orbsvcs/Security/CSI_Utils.cpp -%%TAO%%include/orbsvcs/Security/CSI_Utils.h -%%TAO%%include/orbsvcs/Security/SL2_EstablishTrustPolicy.cpp -%%TAO%%include/orbsvcs/Security/SL2_EstablishTrustPolicy.h -%%TAO%%include/orbsvcs/Security/SL2_QOPPolicy.cpp -%%TAO%%include/orbsvcs/Security/SL2_QOPPolicy.h -%%TAO%%include/orbsvcs/Security/SL3_ContextEstablishmentPolicy.cpp -%%TAO%%include/orbsvcs/Security/SL3_ContextEstablishmentPolicy.h -%%TAO%%include/orbsvcs/Security/SL3_CredentialsAcquirerFactory.cpp -%%TAO%%include/orbsvcs/Security/SL3_CredentialsAcquirerFactory.h -%%TAO%%include/orbsvcs/Security/SL3_CredentialsCurator.cpp -%%TAO%%include/orbsvcs/Security/SL3_CredentialsCurator.h -%%TAO%%include/orbsvcs/Security/SL3_ObjectCredentialsPolicy.cpp -%%TAO%%include/orbsvcs/Security/SL3_ObjectCredentialsPolicy.h -%%TAO%%include/orbsvcs/Security/SL3_PolicyFactory.cpp -%%TAO%%include/orbsvcs/Security/SL3_PolicyFactory.h -%%TAO%%include/orbsvcs/Security/SL3_SecurityCurrent.cpp -%%TAO%%include/orbsvcs/Security/SL3_SecurityCurrent.h -%%TAO%%include/orbsvcs/Security/SL3_SecurityCurrent.inl -%%TAO%%include/orbsvcs/Security/SL3_SecurityCurrent_Impl.cpp -%%TAO%%include/orbsvcs/Security/SL3_SecurityCurrent_Impl.h -%%TAO%%include/orbsvcs/Security/SL3_SecurityManager.cpp -%%TAO%%include/orbsvcs/Security/SL3_SecurityManager.h -%%TAO%%include/orbsvcs/Security/Security_Current.cpp -%%TAO%%include/orbsvcs/Security/Security_Current.h -%%TAO%%include/orbsvcs/Security/Security_Current.inl -%%TAO%%include/orbsvcs/Security/Security_Current_Impl.cpp -%%TAO%%include/orbsvcs/Security/Security_Current_Impl.h -%%TAO%%include/orbsvcs/Security/Security_ORBInitializer.cpp -%%TAO%%include/orbsvcs/Security/Security_ORBInitializer.h -%%TAO%%include/orbsvcs/Security/Security_PolicyFactory.cpp -%%TAO%%include/orbsvcs/Security/Security_PolicyFactory.h -%%TAO%%include/orbsvcs/Security/security_export.h -%%TAO%%include/orbsvcs/SecurityAdmin.idl -%%TAO%%include/orbsvcs/SecurityC.cpp -%%TAO%%include/orbsvcs/SecurityC.h -%%TAO%%include/orbsvcs/SecurityC.inl -%%TAO%%include/orbsvcs/SecurityLevel1.idl -%%TAO%%include/orbsvcs/SecurityLevel1C.cpp -%%TAO%%include/orbsvcs/SecurityLevel1C.h -%%TAO%%include/orbsvcs/SecurityLevel1C.inl -%%TAO%%include/orbsvcs/SecurityLevel1S.cpp -%%TAO%%include/orbsvcs/SecurityLevel1S.h -%%TAO%%include/orbsvcs/SecurityLevel1S.inl -%%TAO%%include/orbsvcs/SecurityLevel1S_T.cpp -%%TAO%%include/orbsvcs/SecurityLevel1S_T.h -%%TAO%%include/orbsvcs/SecurityLevel1S_T.inl -%%TAO%%include/orbsvcs/SecurityLevel2.idl -%%TAO%%include/orbsvcs/SecurityLevel2C.cpp -%%TAO%%include/orbsvcs/SecurityLevel2C.h -%%TAO%%include/orbsvcs/SecurityLevel2C.inl -%%TAO%%include/orbsvcs/SecurityLevel2S.cpp -%%TAO%%include/orbsvcs/SecurityLevel2S.h -%%TAO%%include/orbsvcs/SecurityLevel2S.inl -%%TAO%%include/orbsvcs/SecurityLevel2S_T.cpp -%%TAO%%include/orbsvcs/SecurityLevel2S_T.h -%%TAO%%include/orbsvcs/SecurityLevel2S_T.inl -%%TAO%%include/orbsvcs/SecurityLevel3.idl -%%TAO%%include/orbsvcs/SecurityLevel3C.cpp -%%TAO%%include/orbsvcs/SecurityLevel3C.h -%%TAO%%include/orbsvcs/SecurityLevel3C.inl -%%TAO%%include/orbsvcs/SecurityLevel3S.cpp -%%TAO%%include/orbsvcs/SecurityLevel3S.h -%%TAO%%include/orbsvcs/SecurityLevel3S.inl -%%TAO%%include/orbsvcs/SecurityLevel3S_T.cpp -%%TAO%%include/orbsvcs/SecurityLevel3S_T.h -%%TAO%%include/orbsvcs/SecurityLevel3S_T.inl -%%TAO%%include/orbsvcs/SecurityReplaceable.idl -%%TAO%%include/orbsvcs/SecurityS.cpp -%%TAO%%include/orbsvcs/SecurityS.h -%%TAO%%include/orbsvcs/SecurityS.inl -%%TAO%%include/orbsvcs/SecurityS_T.cpp -%%TAO%%include/orbsvcs/SecurityS_T.h -%%TAO%%include/orbsvcs/SecurityS_T.inl -%%TAO%%include/orbsvcs/Time/TAO_TIO.cpp -%%TAO%%include/orbsvcs/Time/TAO_TIO.h -%%TAO%%include/orbsvcs/Time/TAO_Time_Service_Clerk.cpp -%%TAO%%include/orbsvcs/Time/TAO_Time_Service_Clerk.h -%%TAO%%include/orbsvcs/Time/TAO_Time_Service_Server.cpp -%%TAO%%include/orbsvcs/Time/TAO_Time_Service_Server.h -%%TAO%%include/orbsvcs/Time/TAO_UTO.cpp -%%TAO%%include/orbsvcs/Time/TAO_UTO.h -%%TAO%%include/orbsvcs/Time/Timer_Helper.cpp -%%TAO%%include/orbsvcs/Time/Timer_Helper.h -%%TAO%%include/orbsvcs/Time/time_export.h -%%TAO%%include/orbsvcs/TimeBase.idl -%%TAO%%include/orbsvcs/TimeBaseC.cpp -%%TAO%%include/orbsvcs/TimeBaseC.h -%%TAO%%include/orbsvcs/TimeBaseC.inl -%%TAO%%include/orbsvcs/TimeBaseS.cpp -%%TAO%%include/orbsvcs/TimeBaseS.h -%%TAO%%include/orbsvcs/TimeBaseS.inl -%%TAO%%include/orbsvcs/TimeBaseS_T.cpp -%%TAO%%include/orbsvcs/TimeBaseS_T.h -%%TAO%%include/orbsvcs/TimeBaseS_T.inl -%%TAO%%include/orbsvcs/TimeService.idl -%%TAO%%include/orbsvcs/TimeServiceC.cpp -%%TAO%%include/orbsvcs/TimeServiceC.h -%%TAO%%include/orbsvcs/TimeServiceC.inl -%%TAO%%include/orbsvcs/TimeServiceS.cpp -%%TAO%%include/orbsvcs/TimeServiceS.h -%%TAO%%include/orbsvcs/TimeServiceS.inl -%%TAO%%include/orbsvcs/TimeServiceS_T.cpp -%%TAO%%include/orbsvcs/TimeServiceS_T.h -%%TAO%%include/orbsvcs/TimeServiceS_T.inl -%%TAO%%include/orbsvcs/Time_Utilities.cpp -%%TAO%%include/orbsvcs/Time_Utilities.h -%%TAO%%include/orbsvcs/Time_Utilities.i -%%TAO%%include/orbsvcs/Trader/Constraint_Interpreter.cpp -%%TAO%%include/orbsvcs/Trader/Constraint_Interpreter.h -%%TAO%%include/orbsvcs/Trader/Constraint_Nodes.cpp -%%TAO%%include/orbsvcs/Trader/Constraint_Nodes.h -%%TAO%%include/orbsvcs/Trader/Constraint_Tokens.h -%%TAO%%include/orbsvcs/Trader/Constraint_Visitors.cpp -%%TAO%%include/orbsvcs/Trader/Constraint_Visitors.h -%%TAO%%include/orbsvcs/Trader/Constraint_l.cpp -%%TAO%%include/orbsvcs/Trader/Constraint_y.cpp -%%TAO%%include/orbsvcs/Trader/Interpreter.cpp -%%TAO%%include/orbsvcs/Trader/Interpreter.h -%%TAO%%include/orbsvcs/Trader/Interpreter_Utils.cpp -%%TAO%%include/orbsvcs/Trader/Interpreter_Utils.h -%%TAO%%include/orbsvcs/Trader/Interpreter_Utils_T.cpp -%%TAO%%include/orbsvcs/Trader/Interpreter_Utils_T.h -%%TAO%%include/orbsvcs/Trader/Locking.h -%%TAO%%include/orbsvcs/Trader/Offer_Database.cpp -%%TAO%%include/orbsvcs/Trader/Offer_Database.h -%%TAO%%include/orbsvcs/Trader/Offer_Iterators.cpp -%%TAO%%include/orbsvcs/Trader/Offer_Iterators.h -%%TAO%%include/orbsvcs/Trader/Offer_Iterators_T.cpp -%%TAO%%include/orbsvcs/Trader/Offer_Iterators_T.h -%%TAO%%include/orbsvcs/Trader/Service_Type_Repository.cpp -%%TAO%%include/orbsvcs/Trader/Service_Type_Repository.h -%%TAO%%include/orbsvcs/Trader/Trader.cpp -%%TAO%%include/orbsvcs/Trader/Trader.h -%%TAO%%include/orbsvcs/Trader/Trader_Constraint_Visitors.cpp -%%TAO%%include/orbsvcs/Trader/Trader_Constraint_Visitors.h -%%TAO%%include/orbsvcs/Trader/Trader_Interfaces.cpp -%%TAO%%include/orbsvcs/Trader/Trader_Interfaces.h -%%TAO%%include/orbsvcs/Trader/Trader_T.cpp -%%TAO%%include/orbsvcs/Trader/Trader_T.h -%%TAO%%include/orbsvcs/Trader/Trader_Utils.cpp -%%TAO%%include/orbsvcs/Trader/Trader_Utils.h -%%TAO%%include/orbsvcs/Trader/Trading_Loader.cpp -%%TAO%%include/orbsvcs/Trader/Trading_Loader.h -%%TAO%%include/orbsvcs/Trader/trading_export.h -%%TAO%%include/orbsvcs/miop.idl -%%TAO%%include/orbsvcs/miopC.cpp -%%TAO%%include/orbsvcs/miopC.h -%%TAO%%include/orbsvcs/miopC.inl -%%TAO%%include/orbsvcs/miopS.cpp -%%TAO%%include/orbsvcs/miopS.h -%%TAO%%include/orbsvcs/miopS.inl -%%TAO%%include/orbsvcs/miopS_T.cpp -%%TAO%%include/orbsvcs/miopS_T.h -%%TAO%%include/orbsvcs/miopS_T.inl -%%TAO%%include/orbsvcs/orbsvcs_export.h -%%TAO%%include/orbsvcs/sfp.idl -%%TAO%%include/orbsvcs/sfpC.cpp -%%TAO%%include/orbsvcs/sfpC.h -%%TAO%%include/orbsvcs/sfpC.inl -%%TAO%%include/orbsvcs/sfpS.cpp -%%TAO%%include/orbsvcs/sfpS.h -%%TAO%%include/orbsvcs/sfpS.inl -%%TAO%%include/orbsvcs/sfpS_T.cpp -%%TAO%%include/orbsvcs/sfpS_T.h -%%TAO%%include/orbsvcs/sfpS_T.inl -%%TAO%%include/orbsvcs/svc_utils_export.h -%%TAO%%include/tao/Abstract_Servant_Base.cpp -%%TAO%%include/tao/Abstract_Servant_Base.h -%%TAO%%include/tao/Acceptor_Filter.cpp -%%TAO%%include/tao/Acceptor_Filter.h -%%TAO%%include/tao/Acceptor_Filter.i -%%TAO%%include/tao/Acceptor_Impl.cpp -%%TAO%%include/tao/Acceptor_Impl.h -%%TAO%%include/tao/Acceptor_Impl.i -%%TAO%%include/tao/Acceptor_Registry.cpp -%%TAO%%include/tao/Acceptor_Registry.h -%%TAO%%include/tao/Acceptor_Registry.i -%%TAO%%include/tao/Adapter.cpp -%%TAO%%include/tao/Adapter.h -%%TAO%%include/tao/Adapter.i -%%TAO%%include/tao/Allocator.h -%%TAO%%include/tao/Any.cpp -%%TAO%%include/tao/Any.h -%%TAO%%include/tao/Any.i -%%TAO%%include/tao/AnySeq.pidl -%%TAO%%include/tao/AnySeqA.cpp -%%TAO%%include/tao/AnySeqC.cpp -%%TAO%%include/tao/AnySeqC.h -%%TAO%%include/tao/AnySeqC.inl -%%TAO%%include/tao/AnySeqS.h -%%TAO%%include/tao/Any_Array_Impl_T.cpp -%%TAO%%include/tao/Any_Array_Impl_T.h -%%TAO%%include/tao/Any_Array_Impl_T.inl -%%TAO%%include/tao/Any_Basic_Impl.cpp -%%TAO%%include/tao/Any_Basic_Impl.h -%%TAO%%include/tao/Any_Basic_Impl_T.cpp -%%TAO%%include/tao/Any_Basic_Impl_T.h -%%TAO%%include/tao/Any_Basic_Impl_T.inl -%%TAO%%include/tao/Any_Dual_Impl_T.cpp -%%TAO%%include/tao/Any_Dual_Impl_T.h -%%TAO%%include/tao/Any_Dual_Impl_T.inl -%%TAO%%include/tao/Any_Impl.cpp -%%TAO%%include/tao/Any_Impl.h -%%TAO%%include/tao/Any_Impl_T.cpp -%%TAO%%include/tao/Any_Impl_T.h -%%TAO%%include/tao/Any_Impl_T.inl -%%TAO%%include/tao/Any_Special_Impl_T.cpp -%%TAO%%include/tao/Any_Special_Impl_T.h -%%TAO%%include/tao/Any_Special_Impl_T.inl -%%TAO%%include/tao/Any_SystemException.cpp -%%TAO%%include/tao/Any_SystemException.h -%%TAO%%include/tao/Any_Unknown_IDL_Type.cpp -%%TAO%%include/tao/Any_Unknown_IDL_Type.h -%%TAO%%include/tao/Arg_Traits_T.h -%%TAO%%include/tao/Argument.cpp -%%TAO%%include/tao/Argument.h -%%TAO%%include/tao/Array_VarOut_T.cpp -%%TAO%%include/tao/Array_VarOut_T.h -%%TAO%%include/tao/Array_VarOut_T.inl -%%TAO%%include/tao/Asynch_Queued_Message.cpp -%%TAO%%include/tao/Asynch_Queued_Message.h -%%TAO%%include/tao/Asynch_Reply_Dispatcher_Base.cpp -%%TAO%%include/tao/Asynch_Reply_Dispatcher_Base.h -%%TAO%%include/tao/Asynch_Reply_Dispatcher_Base.i -%%TAO%%include/tao/Auto_Functor.h -%%TAO%%include/tao/BD_String_Argument_T.cpp -%%TAO%%include/tao/BD_String_Argument_T.h -%%TAO%%include/tao/BD_String_Argument_T.inl -%%TAO%%include/tao/BD_String_SArgument_T.cpp -%%TAO%%include/tao/BD_String_SArgument_T.h -%%TAO%%include/tao/BD_String_SArgument_T.inl -%%TAO%%include/tao/Base_Transport_Property.cpp -%%TAO%%include/tao/Base_Transport_Property.h -%%TAO%%include/tao/Base_Transport_Property.inl -%%TAO%%include/tao/Basic_Argument_T.cpp -%%TAO%%include/tao/Basic_Argument_T.h -%%TAO%%include/tao/Basic_Argument_T.inl -%%TAO%%include/tao/Basic_Arguments.cpp -%%TAO%%include/tao/Basic_Arguments.h -%%TAO%%include/tao/Basic_SArgument_T.cpp -%%TAO%%include/tao/Basic_SArgument_T.h -%%TAO%%include/tao/Basic_SArgument_T.inl -%%TAO%%include/tao/Basic_SArguments.cpp -%%TAO%%include/tao/Basic_SArguments.h -%%TAO%%include/tao/Basic_Types.h -%%TAO%%include/tao/BiDir_Adapter.cpp -%%TAO%%include/tao/BiDir_Adapter.h -%%TAO%%include/tao/BiDir_GIOP/BiDirGIOP.cpp -%%TAO%%include/tao/BiDir_GIOP/BiDirGIOP.h -%%TAO%%include/tao/BiDir_GIOP/BiDirPolicy.pidl -%%TAO%%include/tao/BiDir_GIOP/BiDirPolicyC.cpp -%%TAO%%include/tao/BiDir_GIOP/BiDirPolicyC.h -%%TAO%%include/tao/BiDir_GIOP/BiDirPolicyC.i -%%TAO%%include/tao/BiDir_GIOP/BiDirPolicy_Validator.cpp -%%TAO%%include/tao/BiDir_GIOP/BiDirPolicy_Validator.h -%%TAO%%include/tao/BiDir_GIOP/BiDir_ORBInitializer.cpp -%%TAO%%include/tao/BiDir_GIOP/BiDir_ORBInitializer.h -%%TAO%%include/tao/BiDir_GIOP/BiDir_PolicyFactory.cpp -%%TAO%%include/tao/BiDir_GIOP/BiDir_PolicyFactory.h -%%TAO%%include/tao/BiDir_GIOP/BiDir_Policy_i.cpp -%%TAO%%include/tao/BiDir_GIOP/BiDir_Policy_i.h -%%TAO%%include/tao/BiDir_GIOP/BiDir_Policy_i.inl -%%TAO%%include/tao/BiDir_GIOP/bidirgiop_export.h -%%TAO%%include/tao/Bind_Dispatcher_Guard.cpp -%%TAO%%include/tao/Bind_Dispatcher_Guard.h -%%TAO%%include/tao/Bind_Dispatcher_Guard.i -%%TAO%%include/tao/Block_Flushing_Strategy.cpp -%%TAO%%include/tao/Block_Flushing_Strategy.h -%%TAO%%include/tao/Blocked_Connect_Strategy.cpp -%%TAO%%include/tao/Blocked_Connect_Strategy.h -%%TAO%%include/tao/BooleanSeq.pidl -%%TAO%%include/tao/BooleanSeqA.cpp -%%TAO%%include/tao/BooleanSeqC.cpp -%%TAO%%include/tao/BooleanSeqC.h -%%TAO%%include/tao/BooleanSeqC.i -%%TAO%%include/tao/BooleanSeqS.h -%%TAO%%include/tao/Bounds.pidl -%%TAO%%include/tao/BoundsA.cpp -%%TAO%%include/tao/BoundsC.cpp -%%TAO%%include/tao/BoundsC.h -%%TAO%%include/tao/BoundsC.i -%%TAO%%include/tao/Buffer_Allocator_T.cpp -%%TAO%%include/tao/Buffer_Allocator_T.h -%%TAO%%include/tao/Buffering_Constraint_Policy.cpp -%%TAO%%include/tao/Buffering_Constraint_Policy.h -%%TAO%%include/tao/Buffering_Constraint_Policy.i -%%TAO%%include/tao/CDR.cpp -%%TAO%%include/tao/CDR.h -%%TAO%%include/tao/CDR.i -%%TAO%%include/tao/CDR_Encaps_Codec.cpp -%%TAO%%include/tao/CDR_Encaps_Codec.h -%%TAO%%include/tao/CONV_FRAME.pidl -%%TAO%%include/tao/CONV_FRAMEA.cpp -%%TAO%%include/tao/CONV_FRAMEC.cpp -%%TAO%%include/tao/CONV_FRAMEC.h -%%TAO%%include/tao/CONV_FRAMEC.i -%%TAO%%include/tao/CONV_FRAMES.cpp -%%TAO%%include/tao/CONV_FRAMES.h -%%TAO%%include/tao/CONV_FRAMES.i -%%TAO%%include/tao/CONV_FRAMES_T.cpp -%%TAO%%include/tao/CONV_FRAMES_T.h -%%TAO%%include/tao/CONV_FRAMES_T.i -%%TAO%%include/tao/CORBA.pidl -%%TAO%%include/tao/CORBALOC_Parser.cpp -%%TAO%%include/tao/CORBALOC_Parser.h -%%TAO%%include/tao/CORBALOC_Parser.i -%%TAO%%include/tao/CORBANAME_Parser.cpp -%%TAO%%include/tao/CORBANAME_Parser.h -%%TAO%%include/tao/CORBANAME_Parser.i -%%TAO%%include/tao/CORBA_String.cpp -%%TAO%%include/tao/CORBA_String.h -%%TAO%%include/tao/CORBA_String.inl -%%TAO%%include/tao/CORBA_methods.h -%%TAO%%include/tao/Cache_Entries.cpp -%%TAO%%include/tao/Cache_Entries.h -%%TAO%%include/tao/Cache_Entries.inl -%%TAO%%include/tao/CharSeq.pidl -%%TAO%%include/tao/CharSeqA.cpp -%%TAO%%include/tao/CharSeqC.cpp -%%TAO%%include/tao/CharSeqC.h -%%TAO%%include/tao/CharSeqC.inl -%%TAO%%include/tao/CharSeqS.h -%%TAO%%include/tao/Cleanup_Func_Registry.cpp -%%TAO%%include/tao/Cleanup_Func_Registry.h -%%TAO%%include/tao/Cleanup_Func_Registry.inl -%%TAO%%include/tao/ClientRequestInfo.cpp -%%TAO%%include/tao/ClientRequestInfo.h -%%TAO%%include/tao/ClientRequestInfo.inl -%%TAO%%include/tao/ClientRequestInfo_i.cpp -%%TAO%%include/tao/ClientRequestInfo_i.h -%%TAO%%include/tao/ClientRequestInfo_i.inl -%%TAO%%include/tao/ClientRequestInterceptor_Adapter.cpp -%%TAO%%include/tao/ClientRequestInterceptor_Adapter.h -%%TAO%%include/tao/ClientRequestInterceptor_Adapter.inl -%%TAO%%include/tao/Client_Strategy_Factory.cpp -%%TAO%%include/tao/Client_Strategy_Factory.h -%%TAO%%include/tao/CodecFactory.cpp -%%TAO%%include/tao/CodecFactory.h -%%TAO%%include/tao/CodecFactory_ORBInitializer.cpp -%%TAO%%include/tao/CodecFactory_ORBInitializer.h -%%TAO%%include/tao/Codeset_Manager.cpp -%%TAO%%include/tao/Codeset_Manager.h -%%TAO%%include/tao/Codeset_Translator_Factory.cpp -%%TAO%%include/tao/Codeset_Translator_Factory.h -%%TAO%%include/tao/Codeset_Translator_Factory_T.cpp -%%TAO%%include/tao/Codeset_Translator_Factory_T.h -%%TAO%%include/tao/Collocated_Invocation.cpp -%%TAO%%include/tao/Collocated_Invocation.h -%%TAO%%include/tao/Collocation_Proxy_Broker.h -%%TAO%%include/tao/Collocation_Resolver.cpp -%%TAO%%include/tao/Collocation_Resolver.h -%%TAO%%include/tao/Collocation_Resolver.i -%%TAO%%include/tao/Collocation_Strategy.h -%%TAO%%include/tao/Condition.cpp -%%TAO%%include/tao/Condition.h -%%TAO%%include/tao/Condition.inl -%%TAO%%include/tao/Connect_Strategy.cpp -%%TAO%%include/tao/Connect_Strategy.h -%%TAO%%include/tao/Connection_Handler.cpp -%%TAO%%include/tao/Connection_Handler.h -%%TAO%%include/tao/Connection_Handler.inl -%%TAO%%include/tao/Connection_Purging_Strategy.cpp -%%TAO%%include/tao/Connection_Purging_Strategy.h -%%TAO%%include/tao/Connection_Purging_Strategy.inl -%%TAO%%include/tao/Connector_Impl.cpp -%%TAO%%include/tao/Connector_Impl.h -%%TAO%%include/tao/Connector_Impl.inl -%%TAO%%include/tao/Connector_Registry.cpp -%%TAO%%include/tao/Connector_Registry.h -%%TAO%%include/tao/Connector_Registry.i -%%TAO%%include/tao/Current.pidl -%%TAO%%include/tao/CurrentA.cpp -%%TAO%%include/tao/CurrentC.cpp -%%TAO%%include/tao/CurrentC.h -%%TAO%%include/tao/CurrentC.i -%%TAO%%include/tao/DLL_ORB.cpp -%%TAO%%include/tao/DLL_ORB.h -%%TAO%%include/tao/DLL_ORB.inl -%%TAO%%include/tao/DLL_Parser.cpp -%%TAO%%include/tao/DLL_Parser.h -%%TAO%%include/tao/DLL_Parser.i -%%TAO%%include/tao/Default_Collocation_Resolver.cpp -%%TAO%%include/tao/Default_Collocation_Resolver.h -%%TAO%%include/tao/Default_Collocation_Resolver.i -%%TAO%%include/tao/Default_Endpoint_Selector_Factory.cpp -%%TAO%%include/tao/Default_Endpoint_Selector_Factory.h -%%TAO%%include/tao/Default_Protocols_Hooks.cpp -%%TAO%%include/tao/Default_Protocols_Hooks.h -%%TAO%%include/tao/Default_Protocols_Hooks.i -%%TAO%%include/tao/Default_Stub_Factory.cpp -%%TAO%%include/tao/Default_Stub_Factory.h -%%TAO%%include/tao/Default_Thread_Lane_Resources_Manager.cpp -%%TAO%%include/tao/Default_Thread_Lane_Resources_Manager.h -%%TAO%%include/tao/Default_Thread_Lane_Resources_Manager.i -%%TAO%%include/tao/Domain.pidl -%%TAO%%include/tao/Domain/DomainS.cpp -%%TAO%%include/tao/Domain/DomainS.h -%%TAO%%include/tao/Domain/DomainS.i -%%TAO%%include/tao/Domain/DomainS_T.cpp -%%TAO%%include/tao/Domain/DomainS_T.h -%%TAO%%include/tao/Domain/DomainS_T.i -%%TAO%%include/tao/Domain/domain_export.h -%%TAO%%include/tao/DomainA.cpp -%%TAO%%include/tao/DomainC.cpp -%%TAO%%include/tao/DomainC.h -%%TAO%%include/tao/DomainC.i -%%TAO%%include/tao/DoubleSeq.pidl -%%TAO%%include/tao/DoubleSeqA.cpp -%%TAO%%include/tao/DoubleSeqC.cpp -%%TAO%%include/tao/DoubleSeqC.h -%%TAO%%include/tao/DoubleSeqC.inl -%%TAO%%include/tao/DoubleSeqS.h -%%TAO%%include/tao/Dynamic.pidl -%%TAO%%include/tao/DynamicA.cpp -%%TAO%%include/tao/DynamicAny/DynAnyFactory.cpp -%%TAO%%include/tao/DynamicAny/DynAnyFactory.h -%%TAO%%include/tao/DynamicAny/DynAny_i.cpp -%%TAO%%include/tao/DynamicAny/DynAny_i.h -%%TAO%%include/tao/DynamicAny/DynArray_i.cpp -%%TAO%%include/tao/DynamicAny/DynArray_i.h -%%TAO%%include/tao/DynamicAny/DynCommon.cpp -%%TAO%%include/tao/DynamicAny/DynCommon.h -%%TAO%%include/tao/DynamicAny/DynEnum_i.cpp -%%TAO%%include/tao/DynamicAny/DynEnum_i.h -%%TAO%%include/tao/DynamicAny/DynSequence_i.cpp -%%TAO%%include/tao/DynamicAny/DynSequence_i.h -%%TAO%%include/tao/DynamicAny/DynStruct_i.cpp -%%TAO%%include/tao/DynamicAny/DynStruct_i.h -%%TAO%%include/tao/DynamicAny/DynUnion_i.cpp -%%TAO%%include/tao/DynamicAny/DynUnion_i.h -%%TAO%%include/tao/DynamicAny/DynamicAny.cpp -%%TAO%%include/tao/DynamicAny/DynamicAny.h -%%TAO%%include/tao/DynamicAny/DynamicAny.pidl -%%TAO%%include/tao/DynamicAny/DynamicAnyC.cpp -%%TAO%%include/tao/DynamicAny/DynamicAnyC.h -%%TAO%%include/tao/DynamicAny/DynamicAnyC.i -%%TAO%%include/tao/DynamicAny/dynamicany_export.h -%%TAO%%include/tao/DynamicC.cpp -%%TAO%%include/tao/DynamicC.h -%%TAO%%include/tao/DynamicC.i -%%TAO%%include/tao/DynamicInterface/Context.cpp -%%TAO%%include/tao/DynamicInterface/Context.h -%%TAO%%include/tao/DynamicInterface/Context.inl -%%TAO%%include/tao/DynamicInterface/DII_Arguments.cpp -%%TAO%%include/tao/DynamicInterface/DII_Arguments.h -%%TAO%%include/tao/DynamicInterface/DII_Arguments.inl -%%TAO%%include/tao/DynamicInterface/DII_CORBA_methods.h -%%TAO%%include/tao/DynamicInterface/DII_Invocation.cpp -%%TAO%%include/tao/DynamicInterface/DII_Invocation.h -%%TAO%%include/tao/DynamicInterface/DII_Invocation.inl -%%TAO%%include/tao/DynamicInterface/DII_Invocation_Adapter.cpp -%%TAO%%include/tao/DynamicInterface/DII_Invocation_Adapter.h -%%TAO%%include/tao/DynamicInterface/DII_Reply_Dispatcher.cpp -%%TAO%%include/tao/DynamicInterface/DII_Reply_Dispatcher.h -%%TAO%%include/tao/DynamicInterface/Dynamic_Adapter_Impl.cpp -%%TAO%%include/tao/DynamicInterface/Dynamic_Adapter_Impl.h -%%TAO%%include/tao/DynamicInterface/Dynamic_Implementation.cpp -%%TAO%%include/tao/DynamicInterface/Dynamic_Implementation.h -%%TAO%%include/tao/DynamicInterface/ExceptionList.cpp -%%TAO%%include/tao/DynamicInterface/ExceptionList.h -%%TAO%%include/tao/DynamicInterface/ExceptionList.inl -%%TAO%%include/tao/DynamicInterface/Request.cpp -%%TAO%%include/tao/DynamicInterface/Request.h -%%TAO%%include/tao/DynamicInterface/Request.inl -%%TAO%%include/tao/DynamicInterface/Server_Request.cpp -%%TAO%%include/tao/DynamicInterface/Server_Request.h -%%TAO%%include/tao/DynamicInterface/Server_Request.inl -%%TAO%%include/tao/DynamicInterface/Unknown_User_Exception.cpp -%%TAO%%include/tao/DynamicInterface/Unknown_User_Exception.h -%%TAO%%include/tao/DynamicInterface/dynamicinterface_export.h -%%TAO%%include/tao/Dynamic_Adapter.cpp -%%TAO%%include/tao/Dynamic_Adapter.h -%%TAO%%include/tao/Dynamic_Parameter.pidl -%%TAO%%include/tao/Dynamic_ParameterA.cpp -%%TAO%%include/tao/Dynamic_ParameterC.cpp -%%TAO%%include/tao/Dynamic_ParameterC.h -%%TAO%%include/tao/Dynamic_ParameterC.i -%%TAO%%include/tao/Encodable.cpp -%%TAO%%include/tao/Encodable.h -%%TAO%%include/tao/Endpoint.cpp -%%TAO%%include/tao/Endpoint.h -%%TAO%%include/tao/Endpoint.i -%%TAO%%include/tao/Endpoint_Selector_Factory.cpp -%%TAO%%include/tao/Endpoint_Selector_Factory.h -%%TAO%%include/tao/Environment.cpp -%%TAO%%include/tao/Environment.h -%%TAO%%include/tao/Environment.i -%%TAO%%include/tao/Exception.cpp -%%TAO%%include/tao/Exception.h -%%TAO%%include/tao/Exception.i -%%TAO%%include/tao/Exception_Data.h -%%TAO%%include/tao/Exclusive_TMS.cpp -%%TAO%%include/tao/Exclusive_TMS.h -%%TAO%%include/tao/FILE_Parser.cpp -%%TAO%%include/tao/FILE_Parser.h -%%TAO%%include/tao/FILE_Parser.i -%%TAO%%include/tao/Fault_Tolerance_Service.cpp -%%TAO%%include/tao/Fault_Tolerance_Service.h -%%TAO%%include/tao/Fault_Tolerance_Service.i -%%TAO%%include/tao/Fixed_Array_Argument_T.cpp -%%TAO%%include/tao/Fixed_Array_Argument_T.h -%%TAO%%include/tao/Fixed_Array_Argument_T.inl -%%TAO%%include/tao/Fixed_Array_SArgument_T.cpp -%%TAO%%include/tao/Fixed_Array_SArgument_T.h -%%TAO%%include/tao/Fixed_Array_SArgument_T.inl -%%TAO%%include/tao/Fixed_Size_Argument_T.cpp -%%TAO%%include/tao/Fixed_Size_Argument_T.h -%%TAO%%include/tao/Fixed_Size_Argument_T.inl -%%TAO%%include/tao/Fixed_Size_SArgument_T.cpp -%%TAO%%include/tao/Fixed_Size_SArgument_T.h -%%TAO%%include/tao/Fixed_Size_SArgument_T.inl -%%TAO%%include/tao/FloatSeq.pidl -%%TAO%%include/tao/FloatSeqA.cpp -%%TAO%%include/tao/FloatSeqC.cpp -%%TAO%%include/tao/FloatSeqC.h -%%TAO%%include/tao/FloatSeqC.i -%%TAO%%include/tao/FloatSeqS.h -%%TAO%%include/tao/Flushing_Strategy.cpp -%%TAO%%include/tao/Flushing_Strategy.h -%%TAO%%include/tao/GIOP.pidl -%%TAO%%include/tao/GIOPA.cpp -%%TAO%%include/tao/GIOPC.cpp -%%TAO%%include/tao/GIOPC.h -%%TAO%%include/tao/GIOPC.i -%%TAO%%include/tao/GIOPS.cpp -%%TAO%%include/tao/GIOPS.h -%%TAO%%include/tao/GIOPS.i -%%TAO%%include/tao/GIOPS_T.cpp -%%TAO%%include/tao/GIOPS_T.h -%%TAO%%include/tao/GIOPS_T.i -%%TAO%%include/tao/GIOP_Message_Base.cpp -%%TAO%%include/tao/GIOP_Message_Base.h -%%TAO%%include/tao/GIOP_Message_Base.i -%%TAO%%include/tao/GIOP_Message_Generator_Parser.cpp -%%TAO%%include/tao/GIOP_Message_Generator_Parser.h -%%TAO%%include/tao/GIOP_Message_Generator_Parser.inl -%%TAO%%include/tao/GIOP_Message_Generator_Parser_10.cpp -%%TAO%%include/tao/GIOP_Message_Generator_Parser_10.h -%%TAO%%include/tao/GIOP_Message_Generator_Parser_10.inl -%%TAO%%include/tao/GIOP_Message_Generator_Parser_11.cpp -%%TAO%%include/tao/GIOP_Message_Generator_Parser_11.h -%%TAO%%include/tao/GIOP_Message_Generator_Parser_11.inl -%%TAO%%include/tao/GIOP_Message_Generator_Parser_12.cpp -%%TAO%%include/tao/GIOP_Message_Generator_Parser_12.h -%%TAO%%include/tao/GIOP_Message_Generator_Parser_12.inl -%%TAO%%include/tao/GIOP_Message_Generator_Parser_Impl.cpp -%%TAO%%include/tao/GIOP_Message_Generator_Parser_Impl.h -%%TAO%%include/tao/GIOP_Message_Generator_Parser_Impl.inl -%%TAO%%include/tao/GIOP_Message_Lite.cpp -%%TAO%%include/tao/GIOP_Message_Lite.h -%%TAO%%include/tao/GIOP_Message_Lite.i -%%TAO%%include/tao/GIOP_Message_Locate_Header.cpp -%%TAO%%include/tao/GIOP_Message_Locate_Header.h -%%TAO%%include/tao/GIOP_Message_Locate_Header.i -%%TAO%%include/tao/GIOP_Message_State.cpp -%%TAO%%include/tao/GIOP_Message_State.h -%%TAO%%include/tao/GIOP_Message_State.inl -%%TAO%%include/tao/GIOP_Message_Version.cpp -%%TAO%%include/tao/GIOP_Message_Version.h -%%TAO%%include/tao/GIOP_Message_Version.inl -%%TAO%%include/tao/GIOP_Utils.cpp -%%TAO%%include/tao/GIOP_Utils.h -%%TAO%%include/tao/GIOP_Utils.i -%%TAO%%include/tao/IFR_Client/IFR_Base.pidl -%%TAO%%include/tao/IFR_Client/IFR_BaseA.cpp -%%TAO%%include/tao/IFR_Client/IFR_BaseC.cpp -%%TAO%%include/tao/IFR_Client/IFR_BaseC.h -%%TAO%%include/tao/IFR_Client/IFR_BaseC.i -%%TAO%%include/tao/IFR_Client/IFR_BaseS.h -%%TAO%%include/tao/IFR_Client/IFR_Basic.pidl -%%TAO%%include/tao/IFR_Client/IFR_BasicA.cpp -%%TAO%%include/tao/IFR_Client/IFR_BasicC.cpp -%%TAO%%include/tao/IFR_Client/IFR_BasicC.h -%%TAO%%include/tao/IFR_Client/IFR_BasicC.i -%%TAO%%include/tao/IFR_Client/IFR_Client_Adapter_Impl.cpp -%%TAO%%include/tao/IFR_Client/IFR_Client_Adapter_Impl.h -%%TAO%%include/tao/IFR_Client/IFR_Components.pidl -%%TAO%%include/tao/IFR_Client/IFR_ComponentsA.cpp -%%TAO%%include/tao/IFR_Client/IFR_ComponentsC.cpp -%%TAO%%include/tao/IFR_Client/IFR_ComponentsC.h -%%TAO%%include/tao/IFR_Client/IFR_ComponentsC.i -%%TAO%%include/tao/IFR_Client/IFR_Extended.pidl -%%TAO%%include/tao/IFR_Client/IFR_ExtendedA.cpp -%%TAO%%include/tao/IFR_Client/IFR_ExtendedC.cpp -%%TAO%%include/tao/IFR_Client/IFR_ExtendedC.h -%%TAO%%include/tao/IFR_Client/IFR_ExtendedC.i -%%TAO%%include/tao/IFR_Client/ifr_client_export.h -%%TAO%%include/tao/IFR_Client_Adapter.cpp -%%TAO%%include/tao/IFR_Client_Adapter.h -%%TAO%%include/tao/IIOP.pidl -%%TAO%%include/tao/IIOPA.cpp -%%TAO%%include/tao/IIOPC.cpp -%%TAO%%include/tao/IIOPC.h -%%TAO%%include/tao/IIOPC.i -%%TAO%%include/tao/IIOP_Acceptor.cpp -%%TAO%%include/tao/IIOP_Acceptor.h -%%TAO%%include/tao/IIOP_Acceptor.i -%%TAO%%include/tao/IIOP_Connection_Handler.cpp -%%TAO%%include/tao/IIOP_Connection_Handler.h -%%TAO%%include/tao/IIOP_Connection_Handler.i -%%TAO%%include/tao/IIOP_Connector.cpp -%%TAO%%include/tao/IIOP_Connector.h -%%TAO%%include/tao/IIOP_Endpoint.cpp -%%TAO%%include/tao/IIOP_Endpoint.h -%%TAO%%include/tao/IIOP_Endpoint.i -%%TAO%%include/tao/IIOP_Endpoints.pidl -%%TAO%%include/tao/IIOP_EndpointsA.cpp -%%TAO%%include/tao/IIOP_EndpointsC.cpp -%%TAO%%include/tao/IIOP_EndpointsC.h -%%TAO%%include/tao/IIOP_EndpointsC.i -%%TAO%%include/tao/IIOP_Factory.cpp -%%TAO%%include/tao/IIOP_Factory.h -%%TAO%%include/tao/IIOP_Lite_Factory.cpp -%%TAO%%include/tao/IIOP_Lite_Factory.h -%%TAO%%include/tao/IIOP_Profile.cpp -%%TAO%%include/tao/IIOP_Profile.h -%%TAO%%include/tao/IIOP_Profile.i -%%TAO%%include/tao/IIOP_Transport.cpp -%%TAO%%include/tao/IIOP_Transport.h -%%TAO%%include/tao/IIOP_Transport.i -%%TAO%%include/tao/IOP.pidl -%%TAO%%include/tao/IOPC.cpp -%%TAO%%include/tao/IOPC.h -%%TAO%%include/tao/IOPC.i -%%TAO%%include/tao/IOPS.cpp -%%TAO%%include/tao/IOPS.h -%%TAO%%include/tao/IOPS.i -%%TAO%%include/tao/IOPS_T.cpp -%%TAO%%include/tao/IOPS_T.h -%%TAO%%include/tao/IOPS_T.i -%%TAO%%include/tao/IOP_Codec.pidl -%%TAO%%include/tao/IOP_CodecA.cpp -%%TAO%%include/tao/IOP_CodecC.cpp -%%TAO%%include/tao/IOP_CodecC.h -%%TAO%%include/tao/IOP_CodecC.i -%%TAO%%include/tao/IOP_IOR.pidl -%%TAO%%include/tao/IOP_IORA.cpp -%%TAO%%include/tao/IOP_IORC.cpp -%%TAO%%include/tao/IOP_IORC.h -%%TAO%%include/tao/IOP_IORC.i -%%TAO%%include/tao/IORInterceptor/IORInterceptor.pidl -%%TAO%%include/tao/IORInterceptor/IORInterceptorC.cpp -%%TAO%%include/tao/IORInterceptor/IORInterceptorC.h -%%TAO%%include/tao/IORInterceptor/IORInterceptorC.i -%%TAO%%include/tao/IORInterceptor/IORInterceptor_Adapter_Factory_Impl.cpp -%%TAO%%include/tao/IORInterceptor/IORInterceptor_Adapter_Factory_Impl.h -%%TAO%%include/tao/IORInterceptor/IORInterceptor_Adapter_Impl.cpp -%%TAO%%include/tao/IORInterceptor/IORInterceptor_Adapter_Impl.h -%%TAO%%include/tao/IORInterceptor/IORInterceptor_List.cpp -%%TAO%%include/tao/IORInterceptor/IORInterceptor_List.h -%%TAO%%include/tao/IORInterceptor/IORInterceptor_List.inl -%%TAO%%include/tao/IORInterceptor/iorinterceptor_export.h -%%TAO%%include/tao/IORInterceptor_Adapter.cpp -%%TAO%%include/tao/IORInterceptor_Adapter.h -%%TAO%%include/tao/IORInterceptor_Adapter_Factory.cpp -%%TAO%%include/tao/IORInterceptor_Adapter_Factory.h -%%TAO%%include/tao/IORManipulation/IOR.pidl -%%TAO%%include/tao/IORManipulation/IORA.cpp -%%TAO%%include/tao/IORManipulation/IORC.cpp -%%TAO%%include/tao/IORManipulation/IORC.h -%%TAO%%include/tao/IORManipulation/IORC.i -%%TAO%%include/tao/IORManipulation/IORManip_Loader.cpp -%%TAO%%include/tao/IORManipulation/IORManip_Loader.h -%%TAO%%include/tao/IORManipulation/IORManipulation.cpp -%%TAO%%include/tao/IORManipulation/IORManipulation.h -%%TAO%%include/tao/IORManipulation/ior_manip_export.h -%%TAO%%include/tao/IORTable/IORTable.cpp -%%TAO%%include/tao/IORTable/IORTable.h -%%TAO%%include/tao/IORTable/IORTable.pidl -%%TAO%%include/tao/IORTable/IORTableC.cpp -%%TAO%%include/tao/IORTable/IORTableC.h -%%TAO%%include/tao/IORTable/IORTableC.i -%%TAO%%include/tao/IORTable/IOR_Table_Impl.cpp -%%TAO%%include/tao/IORTable/IOR_Table_Impl.h -%%TAO%%include/tao/IORTable/Table_Adapter.cpp -%%TAO%%include/tao/IORTable/Table_Adapter.h -%%TAO%%include/tao/IORTable/iortable_export.h -%%TAO%%include/tao/IOR_Parser.cpp -%%TAO%%include/tao/IOR_Parser.h -%%TAO%%include/tao/IOR_Parser.i -%%TAO%%include/tao/Incoming_Message_Queue.cpp -%%TAO%%include/tao/Incoming_Message_Queue.h -%%TAO%%include/tao/Incoming_Message_Queue.inl -%%TAO%%include/tao/Interceptor_List.cpp -%%TAO%%include/tao/Interceptor_List.h -%%TAO%%include/tao/Interceptor_List.inl -%%TAO%%include/tao/InterfaceDef.pidl -%%TAO%%include/tao/InvalidName.pidl -%%TAO%%include/tao/Invocation_Adapter.cpp -%%TAO%%include/tao/Invocation_Adapter.h -%%TAO%%include/tao/Invocation_Adapter.inl -%%TAO%%include/tao/Invocation_Base.cpp -%%TAO%%include/tao/Invocation_Base.h -%%TAO%%include/tao/Invocation_Base.inl -%%TAO%%include/tao/Invocation_Endpoint_Selectors.cpp -%%TAO%%include/tao/Invocation_Endpoint_Selectors.h -%%TAO%%include/tao/Invocation_Endpoint_Selectors.i -%%TAO%%include/tao/Invocation_Utils.h -%%TAO%%include/tao/LF_CH_Event.cpp -%%TAO%%include/tao/LF_CH_Event.h -%%TAO%%include/tao/LF_Connect_Strategy.cpp -%%TAO%%include/tao/LF_Connect_Strategy.h -%%TAO%%include/tao/LF_Event.cpp -%%TAO%%include/tao/LF_Event.h -%%TAO%%include/tao/LF_Event.inl -%%TAO%%include/tao/LF_Event_Binder.cpp -%%TAO%%include/tao/LF_Event_Binder.h -%%TAO%%include/tao/LF_Event_Binder.inl -%%TAO%%include/tao/LF_Event_Loop_Thread_Helper.cpp -%%TAO%%include/tao/LF_Event_Loop_Thread_Helper.h -%%TAO%%include/tao/LF_Event_Loop_Thread_Helper.inl -%%TAO%%include/tao/LF_Follower.cpp -%%TAO%%include/tao/LF_Follower.h -%%TAO%%include/tao/LF_Follower.inl -%%TAO%%include/tao/LF_Follower_Auto_Adder.cpp -%%TAO%%include/tao/LF_Follower_Auto_Adder.h -%%TAO%%include/tao/LF_Follower_Auto_Adder.inl -%%TAO%%include/tao/LF_Follower_Auto_Ptr.cpp -%%TAO%%include/tao/LF_Follower_Auto_Ptr.h -%%TAO%%include/tao/LF_Follower_Auto_Ptr.inl -%%TAO%%include/tao/LF_Invocation_Event.cpp -%%TAO%%include/tao/LF_Invocation_Event.h -%%TAO%%include/tao/LF_Invocation_Event.inl -%%TAO%%include/tao/LF_Strategy.cpp -%%TAO%%include/tao/LF_Strategy.h -%%TAO%%include/tao/LF_Strategy.inl -%%TAO%%include/tao/LF_Strategy_Complete.cpp -%%TAO%%include/tao/LF_Strategy_Complete.h -%%TAO%%include/tao/LF_Strategy_Complete.inl -%%TAO%%include/tao/LRU_Connection_Purging_Strategy.cpp -%%TAO%%include/tao/LRU_Connection_Purging_Strategy.h -%%TAO%%include/tao/Leader_Follower.cpp -%%TAO%%include/tao/Leader_Follower.h -%%TAO%%include/tao/Leader_Follower.i -%%TAO%%include/tao/Leader_Follower_Flushing_Strategy.cpp -%%TAO%%include/tao/Leader_Follower_Flushing_Strategy.h -%%TAO%%include/tao/LocalObject.cpp -%%TAO%%include/tao/LocalObject.h -%%TAO%%include/tao/LocalObject.i -%%TAO%%include/tao/LocateRequest_Invocation.cpp -%%TAO%%include/tao/LocateRequest_Invocation.h -%%TAO%%include/tao/LocateRequest_Invocation_Adapter.cpp -%%TAO%%include/tao/LocateRequest_Invocation_Adapter.h -%%TAO%%include/tao/LongDoubleSeq.pidl -%%TAO%%include/tao/LongDoubleSeqA.cpp -%%TAO%%include/tao/LongDoubleSeqC.cpp -%%TAO%%include/tao/LongDoubleSeqC.h -%%TAO%%include/tao/LongDoubleSeqC.inl -%%TAO%%include/tao/LongDoubleSeqS.h -%%TAO%%include/tao/LongLongSeq.pidl -%%TAO%%include/tao/LongLongSeqA.cpp -%%TAO%%include/tao/LongLongSeqC.cpp -%%TAO%%include/tao/LongLongSeqC.h -%%TAO%%include/tao/LongLongSeqC.inl -%%TAO%%include/tao/LongLongSeqS.h -%%TAO%%include/tao/LongSeq.pidl -%%TAO%%include/tao/LongSeqA.cpp -%%TAO%%include/tao/LongSeqC.cpp -%%TAO%%include/tao/LongSeqC.h -%%TAO%%include/tao/LongSeqC.inl -%%TAO%%include/tao/LongSeqS.h -%%TAO%%include/tao/MCAST_Parser.cpp -%%TAO%%include/tao/MCAST_Parser.h -%%TAO%%include/tao/MCAST_Parser.i -%%TAO%%include/tao/MProfile.cpp -%%TAO%%include/tao/MProfile.h -%%TAO%%include/tao/MProfile.i -%%TAO%%include/tao/Managed_Types.cpp -%%TAO%%include/tao/Managed_Types.h -%%TAO%%include/tao/Managed_Types.i -%%TAO%%include/tao/Marshal.cpp -%%TAO%%include/tao/Marshal.h -%%TAO%%include/tao/Marshal.i -%%TAO%%include/tao/Messaging/Asynch_Invocation.cpp -%%TAO%%include/tao/Messaging/Asynch_Invocation.h -%%TAO%%include/tao/Messaging/Asynch_Invocation_Adapter.cpp -%%TAO%%include/tao/Messaging/Asynch_Invocation_Adapter.h -%%TAO%%include/tao/Messaging/Asynch_Invocation_Adapter.inl -%%TAO%%include/tao/Messaging/Asynch_Reply_Dispatcher.cpp -%%TAO%%include/tao/Messaging/Asynch_Reply_Dispatcher.h -%%TAO%%include/tao/Messaging/Asynch_Reply_Dispatcher.i -%%TAO%%include/tao/Messaging/Asynch_Timeout_Handler.cpp -%%TAO%%include/tao/Messaging/Asynch_Timeout_Handler.h -%%TAO%%include/tao/Messaging/Connection_Timeout_Policy_i.cpp -%%TAO%%include/tao/Messaging/Connection_Timeout_Policy_i.h -%%TAO%%include/tao/Messaging/Messaging.cpp -%%TAO%%include/tao/Messaging/Messaging.h -%%TAO%%include/tao/Messaging/Messaging.pidl -%%TAO%%include/tao/Messaging/MessagingC.cpp -%%TAO%%include/tao/Messaging/MessagingC.h -%%TAO%%include/tao/Messaging/MessagingC.i -%%TAO%%include/tao/Messaging/MessagingS.cpp -%%TAO%%include/tao/Messaging/MessagingS.h -%%TAO%%include/tao/Messaging/MessagingS.i -%%TAO%%include/tao/Messaging/MessagingS_T.cpp -%%TAO%%include/tao/Messaging/MessagingS_T.h -%%TAO%%include/tao/Messaging/MessagingS_T.i -%%TAO%%include/tao/Messaging/Messaging_No_Impl.pidl -%%TAO%%include/tao/Messaging/Messaging_No_ImplC.cpp -%%TAO%%include/tao/Messaging/Messaging_No_ImplC.h -%%TAO%%include/tao/Messaging/Messaging_No_ImplC.i -%%TAO%%include/tao/Messaging/Messaging_ORBInitializer.cpp -%%TAO%%include/tao/Messaging/Messaging_ORBInitializer.h -%%TAO%%include/tao/Messaging/Messaging_PolicyFactory.cpp -%%TAO%%include/tao/Messaging/Messaging_PolicyFactory.h -%%TAO%%include/tao/Messaging/Messaging_Policy_i.cpp -%%TAO%%include/tao/Messaging/Messaging_Policy_i.h -%%TAO%%include/tao/Messaging/Messaging_Policy_i.i -%%TAO%%include/tao/Messaging/Messaging_RT_Policy.pidl -%%TAO%%include/tao/Messaging/Messaging_RT_PolicyC.cpp -%%TAO%%include/tao/Messaging/Messaging_RT_PolicyC.h -%%TAO%%include/tao/Messaging/Messaging_RT_PolicyC.i -%%TAO%%include/tao/Messaging/Messaging_SyncScope_Policy.pidl -%%TAO%%include/tao/Messaging/Messaging_SyncScope_PolicyC.cpp -%%TAO%%include/tao/Messaging/Messaging_SyncScope_PolicyC.h -%%TAO%%include/tao/Messaging/Messaging_SyncScope_PolicyC.i -%%TAO%%include/tao/Messaging/TAO_Ext.pidl -%%TAO%%include/tao/Messaging/TAO_ExtC.cpp -%%TAO%%include/tao/Messaging/TAO_ExtC.h -%%TAO%%include/tao/Messaging/TAO_ExtC.i -%%TAO%%include/tao/Messaging/messaging_export.h -%%TAO%%include/tao/Messaging_PolicyValue.pidl -%%TAO%%include/tao/Messaging_PolicyValueA.cpp -%%TAO%%include/tao/Messaging_PolicyValueC.cpp -%%TAO%%include/tao/Messaging_PolicyValueC.h -%%TAO%%include/tao/Messaging_PolicyValueC.i -%%TAO%%include/tao/Messaging_SyncScope.pidl -%%TAO%%include/tao/Messaging_SyncScopeC.cpp -%%TAO%%include/tao/Messaging_SyncScopeC.h -%%TAO%%include/tao/Messaging_SyncScopeC.i -%%TAO%%include/tao/Muxed_TMS.cpp -%%TAO%%include/tao/Muxed_TMS.h -%%TAO%%include/tao/NVList.cpp -%%TAO%%include/tao/NVList.h -%%TAO%%include/tao/NVList.i -%%TAO%%include/tao/New_Leader_Generator.h -%%TAO%%include/tao/OBV_Constants.h -%%TAO%%include/tao/ORB.cpp -%%TAO%%include/tao/ORB.h -%%TAO%%include/tao/ORB.i -%%TAO%%include/tao/ORBInitInfo.cpp -%%TAO%%include/tao/ORBInitInfo.h -%%TAO%%include/tao/ORBInitInfo.inl -%%TAO%%include/tao/ORBInitializer_Registry.cpp -%%TAO%%include/tao/ORBInitializer_Registry.h -%%TAO%%include/tao/ORB_Constants.h -%%TAO%%include/tao/ORB_Core.cpp -%%TAO%%include/tao/ORB_Core.h -%%TAO%%include/tao/ORB_Core.i -%%TAO%%include/tao/ORB_Core_Auto_Ptr.cpp -%%TAO%%include/tao/ORB_Core_Auto_Ptr.h -%%TAO%%include/tao/ORB_Core_Auto_Ptr.inl -%%TAO%%include/tao/ORB_Table.cpp -%%TAO%%include/tao/ORB_Table.h -%%TAO%%include/tao/ORB_Table.inl -%%TAO%%include/tao/ObjRefTemplate/ObjectReferenceTemplate.pidl -%%TAO%%include/tao/ObjRefTemplate/ObjectReferenceTemplateC.cpp -%%TAO%%include/tao/ObjRefTemplate/ObjectReferenceTemplateC.h -%%TAO%%include/tao/ObjRefTemplate/ObjectReferenceTemplateC.i -%%TAO%%include/tao/ObjRefTemplate/ort_export.h -%%TAO%%include/tao/Object.cpp -%%TAO%%include/tao/Object.h -%%TAO%%include/tao/Object.i -%%TAO%%include/tao/ObjectIdList.pidl -%%TAO%%include/tao/ObjectIdListC.cpp -%%TAO%%include/tao/ObjectIdListC.h -%%TAO%%include/tao/ObjectIdListC.i -%%TAO%%include/tao/ObjectKey_Table.cpp -%%TAO%%include/tao/ObjectKey_Table.h -%%TAO%%include/tao/Object_Argument_T.cpp -%%TAO%%include/tao/Object_Argument_T.h -%%TAO%%include/tao/Object_Argument_T.inl -%%TAO%%include/tao/Object_Key.pidl -%%TAO%%include/tao/Object_KeyC.cpp -%%TAO%%include/tao/Object_KeyC.h -%%TAO%%include/tao/Object_KeyC.i -%%TAO%%include/tao/Object_Loader.cpp -%%TAO%%include/tao/Object_Loader.h -%%TAO%%include/tao/Object_Loader.i -%%TAO%%include/tao/Object_Proxy_Broker.cpp -%%TAO%%include/tao/Object_Proxy_Broker.h -%%TAO%%include/tao/Object_Proxy_Impl.cpp -%%TAO%%include/tao/Object_Proxy_Impl.h -%%TAO%%include/tao/Object_Ref_Table.cpp -%%TAO%%include/tao/Object_Ref_Table.h -%%TAO%%include/tao/Object_SArgument_T.cpp -%%TAO%%include/tao/Object_SArgument_T.h -%%TAO%%include/tao/Object_SArgument_T.inl -%%TAO%%include/tao/Object_T.cpp -%%TAO%%include/tao/Object_T.h -%%TAO%%include/tao/Objref_VarOut_T.cpp -%%TAO%%include/tao/Objref_VarOut_T.h -%%TAO%%include/tao/Objref_VarOut_T.inl -%%TAO%%include/tao/OctetSeq.pidl -%%TAO%%include/tao/OctetSeqA.cpp -%%TAO%%include/tao/OctetSeqC.cpp -%%TAO%%include/tao/OctetSeqC.h -%%TAO%%include/tao/OctetSeqC.inl -%%TAO%%include/tao/OctetSeqS.h -%%TAO%%include/tao/PICurrent.cpp -%%TAO%%include/tao/PICurrent.h -%%TAO%%include/tao/PICurrent.inl -%%TAO%%include/tao/PICurrent_Copy_Callback.cpp -%%TAO%%include/tao/PICurrent_Copy_Callback.h -%%TAO%%include/tao/PICurrent_ORBInitializer.cpp -%%TAO%%include/tao/PICurrent_ORBInitializer.h -%%TAO%%include/tao/PI_Forward.pidl -%%TAO%%include/tao/PI_ForwardC.cpp -%%TAO%%include/tao/PI_ForwardC.h -%%TAO%%include/tao/PI_ForwardC.i -%%TAO%%include/tao/ParameterMode.cpp -%%TAO%%include/tao/ParameterMode.h -%%TAO%%include/tao/Parser_Registry.cpp -%%TAO%%include/tao/Parser_Registry.h -%%TAO%%include/tao/Parser_Registry.i -%%TAO%%include/tao/Pluggable_Messaging.cpp -%%TAO%%include/tao/Pluggable_Messaging.h -%%TAO%%include/tao/Pluggable_Messaging.i -%%TAO%%include/tao/Pluggable_Messaging_Utils.cpp -%%TAO%%include/tao/Pluggable_Messaging_Utils.h -%%TAO%%include/tao/Pluggable_Messaging_Utils.i -%%TAO%%include/tao/Policy.pidl -%%TAO%%include/tao/PolicyA.cpp -%%TAO%%include/tao/PolicyC.cpp -%%TAO%%include/tao/PolicyC.h -%%TAO%%include/tao/PolicyC.i -%%TAO%%include/tao/PolicyFactory_Registry.cpp -%%TAO%%include/tao/PolicyFactory_Registry.h -%%TAO%%include/tao/PolicyS.h -%%TAO%%include/tao/Policy_Forward.pidl -%%TAO%%include/tao/Policy_ForwardA.cpp -%%TAO%%include/tao/Policy_ForwardC.cpp -%%TAO%%include/tao/Policy_ForwardC.h -%%TAO%%include/tao/Policy_ForwardC.i -%%TAO%%include/tao/Policy_Manager.cpp -%%TAO%%include/tao/Policy_Manager.h -%%TAO%%include/tao/Policy_Manager.i -%%TAO%%include/tao/Policy_Set.cpp -%%TAO%%include/tao/Policy_Set.h -%%TAO%%include/tao/Policy_Set.i -%%TAO%%include/tao/Policy_Validator.cpp -%%TAO%%include/tao/Policy_Validator.h -%%TAO%%include/tao/Pollable.pidl -%%TAO%%include/tao/PollableC.cpp -%%TAO%%include/tao/PollableC.h -%%TAO%%include/tao/PollableC.i -%%TAO%%include/tao/PollableS.cpp -%%TAO%%include/tao/PollableS.h -%%TAO%%include/tao/PollableS.i -%%TAO%%include/tao/PollableS_T.cpp -%%TAO%%include/tao/PollableS_T.h -%%TAO%%include/tao/PollableS_T.i -%%TAO%%include/tao/PortableInterceptor.h -%%TAO%%include/tao/PortableInterceptor.pidl -%%TAO%%include/tao/PortableInterceptorA.cpp -%%TAO%%include/tao/PortableInterceptorC.cpp -%%TAO%%include/tao/PortableInterceptorC.h -%%TAO%%include/tao/PortableInterceptorC.i -%%TAO%%include/tao/PortableInterceptorS.h -%%TAO%%include/tao/PortableServer/AMH_Response_Handler.cpp -%%TAO%%include/tao/PortableServer/AMH_Response_Handler.h -%%TAO%%include/tao/PortableServer/Active_Object_Map.cpp -%%TAO%%include/tao/PortableServer/Active_Object_Map.h -%%TAO%%include/tao/PortableServer/Active_Object_Map.i -%%TAO%%include/tao/PortableServer/Collocated_Object_Proxy_Broker.cpp -%%TAO%%include/tao/PortableServer/Collocated_Object_Proxy_Broker.h -%%TAO%%include/tao/PortableServer/Default_Acceptor_Filter.cpp -%%TAO%%include/tao/PortableServer/Default_Acceptor_Filter.h -%%TAO%%include/tao/PortableServer/Default_ORT.pidl -%%TAO%%include/tao/PortableServer/Default_ORTC.cpp -%%TAO%%include/tao/PortableServer/Default_ORTC.h -%%TAO%%include/tao/PortableServer/Default_ORTC.i -%%TAO%%include/tao/PortableServer/Default_Policy_Validator.cpp -%%TAO%%include/tao/PortableServer/Default_Policy_Validator.h -%%TAO%%include/tao/PortableServer/Default_Servant_Dispatcher.cpp -%%TAO%%include/tao/PortableServer/Default_Servant_Dispatcher.h -%%TAO%%include/tao/PortableServer/IORInfo.cpp -%%TAO%%include/tao/PortableServer/IORInfo.h -%%TAO%%include/tao/PortableServer/IORInfo.inl -%%TAO%%include/tao/PortableServer/ImR_Locator.pidl -%%TAO%%include/tao/PortableServer/ImR_LocatorC.cpp -%%TAO%%include/tao/PortableServer/ImR_LocatorC.h -%%TAO%%include/tao/PortableServer/ImR_LocatorC.i -%%TAO%%include/tao/PortableServer/ImR_LocatorS.cpp -%%TAO%%include/tao/PortableServer/ImR_LocatorS.h -%%TAO%%include/tao/PortableServer/ImR_LocatorS.i -%%TAO%%include/tao/PortableServer/ImplRepo.pidl -%%TAO%%include/tao/PortableServer/ImplRepoC.cpp -%%TAO%%include/tao/PortableServer/ImplRepoC.h -%%TAO%%include/tao/PortableServer/ImplRepoC.i -%%TAO%%include/tao/PortableServer/ImplRepoS.cpp -%%TAO%%include/tao/PortableServer/ImplRepoS.h -%%TAO%%include/tao/PortableServer/ImplRepoS.i -%%TAO%%include/tao/PortableServer/ImplRepo_i.cpp -%%TAO%%include/tao/PortableServer/ImplRepo_i.h -%%TAO%%include/tao/PortableServer/Key_Adapters.cpp -%%TAO%%include/tao/PortableServer/Key_Adapters.h -%%TAO%%include/tao/PortableServer/Key_Adapters.i -%%TAO%%include/tao/PortableServer/ORB_Manager.cpp -%%TAO%%include/tao/PortableServer/ORB_Manager.h -%%TAO%%include/tao/PortableServer/ObjectReferenceTemplate.cpp -%%TAO%%include/tao/PortableServer/ObjectReferenceTemplate.h -%%TAO%%include/tao/PortableServer/ObjectReferenceTemplate.inl -%%TAO%%include/tao/PortableServer/Object_Adapter.cpp -%%TAO%%include/tao/PortableServer/Object_Adapter.h -%%TAO%%include/tao/PortableServer/Object_Adapter.i -%%TAO%%include/tao/PortableServer/Operation_Table.cpp -%%TAO%%include/tao/PortableServer/Operation_Table.h -%%TAO%%include/tao/PortableServer/PICurrent_Guard.cpp -%%TAO%%include/tao/PortableServer/PICurrent_Guard.h -%%TAO%%include/tao/PortableServer/POA.cpp -%%TAO%%include/tao/PortableServer/POA.h -%%TAO%%include/tao/PortableServer/POA.i -%%TAO%%include/tao/PortableServer/POAManager.cpp -%%TAO%%include/tao/PortableServer/POAManager.h -%%TAO%%include/tao/PortableServer/POAManager.i -%%TAO%%include/tao/PortableServer/POA_Cached_Policies.cpp -%%TAO%%include/tao/PortableServer/POA_Cached_Policies.h -%%TAO%%include/tao/PortableServer/POA_Cached_Policies.i -%%TAO%%include/tao/PortableServer/POA_Policies.cpp -%%TAO%%include/tao/PortableServer/POA_Policies.h -%%TAO%%include/tao/PortableServer/POA_Policies.i -%%TAO%%include/tao/PortableServer/POA_Policy_Set.cpp -%%TAO%%include/tao/PortableServer/POA_Policy_Set.h -%%TAO%%include/tao/PortableServer/POA_Policy_Set.i -%%TAO%%include/tao/PortableServer/PolicyS.cpp -%%TAO%%include/tao/PortableServer/PolicyS.h -%%TAO%%include/tao/PortableServer/PolicyS.i -%%TAO%%include/tao/PortableServer/PolicyS_T.cpp -%%TAO%%include/tao/PortableServer/PolicyS_T.h -%%TAO%%include/tao/PortableServer/PolicyS_T.i -%%TAO%%include/tao/PortableServer/PortableGroup_Hooks.cpp -%%TAO%%include/tao/PortableServer/PortableGroup_Hooks.h -%%TAO%%include/tao/PortableServer/PortableServer.cpp -%%TAO%%include/tao/PortableServer/PortableServer.h -%%TAO%%include/tao/PortableServer/PortableServer.pidl -%%TAO%%include/tao/PortableServer/PortableServerA.cpp -%%TAO%%include/tao/PortableServer/PortableServerC.cpp -%%TAO%%include/tao/PortableServer/PortableServerC.h -%%TAO%%include/tao/PortableServer/PortableServerC.i -%%TAO%%include/tao/PortableServer/PortableServerS.h -%%TAO%%include/tao/PortableServer/PortableServer_ORBInitializer.cpp -%%TAO%%include/tao/PortableServer/PortableServer_ORBInitializer.h -%%TAO%%include/tao/PortableServer/PortableServer_PolicyFactory.cpp -%%TAO%%include/tao/PortableServer/PortableServer_PolicyFactory.h -%%TAO%%include/tao/PortableServer/Servant_Base.cpp -%%TAO%%include/tao/PortableServer/Servant_Base.h -%%TAO%%include/tao/PortableServer/Servant_Base.i -%%TAO%%include/tao/PortableServer/Servant_Dispatcher.cpp -%%TAO%%include/tao/PortableServer/Servant_Dispatcher.h -%%TAO%%include/tao/PortableServer/ServerInterceptorAdapter.cpp -%%TAO%%include/tao/PortableServer/ServerInterceptorAdapter.h -%%TAO%%include/tao/PortableServer/ServerInterceptorAdapter.inl -%%TAO%%include/tao/PortableServer/ServerRequestInfo.cpp -%%TAO%%include/tao/PortableServer/ServerRequestInfo.h -%%TAO%%include/tao/PortableServer/ServerRequestInfo.inl -%%TAO%%include/tao/PortableServer/Upcall_Wrapper.h -%%TAO%%include/tao/PortableServer/poa_macros.h -%%TAO%%include/tao/PortableServer/portableserver_export.h -%%TAO%%include/tao/PredefinedType_Seq_Tmplinst.cpp -%%TAO%%include/tao/Principal.cpp -%%TAO%%include/tao/Principal.h -%%TAO%%include/tao/Principal.i -%%TAO%%include/tao/Profile.cpp -%%TAO%%include/tao/Profile.h -%%TAO%%include/tao/Profile.i -%%TAO%%include/tao/Profile_Transport_Resolver.cpp -%%TAO%%include/tao/Profile_Transport_Resolver.h -%%TAO%%include/tao/Profile_Transport_Resolver.inl -%%TAO%%include/tao/Protocol_Factory.cpp -%%TAO%%include/tao/Protocol_Factory.h -%%TAO%%include/tao/Protocols_Hooks.cpp -%%TAO%%include/tao/Protocols_Hooks.h -%%TAO%%include/tao/Pseudo_VarOut_T.cpp -%%TAO%%include/tao/Pseudo_VarOut_T.h -%%TAO%%include/tao/Pseudo_VarOut_T.inl -%%TAO%%include/tao/Queued_Message.cpp -%%TAO%%include/tao/Queued_Message.h -%%TAO%%include/tao/Queued_Message.inl -%%TAO%%include/tao/RTCORBA/Continuous_Priority_Mapping.cpp -%%TAO%%include/tao/RTCORBA/Continuous_Priority_Mapping.h -%%TAO%%include/tao/RTCORBA/Continuous_Priority_Mapping.i -%%TAO%%include/tao/RTCORBA/Direct_Priority_Mapping.cpp -%%TAO%%include/tao/RTCORBA/Direct_Priority_Mapping.h -%%TAO%%include/tao/RTCORBA/Direct_Priority_Mapping.i -%%TAO%%include/tao/RTCORBA/Linear_Network_Priority_Mapping.cpp -%%TAO%%include/tao/RTCORBA/Linear_Network_Priority_Mapping.h -%%TAO%%include/tao/RTCORBA/Linear_Network_Priority_Mapping.i -%%TAO%%include/tao/RTCORBA/Linear_Priority_Mapping.cpp -%%TAO%%include/tao/RTCORBA/Linear_Priority_Mapping.h -%%TAO%%include/tao/RTCORBA/Linear_Priority_Mapping.i -%%TAO%%include/tao/RTCORBA/Multi_Priority_Mapping.cpp -%%TAO%%include/tao/RTCORBA/Multi_Priority_Mapping.h -%%TAO%%include/tao/RTCORBA/Multi_Priority_Mapping.i -%%TAO%%include/tao/RTCORBA/Network_Priority_Mapping.cpp -%%TAO%%include/tao/RTCORBA/Network_Priority_Mapping.h -%%TAO%%include/tao/RTCORBA/Network_Priority_Mapping.i -%%TAO%%include/tao/RTCORBA/Network_Priority_Mapping_Manager.cpp -%%TAO%%include/tao/RTCORBA/Network_Priority_Mapping_Manager.h -%%TAO%%include/tao/RTCORBA/Network_Priority_Mapping_Manager.i -%%TAO%%include/tao/RTCORBA/Priority_Mapping.cpp -%%TAO%%include/tao/RTCORBA/Priority_Mapping.h -%%TAO%%include/tao/RTCORBA/Priority_Mapping.i -%%TAO%%include/tao/RTCORBA/Priority_Mapping_Manager.cpp -%%TAO%%include/tao/RTCORBA/Priority_Mapping_Manager.h -%%TAO%%include/tao/RTCORBA/Priority_Mapping_Manager.i -%%TAO%%include/tao/RTCORBA/RTCORBA.cpp -%%TAO%%include/tao/RTCORBA/RTCORBA.h -%%TAO%%include/tao/RTCORBA/RTCORBA.pidl -%%TAO%%include/tao/RTCORBA/RTCORBAC.cpp -%%TAO%%include/tao/RTCORBA/RTCORBAC.h -%%TAO%%include/tao/RTCORBA/RTCORBAC.i -%%TAO%%include/tao/RTCORBA/RTCORBA_include.pidl -%%TAO%%include/tao/RTCORBA/RTCORBA_includeC.h -%%TAO%%include/tao/RTCORBA/RTCORBA_includeS.h -%%TAO%%include/tao/RTCORBA/RT_Current.cpp -%%TAO%%include/tao/RTCORBA/RT_Current.h -%%TAO%%include/tao/RTCORBA/RT_Current.i -%%TAO%%include/tao/RTCORBA/RT_Endpoint_Selector_Factory.cpp -%%TAO%%include/tao/RTCORBA/RT_Endpoint_Selector_Factory.h -%%TAO%%include/tao/RTCORBA/RT_Endpoint_Utils.cpp -%%TAO%%include/tao/RTCORBA/RT_Endpoint_Utils.h -%%TAO%%include/tao/RTCORBA/RT_Invocation_Endpoint_Selectors.cpp -%%TAO%%include/tao/RTCORBA/RT_Invocation_Endpoint_Selectors.h -%%TAO%%include/tao/RTCORBA/RT_Invocation_Endpoint_Selectors.i -%%TAO%%include/tao/RTCORBA/RT_Mutex.cpp -%%TAO%%include/tao/RTCORBA/RT_Mutex.h -%%TAO%%include/tao/RTCORBA/RT_Mutex.i -%%TAO%%include/tao/RTCORBA/RT_ORB.cpp -%%TAO%%include/tao/RTCORBA/RT_ORB.h -%%TAO%%include/tao/RTCORBA/RT_ORB.i -%%TAO%%include/tao/RTCORBA/RT_ORBInitializer.cpp -%%TAO%%include/tao/RTCORBA/RT_ORBInitializer.h -%%TAO%%include/tao/RTCORBA/RT_ORB_Loader.cpp -%%TAO%%include/tao/RTCORBA/RT_ORB_Loader.h -%%TAO%%include/tao/RTCORBA/RT_PolicyFactory.cpp -%%TAO%%include/tao/RTCORBA/RT_PolicyFactory.h -%%TAO%%include/tao/RTCORBA/RT_Policy_i.cpp -%%TAO%%include/tao/RTCORBA/RT_Policy_i.h -%%TAO%%include/tao/RTCORBA/RT_Policy_i.i -%%TAO%%include/tao/RTCORBA/RT_Protocols_Hooks.cpp -%%TAO%%include/tao/RTCORBA/RT_Protocols_Hooks.h -%%TAO%%include/tao/RTCORBA/RT_Protocols_Hooks.i -%%TAO%%include/tao/RTCORBA/RT_Stub.cpp -%%TAO%%include/tao/RTCORBA/RT_Stub.h -%%TAO%%include/tao/RTCORBA/RT_Stub_Factory.cpp -%%TAO%%include/tao/RTCORBA/RT_Stub_Factory.h -%%TAO%%include/tao/RTCORBA/RT_Thread_Lane_Resources_Manager.cpp -%%TAO%%include/tao/RTCORBA/RT_Thread_Lane_Resources_Manager.h -%%TAO%%include/tao/RTCORBA/RT_Thread_Lane_Resources_Manager.i -%%TAO%%include/tao/RTCORBA/RT_Transport_Descriptor.cpp -%%TAO%%include/tao/RTCORBA/RT_Transport_Descriptor.h -%%TAO%%include/tao/RTCORBA/RT_Transport_Descriptor.inl -%%TAO%%include/tao/RTCORBA/RT_Transport_Descriptor_Property.cpp -%%TAO%%include/tao/RTCORBA/RT_Transport_Descriptor_Property.h -%%TAO%%include/tao/RTCORBA/RT_Transport_Descriptor_Property.inl -%%TAO%%include/tao/RTCORBA/Thread_Pool.cpp -%%TAO%%include/tao/RTCORBA/Thread_Pool.h -%%TAO%%include/tao/RTCORBA/Thread_Pool.i -%%TAO%%include/tao/RTCORBA/rtcorba_export.h -%%TAO%%include/tao/RTCORBA/rtcorba_typedefs.h -%%TAO%%include/tao/RTPortableServer/RTPortableServer.cpp -%%TAO%%include/tao/RTPortableServer/RTPortableServer.h -%%TAO%%include/tao/RTPortableServer/RTPortableServer.pidl -%%TAO%%include/tao/RTPortableServer/RTPortableServerA.cpp -%%TAO%%include/tao/RTPortableServer/RTPortableServerC.cpp -%%TAO%%include/tao/RTPortableServer/RTPortableServerC.h -%%TAO%%include/tao/RTPortableServer/RTPortableServerC.i -%%TAO%%include/tao/RTPortableServer/RT_Acceptor_Filters.cpp -%%TAO%%include/tao/RTPortableServer/RT_Acceptor_Filters.h -%%TAO%%include/tao/RTPortableServer/RT_Acceptor_Filters.i -%%TAO%%include/tao/RTPortableServer/RT_Collocation_Resolver.cpp -%%TAO%%include/tao/RTPortableServer/RT_Collocation_Resolver.h -%%TAO%%include/tao/RTPortableServer/RT_Collocation_Resolver.i -%%TAO%%include/tao/RTPortableServer/RT_Object_Adapter_Factory.cpp -%%TAO%%include/tao/RTPortableServer/RT_Object_Adapter_Factory.h -%%TAO%%include/tao/RTPortableServer/RT_POA.cpp -%%TAO%%include/tao/RTPortableServer/RT_POA.h -%%TAO%%include/tao/RTPortableServer/RT_POA.i -%%TAO%%include/tao/RTPortableServer/RT_Policy_Validator.cpp -%%TAO%%include/tao/RTPortableServer/RT_Policy_Validator.h -%%TAO%%include/tao/RTPortableServer/RT_Servant_Dispatcher.cpp -%%TAO%%include/tao/RTPortableServer/RT_Servant_Dispatcher.h -%%TAO%%include/tao/RTPortableServer/rtportableserver_export.h -%%TAO%%include/tao/RTScheduling/Current.cpp -%%TAO%%include/tao/RTScheduling/Current.h -%%TAO%%include/tao/RTScheduling/Distributable_Thread.cpp -%%TAO%%include/tao/RTScheduling/Distributable_Thread.h -%%TAO%%include/tao/RTScheduling/RTScheduler.cpp -%%TAO%%include/tao/RTScheduling/RTScheduler.h -%%TAO%%include/tao/RTScheduling/RTScheduler.pidl -%%TAO%%include/tao/RTScheduling/RTSchedulerC.cpp -%%TAO%%include/tao/RTScheduling/RTSchedulerC.h -%%TAO%%include/tao/RTScheduling/RTSchedulerC.i -%%TAO%%include/tao/RTScheduling/RTScheduler_Initializer.cpp -%%TAO%%include/tao/RTScheduling/RTScheduler_Initializer.h -%%TAO%%include/tao/RTScheduling/RTScheduler_Loader.cpp -%%TAO%%include/tao/RTScheduling/RTScheduler_Loader.h -%%TAO%%include/tao/RTScheduling/RTScheduler_Manager.cpp -%%TAO%%include/tao/RTScheduling/RTScheduler_Manager.h -%%TAO%%include/tao/RTScheduling/RTScheduler_Manager.i -%%TAO%%include/tao/RTScheduling/RTScheduler_include.pidl -%%TAO%%include/tao/RTScheduling/RTScheduler_includeC.h -%%TAO%%include/tao/RTScheduling/Request_Interceptor.cpp -%%TAO%%include/tao/RTScheduling/Request_Interceptor.h -%%TAO%%include/tao/RTScheduling/ThreadAction.h -%%TAO%%include/tao/RTScheduling/rtscheduler_export.h -%%TAO%%include/tao/Reactive_Connect_Strategy.cpp -%%TAO%%include/tao/Reactive_Connect_Strategy.h -%%TAO%%include/tao/Reactive_Flushing_Strategy.cpp -%%TAO%%include/tao/Reactive_Flushing_Strategy.h -%%TAO%%include/tao/Refcounted_ObjectKey.cpp -%%TAO%%include/tao/Refcounted_ObjectKey.h -%%TAO%%include/tao/Refcounted_ObjectKey.inl -%%TAO%%include/tao/Remote_Invocation.cpp -%%TAO%%include/tao/Remote_Invocation.h -%%TAO%%include/tao/Remote_Object_Proxy_Broker.cpp -%%TAO%%include/tao/Remote_Object_Proxy_Broker.h -%%TAO%%include/tao/Reply_Dispatcher.cpp -%%TAO%%include/tao/Reply_Dispatcher.h -%%TAO%%include/tao/Reply_Dispatcher.i -%%TAO%%include/tao/RequestInfo_Util.cpp -%%TAO%%include/tao/RequestInfo_Util.h -%%TAO%%include/tao/Request_Dispatcher.cpp -%%TAO%%include/tao/Request_Dispatcher.h -%%TAO%%include/tao/Resource_Factory.cpp -%%TAO%%include/tao/Resource_Factory.h -%%TAO%%include/tao/Resume_Handle.cpp -%%TAO%%include/tao/Resume_Handle.h -%%TAO%%include/tao/Resume_Handle.inl -%%TAO%%include/tao/Seq_Out_T.cpp -%%TAO%%include/tao/Seq_Out_T.h -%%TAO%%include/tao/Seq_Out_T.inl -%%TAO%%include/tao/Seq_Var_T.cpp -%%TAO%%include/tao/Seq_Var_T.h -%%TAO%%include/tao/Seq_Var_T.inl -%%TAO%%include/tao/Sequence.cpp -%%TAO%%include/tao/Sequence.h -%%TAO%%include/tao/Sequence.i -%%TAO%%include/tao/Sequence_T.cpp -%%TAO%%include/tao/Sequence_T.h -%%TAO%%include/tao/Sequence_T.i -%%TAO%%include/tao/Server_Strategy_Factory.cpp -%%TAO%%include/tao/Server_Strategy_Factory.h -%%TAO%%include/tao/Service_Callbacks.cpp -%%TAO%%include/tao/Service_Callbacks.h -%%TAO%%include/tao/Service_Callbacks.i -%%TAO%%include/tao/Service_Context.cpp -%%TAO%%include/tao/Service_Context.h -%%TAO%%include/tao/Service_Context.inl -%%TAO%%include/tao/Services.pidl -%%TAO%%include/tao/ServicesA.cpp -%%TAO%%include/tao/ServicesC.cpp -%%TAO%%include/tao/ServicesC.h -%%TAO%%include/tao/ServicesC.i -%%TAO%%include/tao/ServicesS.cpp -%%TAO%%include/tao/ServicesS.h -%%TAO%%include/tao/ServicesS.i -%%TAO%%include/tao/ServicesS_T.cpp -%%TAO%%include/tao/ServicesS_T.h -%%TAO%%include/tao/ServicesS_T.i -%%TAO%%include/tao/Services_Activate.cpp -%%TAO%%include/tao/Services_Activate.h -%%TAO%%include/tao/ShortSeq.pidl -%%TAO%%include/tao/ShortSeqA.cpp -%%TAO%%include/tao/ShortSeqC.cpp -%%TAO%%include/tao/ShortSeqC.h -%%TAO%%include/tao/ShortSeqC.i -%%TAO%%include/tao/ShortSeqS.h -%%TAO%%include/tao/SmartProxies/Smart_Proxies.cpp -%%TAO%%include/tao/SmartProxies/Smart_Proxies.h -%%TAO%%include/tao/SmartProxies/Smart_Proxies.inl -%%TAO%%include/tao/SmartProxies/smartproxies_export.h -%%TAO%%include/tao/Special_Basic_Argument_T.cpp -%%TAO%%include/tao/Special_Basic_Argument_T.h -%%TAO%%include/tao/Special_Basic_Argument_T.inl -%%TAO%%include/tao/Special_Basic_Arguments.cpp -%%TAO%%include/tao/Special_Basic_Arguments.h -%%TAO%%include/tao/Special_Basic_SArgument_T.cpp -%%TAO%%include/tao/Special_Basic_SArgument_T.h -%%TAO%%include/tao/Special_Basic_SArgument_T.inl -%%TAO%%include/tao/Special_Basic_SArguments.cpp -%%TAO%%include/tao/Special_Basic_SArguments.h -%%TAO%%include/tao/Strategies/DIOP_Acceptor.cpp -%%TAO%%include/tao/Strategies/DIOP_Acceptor.h -%%TAO%%include/tao/Strategies/DIOP_Acceptor.i -%%TAO%%include/tao/Strategies/DIOP_Connection_Handler.cpp -%%TAO%%include/tao/Strategies/DIOP_Connection_Handler.h -%%TAO%%include/tao/Strategies/DIOP_Connection_Handler.i -%%TAO%%include/tao/Strategies/DIOP_Connector.cpp -%%TAO%%include/tao/Strategies/DIOP_Connector.h -%%TAO%%include/tao/Strategies/DIOP_Endpoint.cpp -%%TAO%%include/tao/Strategies/DIOP_Endpoint.h -%%TAO%%include/tao/Strategies/DIOP_Endpoint.i -%%TAO%%include/tao/Strategies/DIOP_Factory.cpp -%%TAO%%include/tao/Strategies/DIOP_Factory.h -%%TAO%%include/tao/Strategies/DIOP_Profile.cpp -%%TAO%%include/tao/Strategies/DIOP_Profile.h -%%TAO%%include/tao/Strategies/DIOP_Profile.i -%%TAO%%include/tao/Strategies/DIOP_Transport.cpp -%%TAO%%include/tao/Strategies/DIOP_Transport.h -%%TAO%%include/tao/Strategies/DIOP_Transport.i -%%TAO%%include/tao/Strategies/FIFO_Connection_Purging_Strategy.cpp -%%TAO%%include/tao/Strategies/FIFO_Connection_Purging_Strategy.h -%%TAO%%include/tao/Strategies/LFU_Connection_Purging_Strategy.cpp -%%TAO%%include/tao/Strategies/LFU_Connection_Purging_Strategy.h -%%TAO%%include/tao/Strategies/LF_Strategy_Null.cpp -%%TAO%%include/tao/Strategies/LF_Strategy_Null.h -%%TAO%%include/tao/Strategies/LF_Strategy_Null.inl -%%TAO%%include/tao/Strategies/NULL_Connection_Purging_Strategy.cpp -%%TAO%%include/tao/Strategies/NULL_Connection_Purging_Strategy.h -%%TAO%%include/tao/Strategies/SCIOP_Acceptor.cpp -%%TAO%%include/tao/Strategies/SCIOP_Acceptor.h -%%TAO%%include/tao/Strategies/SCIOP_Acceptor.i -%%TAO%%include/tao/Strategies/SCIOP_Connection_Handler.cpp -%%TAO%%include/tao/Strategies/SCIOP_Connection_Handler.h -%%TAO%%include/tao/Strategies/SCIOP_Connection_Handler.i -%%TAO%%include/tao/Strategies/SCIOP_Connector.cpp -%%TAO%%include/tao/Strategies/SCIOP_Connector.h -%%TAO%%include/tao/Strategies/SCIOP_Endpoint.cpp -%%TAO%%include/tao/Strategies/SCIOP_Endpoint.h -%%TAO%%include/tao/Strategies/SCIOP_Endpoint.i -%%TAO%%include/tao/Strategies/SCIOP_Factory.cpp -%%TAO%%include/tao/Strategies/SCIOP_Factory.h -%%TAO%%include/tao/Strategies/SCIOP_Lite_Factory.cpp -%%TAO%%include/tao/Strategies/SCIOP_Lite_Factory.h -%%TAO%%include/tao/Strategies/SCIOP_Profile.cpp -%%TAO%%include/tao/Strategies/SCIOP_Profile.h -%%TAO%%include/tao/Strategies/SCIOP_Profile.i -%%TAO%%include/tao/Strategies/SCIOP_Transport.cpp -%%TAO%%include/tao/Strategies/SCIOP_Transport.h -%%TAO%%include/tao/Strategies/SCIOP_Transport.i -%%TAO%%include/tao/Strategies/SHMIOP_Acceptor.cpp -%%TAO%%include/tao/Strategies/SHMIOP_Acceptor.h -%%TAO%%include/tao/Strategies/SHMIOP_Acceptor.i -%%TAO%%include/tao/Strategies/SHMIOP_Connection_Handler.cpp -%%TAO%%include/tao/Strategies/SHMIOP_Connection_Handler.h -%%TAO%%include/tao/Strategies/SHMIOP_Connection_Handler.inl -%%TAO%%include/tao/Strategies/SHMIOP_Connector.cpp -%%TAO%%include/tao/Strategies/SHMIOP_Connector.h -%%TAO%%include/tao/Strategies/SHMIOP_Endpoint.cpp -%%TAO%%include/tao/Strategies/SHMIOP_Endpoint.h -%%TAO%%include/tao/Strategies/SHMIOP_Endpoint.i -%%TAO%%include/tao/Strategies/SHMIOP_Factory.cpp -%%TAO%%include/tao/Strategies/SHMIOP_Factory.h -%%TAO%%include/tao/Strategies/SHMIOP_Profile.cpp -%%TAO%%include/tao/Strategies/SHMIOP_Profile.h -%%TAO%%include/tao/Strategies/SHMIOP_Profile.i -%%TAO%%include/tao/Strategies/SHMIOP_Transport.cpp -%%TAO%%include/tao/Strategies/SHMIOP_Transport.h -%%TAO%%include/tao/Strategies/SHMIOP_Transport.i -%%TAO%%include/tao/Strategies/UIOP_Acceptor.cpp -%%TAO%%include/tao/Strategies/UIOP_Acceptor.h -%%TAO%%include/tao/Strategies/UIOP_Connection_Handler.cpp -%%TAO%%include/tao/Strategies/UIOP_Connection_Handler.h -%%TAO%%include/tao/Strategies/UIOP_Connection_Handler.inl -%%TAO%%include/tao/Strategies/UIOP_Connector.cpp -%%TAO%%include/tao/Strategies/UIOP_Connector.h -%%TAO%%include/tao/Strategies/UIOP_Endpoint.cpp -%%TAO%%include/tao/Strategies/UIOP_Endpoint.h -%%TAO%%include/tao/Strategies/UIOP_Endpoint.i -%%TAO%%include/tao/Strategies/UIOP_Factory.cpp -%%TAO%%include/tao/Strategies/UIOP_Factory.h -%%TAO%%include/tao/Strategies/UIOP_Lite_Factory.cpp -%%TAO%%include/tao/Strategies/UIOP_Lite_Factory.h -%%TAO%%include/tao/Strategies/UIOP_Profile.cpp -%%TAO%%include/tao/Strategies/UIOP_Profile.h -%%TAO%%include/tao/Strategies/UIOP_Profile.i -%%TAO%%include/tao/Strategies/UIOP_Transport.cpp -%%TAO%%include/tao/Strategies/UIOP_Transport.h -%%TAO%%include/tao/Strategies/UIOP_Transport.i -%%TAO%%include/tao/Strategies/advanced_resource.cpp -%%TAO%%include/tao/Strategies/advanced_resource.h -%%TAO%%include/tao/Strategies/advanced_resource.i -%%TAO%%include/tao/Strategies/sciop_endpoints.cpp -%%TAO%%include/tao/Strategies/sciop_endpoints.h -%%TAO%%include/tao/Strategies/sciop_endpoints.i -%%TAO%%include/tao/Strategies/sciop_endpoints.pidl -%%TAO%%include/tao/Strategies/strategies_export.h -%%TAO%%include/tao/Strategies/uiop_endpoints.cpp -%%TAO%%include/tao/Strategies/uiop_endpoints.h -%%TAO%%include/tao/Strategies/uiop_endpoints.i -%%TAO%%include/tao/Strategies/uiop_endpoints.pidl -%%TAO%%include/tao/StringSeq.pidl -%%TAO%%include/tao/StringSeqA.cpp -%%TAO%%include/tao/StringSeqC.cpp -%%TAO%%include/tao/StringSeqC.h -%%TAO%%include/tao/StringSeqC.inl -%%TAO%%include/tao/StringSeqS.h -%%TAO%%include/tao/Stub.cpp -%%TAO%%include/tao/Stub.h -%%TAO%%include/tao/Stub.i -%%TAO%%include/tao/Stub_Factory.cpp -%%TAO%%include/tao/Stub_Factory.h -%%TAO%%include/tao/Sync_Strategies.cpp -%%TAO%%include/tao/Sync_Strategies.h -%%TAO%%include/tao/Sync_Strategies.i -%%TAO%%include/tao/Synch_Invocation.cpp -%%TAO%%include/tao/Synch_Invocation.h -%%TAO%%include/tao/Synch_Invocation.inl -%%TAO%%include/tao/Synch_Queued_Message.cpp -%%TAO%%include/tao/Synch_Queued_Message.h -%%TAO%%include/tao/Synch_Refcountable.cpp -%%TAO%%include/tao/Synch_Refcountable.h -%%TAO%%include/tao/Synch_Refcountable.inl -%%TAO%%include/tao/Synch_Reply_Dispatcher.cpp -%%TAO%%include/tao/Synch_Reply_Dispatcher.h -%%TAO%%include/tao/TAO.pidl -%%TAO%%include/tao/TAOA.cpp -%%TAO%%include/tao/TAOC.cpp -%%TAO%%include/tao/TAOC.h -%%TAO%%include/tao/TAOC.i -%%TAO%%include/tao/TAOS.cpp -%%TAO%%include/tao/TAOS.h -%%TAO%%include/tao/TAOS.i -%%TAO%%include/tao/TAOS_T.cpp -%%TAO%%include/tao/TAOS_T.h -%%TAO%%include/tao/TAOS_T.i -%%TAO%%include/tao/TAO_Export.h -%%TAO%%include/tao/TAO_Internal.cpp -%%TAO%%include/tao/TAO_Internal.h -%%TAO%%include/tao/TAO_Server_Request.cpp -%%TAO%%include/tao/TAO_Server_Request.h -%%TAO%%include/tao/TAO_Server_Request.i -%%TAO%%include/tao/TAO_Singleton.cpp -%%TAO%%include/tao/TAO_Singleton.h -%%TAO%%include/tao/TAO_Singleton.inl -%%TAO%%include/tao/TAO_Singleton_Manager.cpp -%%TAO%%include/tao/TAO_Singleton_Manager.h -%%TAO%%include/tao/TAO_Singleton_Manager.inl -%%TAO%%include/tao/TC_Constants_Forward.h -%%TAO%%include/tao/TSS_Resources.cpp -%%TAO%%include/tao/TSS_Resources.h -%%TAO%%include/tao/Tagged_Components.cpp -%%TAO%%include/tao/Tagged_Components.h -%%TAO%%include/tao/Tagged_Components.i -%%TAO%%include/tao/Tagged_Profile.cpp -%%TAO%%include/tao/Tagged_Profile.h -%%TAO%%include/tao/Tagged_Profile.i -%%TAO%%include/tao/Thread_Lane_Resources.cpp -%%TAO%%include/tao/Thread_Lane_Resources.h -%%TAO%%include/tao/Thread_Lane_Resources_Manager.cpp -%%TAO%%include/tao/Thread_Lane_Resources_Manager.h -%%TAO%%include/tao/Thread_Lane_Resources_Manager.i -%%TAO%%include/tao/Thread_Per_Connection_Handler.cpp -%%TAO%%include/tao/Thread_Per_Connection_Handler.h -%%TAO%%include/tao/TimeBase.pidl -%%TAO%%include/tao/TimeBaseA.cpp -%%TAO%%include/tao/TimeBaseC.cpp -%%TAO%%include/tao/TimeBaseC.h -%%TAO%%include/tao/TimeBaseC.i -%%TAO%%include/tao/TimeBaseS.cpp -%%TAO%%include/tao/TimeBaseS.h -%%TAO%%include/tao/TimeBaseS.i -%%TAO%%include/tao/TimeBaseS_T.cpp -%%TAO%%include/tao/TimeBaseS_T.h -%%TAO%%include/tao/TimeBaseS_T.i -%%TAO%%include/tao/Timeprobe.h -%%TAO%%include/tao/Transport.cpp -%%TAO%%include/tao/Transport.h -%%TAO%%include/tao/Transport.inl -%%TAO%%include/tao/Transport_Acceptor.cpp -%%TAO%%include/tao/Transport_Acceptor.h -%%TAO%%include/tao/Transport_Acceptor.inl -%%TAO%%include/tao/Transport_Cache_Manager.cpp -%%TAO%%include/tao/Transport_Cache_Manager.h -%%TAO%%include/tao/Transport_Cache_Manager.inl -%%TAO%%include/tao/Transport_Connector.cpp -%%TAO%%include/tao/Transport_Connector.h -%%TAO%%include/tao/Transport_Connector.inl -%%TAO%%include/tao/Transport_Descriptor_Interface.cpp -%%TAO%%include/tao/Transport_Descriptor_Interface.h -%%TAO%%include/tao/Transport_Descriptor_Interface.inl -%%TAO%%include/tao/Transport_Mux_Strategy.cpp -%%TAO%%include/tao/Transport_Mux_Strategy.h -%%TAO%%include/tao/Transport_Timer.cpp -%%TAO%%include/tao/Transport_Timer.h -%%TAO%%include/tao/TypeCodeFactory/TypeCodeFactory.pidl -%%TAO%%include/tao/TypeCodeFactory/TypeCodeFactoryC.cpp -%%TAO%%include/tao/TypeCodeFactory/TypeCodeFactoryC.h -%%TAO%%include/tao/TypeCodeFactory/TypeCodeFactoryC.inl -%%TAO%%include/tao/TypeCodeFactory/TypeCodeFactory_Adapter_Impl.cpp -%%TAO%%include/tao/TypeCodeFactory/TypeCodeFactory_Adapter_Impl.h -%%TAO%%include/tao/TypeCodeFactory/TypeCodeFactory_Loader.cpp -%%TAO%%include/tao/TypeCodeFactory/TypeCodeFactory_Loader.h -%%TAO%%include/tao/TypeCodeFactory/TypeCodeFactory_i.cpp -%%TAO%%include/tao/TypeCodeFactory/TypeCodeFactory_i.h -%%TAO%%include/tao/TypeCodeFactory/typecodefactory_export.h -%%TAO%%include/tao/TypeCodeFactory_Adapter.cpp -%%TAO%%include/tao/TypeCodeFactory_Adapter.h -%%TAO%%include/tao/Typecode.cpp -%%TAO%%include/tao/Typecode.h -%%TAO%%include/tao/Typecode.i -%%TAO%%include/tao/Typecode_Constants.cpp -%%TAO%%include/tao/Typecode_Constants.h -%%TAO%%include/tao/UB_String_Argument_T.cpp -%%TAO%%include/tao/UB_String_Argument_T.h -%%TAO%%include/tao/UB_String_Argument_T.inl -%%TAO%%include/tao/UB_String_Arguments.cpp -%%TAO%%include/tao/UB_String_Arguments.h -%%TAO%%include/tao/UB_String_SArgument_T.cpp -%%TAO%%include/tao/UB_String_SArgument_T.h -%%TAO%%include/tao/UB_String_SArgument_T.inl -%%TAO%%include/tao/UB_String_SArguments.cpp -%%TAO%%include/tao/UB_String_SArguments.h -%%TAO%%include/tao/ULongLongSeq.pidl -%%TAO%%include/tao/ULongLongSeqA.cpp -%%TAO%%include/tao/ULongLongSeqC.cpp -%%TAO%%include/tao/ULongLongSeqC.h -%%TAO%%include/tao/ULongLongSeqC.inl -%%TAO%%include/tao/ULongLongSeqS.h -%%TAO%%include/tao/ULongSeq.pidl -%%TAO%%include/tao/ULongSeqA.cpp -%%TAO%%include/tao/ULongSeqC.cpp -%%TAO%%include/tao/ULongSeqC.h -%%TAO%%include/tao/ULongSeqC.i -%%TAO%%include/tao/ULongSeqS.h -%%TAO%%include/tao/UShortSeq.pidl -%%TAO%%include/tao/UShortSeqA.cpp -%%TAO%%include/tao/UShortSeqC.cpp -%%TAO%%include/tao/UShortSeqC.h -%%TAO%%include/tao/UShortSeqC.i -%%TAO%%include/tao/UShortSeqS.h -%%TAO%%include/tao/UTF16_BOM_Factory.cpp -%%TAO%%include/tao/UTF16_BOM_Factory.h -%%TAO%%include/tao/UTF16_BOM_Translator.cpp -%%TAO%%include/tao/UTF16_BOM_Translator.h -%%TAO%%include/tao/Utils/Auto_Functor.h -%%TAO%%include/tao/Utils/Implicit_Deactivator.cpp -%%TAO%%include/tao/Utils/Implicit_Deactivator.h -%%TAO%%include/tao/Utils/ORB_Destroyer.cpp -%%TAO%%include/tao/Utils/ORB_Destroyer.h -%%TAO%%include/tao/Utils/PolicyList_Destroyer.cpp -%%TAO%%include/tao/Utils/PolicyList_Destroyer.h -%%TAO%%include/tao/Utils/PolicyList_Destroyer.inl -%%TAO%%include/tao/Utils/RIR_Narrow.cpp -%%TAO%%include/tao/Utils/RIR_Narrow.h -%%TAO%%include/tao/Utils/Servant_Var.cpp -%%TAO%%include/tao/Utils/Servant_Var.h -%%TAO%%include/tao/Utils/Servant_Var.inl -%%TAO%%include/tao/Utils/Server_Main.cpp -%%TAO%%include/tao/Utils/Server_Main.h -%%TAO%%include/tao/Utils/utils_export.h -%%TAO%%include/tao/Valuetype/AbstractBase.cpp -%%TAO%%include/tao/Valuetype/AbstractBase.h -%%TAO%%include/tao/Valuetype/AbstractBase.inl -%%TAO%%include/tao/Valuetype/AbstractBase_Invocation_Adapter.cpp -%%TAO%%include/tao/Valuetype/AbstractBase_Invocation_Adapter.h -%%TAO%%include/tao/Valuetype/AbstractBase_T.cpp -%%TAO%%include/tao/Valuetype/AbstractBase_T.h -%%TAO%%include/tao/Valuetype/Seq_Tmplinst.cpp -%%TAO%%include/tao/Valuetype/Sequence_T.cpp -%%TAO%%include/tao/Valuetype/Sequence_T.h -%%TAO%%include/tao/Valuetype/Sequence_T.inl -%%TAO%%include/tao/Valuetype/ValueBase.cpp -%%TAO%%include/tao/Valuetype/ValueBase.h -%%TAO%%include/tao/Valuetype/ValueBase.inl -%%TAO%%include/tao/Valuetype/ValueFactory.cpp -%%TAO%%include/tao/Valuetype/ValueFactory.h -%%TAO%%include/tao/Valuetype/ValueFactory.inl -%%TAO%%include/tao/Valuetype/ValueFactory_Map.cpp -%%TAO%%include/tao/Valuetype/ValueFactory_Map.h -%%TAO%%include/tao/Valuetype/ValueFactory_Map.inl -%%TAO%%include/tao/Valuetype/Value_CORBA_methods.h -%%TAO%%include/tao/Valuetype/Value_VarOut_T.cpp -%%TAO%%include/tao/Valuetype/Value_VarOut_T.h -%%TAO%%include/tao/Valuetype/Value_VarOut_T.inl -%%TAO%%include/tao/Valuetype/Valuetype_Adapter_Impl.cpp -%%TAO%%include/tao/Valuetype/Valuetype_Adapter_Impl.h -%%TAO%%include/tao/Valuetype/valuetype_export.h -%%TAO%%include/tao/Valuetype_Adapter.cpp -%%TAO%%include/tao/Valuetype_Adapter.h -%%TAO%%include/tao/VarOut_T.cpp -%%TAO%%include/tao/VarOut_T.h -%%TAO%%include/tao/VarOut_T.inl -%%TAO%%include/tao/Var_Array_Argument_T.cpp -%%TAO%%include/tao/Var_Array_Argument_T.h -%%TAO%%include/tao/Var_Array_Argument_T.inl -%%TAO%%include/tao/Var_Array_SArgument_T.cpp -%%TAO%%include/tao/Var_Array_SArgument_T.h -%%TAO%%include/tao/Var_Array_SArgument_T.inl -%%TAO%%include/tao/Var_Size_Argument_T.cpp -%%TAO%%include/tao/Var_Size_Argument_T.h -%%TAO%%include/tao/Var_Size_Argument_T.inl -%%TAO%%include/tao/Var_Size_SArgument_T.cpp -%%TAO%%include/tao/Var_Size_SArgument_T.h -%%TAO%%include/tao/Var_Size_SArgument_T.inl -%%TAO%%include/tao/Version.h -%%TAO%%include/tao/WCharSeq.pidl -%%TAO%%include/tao/WCharSeqA.cpp -%%TAO%%include/tao/WCharSeqC.cpp -%%TAO%%include/tao/WCharSeqC.h -%%TAO%%include/tao/WCharSeqC.inl -%%TAO%%include/tao/WCharSeqS.h -%%TAO%%include/tao/WStringSeq.pidl -%%TAO%%include/tao/WStringSeqA.cpp -%%TAO%%include/tao/WStringSeqC.cpp -%%TAO%%include/tao/WStringSeqC.h -%%TAO%%include/tao/WStringSeqC.inl -%%TAO%%include/tao/WStringSeqS.h -%%TAO%%include/tao/Wait_On_Leader_Follower.cpp -%%TAO%%include/tao/Wait_On_Leader_Follower.h -%%TAO%%include/tao/Wait_On_Reactor.cpp -%%TAO%%include/tao/Wait_On_Reactor.h -%%TAO%%include/tao/Wait_On_Read.cpp -%%TAO%%include/tao/Wait_On_Read.h -%%TAO%%include/tao/Wait_Strategy.cpp -%%TAO%%include/tao/Wait_Strategy.h -%%TAO%%include/tao/Wait_Strategy.inl -%%TAO%%include/tao/WrongTransaction.pidl -%%TAO%%include/tao/WrongTransactionA.cpp -%%TAO%%include/tao/WrongTransactionC.cpp -%%TAO%%include/tao/WrongTransactionC.h -%%TAO%%include/tao/WrongTransactionC.i -%%TAO%%include/tao/append.cpp -%%TAO%%include/tao/corba.h -%%TAO%%include/tao/corbafwd.cpp -%%TAO%%include/tao/corbafwd.h -%%TAO%%include/tao/corbafwd.i -%%TAO%%include/tao/debug.cpp -%%TAO%%include/tao/debug.h -%%TAO%%include/tao/default_client.cpp -%%TAO%%include/tao/default_client.h -%%TAO%%include/tao/default_client.i -%%TAO%%include/tao/default_environment.h -%%TAO%%include/tao/default_ports.h -%%TAO%%include/tao/default_resource.cpp -%%TAO%%include/tao/default_resource.h -%%TAO%%include/tao/default_resource.i -%%TAO%%include/tao/default_server.cpp -%%TAO%%include/tao/default_server.h -%%TAO%%include/tao/default_server.i -%%TAO%%include/tao/objectid.h -%%TAO%%include/tao/operation_details.cpp -%%TAO%%include/tao/operation_details.h -%%TAO%%include/tao/operation_details.i -%%TAO%%include/tao/orb.idl -%%TAO%%include/tao/orbconf.h -%%TAO%%include/tao/params.cpp -%%TAO%%include/tao/params.h -%%TAO%%include/tao/params.i -%%TAO%%include/tao/qt_resource.cpp -%%TAO%%include/tao/qt_resource.h -%%TAO%%include/tao/qt_resource.i -%%TAO%%include/tao/skip.cpp -%%TAO%%include/tao/target_specification.cpp -%%TAO%%include/tao/target_specification.h -%%TAO%%include/tao/target_specification.i -%%TAO%%include/tao/varbase.h -%%TAO%%include/tao/xt_resource.cpp -%%TAO%%include/tao/xt_resource.h -%%TAO%%include/tao/xt_resource.i -lib/libACE.so -lib/libACE.so.%%ACE_VERSION%% -lib/libACEXML.so -lib/libACEXML.so.%%ACE_VERSION%% -lib/libACEXML_Parser.so -lib/libACEXML_Parser.so.%%ACE_VERSION%% -lib/libACEXML_XML_Svc_Conf_Parser.so -lib/libACEXML_XML_Svc_Conf_Parser.so.%%ACE_VERSION%% -lib/libACE_RMCast.so -lib/libACE_RMCast.so.%%ACE_VERSION%% -lib/libACE_SSL.so -lib/libACE_SSL.so.%%ACE_VERSION%% -lib/libClient_Test.so -lib/libClient_Test.so.%%ACE_VERSION%% -lib/libDump_Restore.so -lib/libDump_Restore.so.%%ACE_VERSION%% -lib/libGateway.so -lib/libGateway.so.%%ACE_VERSION%% -lib/libJAWS3.so -lib/libJAWS3.so.%%ACE_VERSION%% -lib/libKokyu.so -lib/libKokyu.so.%%ACE_VERSION%% -lib/libTMCast.so -lib/libTMCast.so.%%ACE_VERSION%% -lib/libasnmp.so -lib/libasnmp.so.%%ACE_VERSION%% -lib/libnetsvcs.so -lib/libnetsvcs.so.%%ACE_VERSION%% -lib/libwebsvcs.so -lib/libwebsvcs.so.%%ACE_VERSION%% -%%TESTS%%lib/libDLL_Test.so -%%TESTS%%lib/libDLL_Test.so.%%ACE_VERSION%% -%%TESTS%%lib/libFramework_Component_DLL.so -%%TESTS%%lib/libFramework_Component_DLL.so.%%ACE_VERSION%% -%%TESTS%%lib/libService_Config_DLL.so -%%TESTS%%lib/libService_Config_DLL.so.%%ACE_VERSION%% -%%TESTS%%lib/libTest_Output.so -%%TESTS%%lib/libTest_Output.so.%%ACE_VERSION%% -%%TAO%%%%TESTS%%lib/libCollocation_Diamond.so -%%TAO%%%%TESTS%%lib/libCollocation_Diamond.so.%%TAO_VERSION%% -%%TAO%%%%TESTS%%lib/libDiamond.so -%%TAO%%%%TESTS%%lib/libDiamond.so.%%TAO_VERSION%% -%%TAO%%%%TESTS%%lib/libIBM1047_ISO8859.so -%%TAO%%%%TESTS%%lib/libIBM1047_ISO8859.so.%%TAO_VERSION%% -%%TAO%%%%TESTS%%lib/libTAO_TS.so -%%TAO%%%%TESTS%%lib/libTAO_TS.so.%%TAO_VERSION%% -%%TAO%%%%TESTS%%lib/libUCS4_UTF16.so -%%TAO%%%%TESTS%%lib/libUCS4_UTF16.so.%%TAO_VERSION%% -%%TAO%%%%TESTS%%lib/libtestSched_Common.so -%%TAO%%%%TESTS%%lib/libtestSched_Common.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO.so -%%TAO%%lib/libTAO.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_AV.so -%%TAO%%lib/libTAO_AV.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_BiDirGIOP.so -%%TAO%%lib/libTAO_BiDirGIOP.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_CosConcurrency.so -%%TAO%%lib/libTAO_CosConcurrency.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_CosEvent.so -%%TAO%%lib/libTAO_CosEvent.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_CosLifeCycle.so -%%TAO%%lib/libTAO_CosLifeCycle.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_CosLoadBalancing.so -%%TAO%%lib/libTAO_CosLoadBalancing.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_CosNaming.so -%%TAO%%lib/libTAO_CosNaming.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_CosNotification.so -%%TAO%%lib/libTAO_CosNotification.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_CosProperty.so -%%TAO%%lib/libTAO_CosProperty.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_CosTime.so -%%TAO%%lib/libTAO_CosTime.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_CosTrading.so -%%TAO%%lib/libTAO_CosTrading.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_Domain.so -%%TAO%%lib/libTAO_Domain.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_DsEventLogAdmin.so -%%TAO%%lib/libTAO_DsEventLogAdmin.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_DsLogAdmin.so -%%TAO%%lib/libTAO_DsLogAdmin.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_DsNotifyLogAdmin.so -%%TAO%%lib/libTAO_DsNotifyLogAdmin.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_DynamicAny.so -%%TAO%%lib/libTAO_DynamicAny.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_DynamicInterface.so -%%TAO%%lib/libTAO_DynamicInterface.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_ETCL.so -%%TAO%%lib/libTAO_ETCL.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_FTORB_Utils.so -%%TAO%%lib/libTAO_FTORB_Utils.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_FTRT_ClientORB.so -%%TAO%%lib/libTAO_FTRT_ClientORB.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_FTRT_EventChannel.so -%%TAO%%lib/libTAO_FTRT_EventChannel.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_FT_ClientORB.so -%%TAO%%lib/libTAO_FT_ClientORB.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_FT_ServerORB.so -%%TAO%%lib/libTAO_FT_ServerORB.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_FaultTolerance.so -%%TAO%%lib/libTAO_FaultTolerance.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_FtRtEvent.so -%%TAO%%lib/libTAO_FtRtEvent.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_IDL_BE.so -%%TAO%%lib/libTAO_IDL_BE.so.%%ACE_VERSION%% -%%TAO%%lib/libTAO_IDL_FE.so -%%TAO%%lib/libTAO_IDL_FE.so.%%ACE_VERSION%% -%%TAO%%lib/libTAO_IFRService.so -%%TAO%%lib/libTAO_IFRService.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_IFR_BE.so -%%TAO%%lib/libTAO_IFR_BE.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_IFR_Client.so -%%TAO%%lib/libTAO_IFR_Client.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_IORInterceptor.so -%%TAO%%lib/libTAO_IORInterceptor.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_IORManip.so -%%TAO%%lib/libTAO_IORManip.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_IORTable.so -%%TAO%%lib/libTAO_IORTable.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_Messaging.so -%%TAO%%lib/libTAO_Messaging.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_ObjRefTemplate.so -%%TAO%%lib/libTAO_ObjRefTemplate.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_PSDL.so -%%TAO%%lib/libTAO_PSDL.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_PSDL_Datastore.so -%%TAO%%lib/libTAO_PSDL_Datastore.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_PortableGroup.so -%%TAO%%lib/libTAO_PortableGroup.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_PortableServer.so -%%TAO%%lib/libTAO_PortableServer.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_RTCORBA.so -%%TAO%%lib/libTAO_RTCORBA.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_RTCORBAEvent.so -%%TAO%%lib/libTAO_RTCORBAEvent.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_RTCosScheduling.so -%%TAO%%lib/libTAO_RTCosScheduling.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_RTEvent.so -%%TAO%%lib/libTAO_RTEvent.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_RTEventLogAdmin.so -%%TAO%%lib/libTAO_RTEventLogAdmin.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_RTKokyuEvent.so -%%TAO%%lib/libTAO_RTKokyuEvent.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_RTOLDEvent.so -%%TAO%%lib/libTAO_RTOLDEvent.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_RTPortableServer.so -%%TAO%%lib/libTAO_RTPortableServer.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_RTSched.so -%%TAO%%lib/libTAO_RTSched.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_RTSchedEvent.so -%%TAO%%lib/libTAO_RTSchedEvent.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_RTScheduler.so -%%TAO%%lib/libTAO_RTScheduler.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_RT_Notification.so -%%TAO%%lib/libTAO_RT_Notification.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_ReplicationManagerLib.so -%%TAO%%lib/libTAO_ReplicationManagerLib.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_SSLIOP.so -%%TAO%%lib/libTAO_SSLIOP.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_Security.so -%%TAO%%lib/libTAO_Security.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_SmartProxies.so -%%TAO%%lib/libTAO_SmartProxies.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_Strategies.so -%%TAO%%lib/libTAO_Strategies.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_Svc_Utils.so -%%TAO%%lib/libTAO_Svc_Utils.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_TypeCodeFactory.so -%%TAO%%lib/libTAO_TypeCodeFactory.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_Utils.so -%%TAO%%lib/libTAO_Utils.so.%%TAO_VERSION%% -%%TAO%%lib/libTAO_Valuetype.so -%%TAO%%lib/libTAO_Valuetype.so.%%TAO_VERSION%% -%%PORTDOCS%%%%DOCSDIR%%/ACE/ACE-FMM.html -%%PORTDOCS%%%%DOCSDIR%%/ACE/ACE-SSL.html -%%PORTDOCS%%%%DOCSDIR%%/ACE/ACE-bug-process.html -%%PORTDOCS%%%%DOCSDIR%%/ACE/ACE-categories.html -%%PORTDOCS%%%%DOCSDIR%%/ACE/ACE-configuration.txt -%%PORTDOCS%%%%DOCSDIR%%/ACE/ACE-development-process.html -%%PORTDOCS%%%%DOCSDIR%%/ACE/ACE-guidelines.html -%%PORTDOCS%%%%DOCSDIR%%/ACE/ACE-lessons.html -%%PORTDOCS%%%%DOCSDIR%%/ACE/ACE-porting.html -%%PORTDOCS%%%%DOCSDIR%%/ACE/ACE-subsets.html -%%PORTDOCS%%%%DOCSDIR%%/ACE/CE-status.txt -%%PORTDOCS%%%%DOCSDIR%%/ACE/README.tutorials -%%PORTDOCS%%%%DOCSDIR%%/ACE/exceptions.html -%%PORTDOCS%%%%DOCSDIR%%/ACE/index.html -%%PORTDOCS%%%%DOCSDIR%%/ACE/msvc_notes.txt -%%PORTDOCS%%%%DOCSDIR%%/ACE/run_test.txt -%%PORTDOCS%%%%DOCSDIR%%/ACE/usage-bugzilla.html -%%PORTDOCS%%%%DOCSDIR%%/ACE/wchar.txt -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/dynany/index.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/DIFFERENCES -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/HISTORY -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/INS.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/LocalObject.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/ORBEndpoint.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/ORB_Internals.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Options.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/REFERENCES -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Smart_Proxies.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/TAO-metrics.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/TAO-tutorials.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Tags.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/cec_options.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/compiler.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/components.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/configurations.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/ec_options.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/events_tutorial.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/exceptions.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/forwarding.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/implrepo.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/index.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/interceptors.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/ior_parsing.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/leader_follower.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/locate_request.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/orbsvcs.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/performance.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/pluggable_messaging.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/poa_migration.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/reactivator.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/releasenotes.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tao.css -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/implrepo/index.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/implrepo/paper.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/implrepo/tao_imr.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/implrepo/usersguide.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/interfacerepo/index.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/interfacerepo/tao_ifr.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/pluggable_protocols/cross_ref_motif.png -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/pluggable_protocols/img1.png -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/pluggable_protocols/img2.png -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/pluggable_protocols/img3.png -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/pluggable_protocols/img4.png -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/pluggable_protocols/img5.png -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/pluggable_protocols/index.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/pluggable_protocols/pluggable_protocols.css -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/releasenotes/OBV.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/releasenotes/PSS.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/releasenotes/RTCorba.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/releasenotes/TODO.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/releasenotes/amh.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/releasenotes/ec.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/releasenotes/ftrt_ec.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/releasenotes/index.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/releasenotes/notify.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/releasenotes/orbcore.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/releasenotes/rtc10_sched.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/releasenotes/trader.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/releasenotes/ftcorba_services.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/rtcorba/architecture.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/rtcorba/content.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/rtcorba/faq.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/rtcorba/features.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/rtcorba/index.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/rtcorba/issues.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/rtcorba/omg_issues.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/rtcorba/queue-per-lane.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/rtcorba/reactor-per-lane.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/rtcorba/status.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/Conformance.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/Download.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/FAQ.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/SSLIOP-INSTALL.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/SSLIOP-USAGE.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/SSLIOP.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/Security_Service.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/Templates/TAO_Security.dwt -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/h_bar.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r01_c1.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r02_c1.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r02_c2.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r02_c2_f2.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r02_c2_f3.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r02_c2_f4.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r02_c3.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r03_c2.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r04_c2.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r04_c2_f2.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r04_c2_f3.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r04_c2_f4.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r05_c2.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r06_c2.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r06_c2_f2.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r06_c2_f3.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r06_c2_f4.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r07_c2.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r08_c2.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r08_c2_f2.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r08_c2_f3.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r08_c2_f4.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r09_c2.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r10_c2.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r10_c2_f2.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r10_c2_f3.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r10_c2_f4.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r11_c2.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r12_c2.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r12_c2_f2.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r12_c2_f3.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r12_c2_f4.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/nav_bar_r13_c2.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/fireworks/shim.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/images/CORBA_Security.jpg -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/images/CORBA_Security.png -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/images/openssl_button.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/images/tao2.gif -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Security/index.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/GNUmakefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/Makefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/docs.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/docs.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/docs_Static.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/docs_Static.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/libraries.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/minimumTAO.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/releasenotes/FT_FaultAnalyzerFramework.jpg -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/releasenotes/FT_PrototypeArchitecture.jpg -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/GNUmakefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Makefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/AMI.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/AMI.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/AMI_Static.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/AMI_Static.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/GNUmakefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/GNUmakefile.Quoter_AMI_Client -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/GNUmakefile.Quoter_AMI_Server -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/Handler_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/Handler_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/Makefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/Quoter.idl -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/Quoter_AMI.mpc -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/Quoter_AMI_Client.bor -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/Quoter_AMI_Client.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/Quoter_AMI_Client.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/Quoter_AMI_Client_Static.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/Quoter_AMI_Client_Static.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/Quoter_AMI_Server.bor -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/Quoter_AMI_Server.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/Quoter_AMI_Server.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/Quoter_AMI_Server_Static.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/Quoter_AMI_Server_Static.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/Stock_Factory_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/Stock_Factory_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/Stock_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/Stock_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/client.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/index.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/server.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/svc.conf -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/AMI/svc.conf.xml -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Consumer_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Event_Service.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Event_Service.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Event_Service_Static.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Event_Service_Static.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/GNUmakefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/GNUmakefile.Quoter_Event_Service_Client -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/GNUmakefile.Quoter_Event_Service_Server -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Makefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Quoter.idl -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Quoter_Event_Service.mpc -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Quoter_Event_Service_Client.bor -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Quoter_Event_Service_Client.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Quoter_Event_Service_Client.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Quoter_Event_Service_Client_Static.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Quoter_Event_Service_Client_Static.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Quoter_Event_Service_Server.bor -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Quoter_Event_Service_Server.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Quoter_Event_Service_Server.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Quoter_Event_Service_Server_Static.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Quoter_Event_Service_Server_Static.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Stock_Consumer.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Stock_Consumer.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Stock_Factory_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Stock_Factory_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Stock_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/Stock_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/client.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/ec.conf -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/ec.conf.xml -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/index.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/server.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/stock_list.txt -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/stock_list1.txt -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service/stock_list2.txt -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/GNUmakefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Makefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/GNUmakefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/GNUmakefile.Quoter_Naming_Service_Client -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/GNUmakefile.Quoter_Naming_Service_Server -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/Makefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/Naming_Service.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/Naming_Service.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/Naming_Service_Static.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/Naming_Service_Static.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/Quoter_Naming_Service.mpc -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/Quoter_Naming_Service_Client.bor -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/Quoter_Naming_Service_Client.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/Quoter_Naming_Service_Client.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/Quoter_Naming_Service_Client_Static.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/Quoter_Naming_Service_Client_Static.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/Quoter_Naming_Service_Server.bor -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/Quoter_Naming_Service_Server.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/Quoter_Naming_Service_Server.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/Quoter_Naming_Service_Server_Static.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/Quoter_Naming_Service_Server_Static.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/Stock_Factory_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/Stock_Factory_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/Stock_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/Stock_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/client.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/index.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service/server.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/GNUmakefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/GNUmakefile.Quoter_On_Demand_Activation_Client -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/GNUmakefile.Quoter_On_Demand_Activation_Server -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Handler_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Handler_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Makefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/On_Demand_Activation.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/On_Demand_Activation.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/On_Demand_Activation_Static.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/On_Demand_Activation_Static.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Quoter.idl -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Quoter_On_Demand_Activation.mpc -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Quoter_On_Demand_Activation_Client.bor -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Quoter_On_Demand_Activation_Client.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Quoter_On_Demand_Activation_Client.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Quoter_On_Demand_Activation_Client_Static.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Quoter_On_Demand_Activation_Client_Static.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Quoter_On_Demand_Activation_Server.bor -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Quoter_On_Demand_Activation_Server.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Quoter_On_Demand_Activation_Server.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Quoter_On_Demand_Activation_Server_Static.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Quoter_On_Demand_Activation_Server_Static.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Stock_Factory_Locator_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Stock_Factory_Locator_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Stock_Factory_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Stock_Factory_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Stock_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/Stock_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/client.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/index.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation/server.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Quoter.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Quoter.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Quoter_Static.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Quoter_Static.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/GNUmakefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/GNUmakefile.Quoter_RT_Event_Service_Client -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/GNUmakefile.Quoter_RT_Event_Service_Server -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/Makefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/Quoter.idl -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service_Client.bor -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service_Client.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service_Client.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service_Client_Static.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service_Client_Static.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service_Server.bor -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service_Server.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service_Server.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service_Server_Static.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service_Server_Static.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/RT_Event_Service.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/RT_Event_Service.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/RT_Event_Service_Static.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/RT_Event_Service_Static.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/Stock_Consumer.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/Stock_Consumer.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/Stock_Factory_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/Stock_Factory_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/Stock_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/Stock_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/client.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/index.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service/server.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Client/Client.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Client/Client.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Client/Client_Static.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Client/Client_Static.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Client/GNUmakefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Client/GNUmakefile.Quoter_Simple_Client -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Client/Makefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Client/Quoter_Simple_Client.bor -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Client/Quoter_Simple_Client.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Client/Quoter_Simple_Client.mpc -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Client/Quoter_Simple_Client.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Client/Quoter_Simple_Client_Static.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Client/Quoter_Simple_Client_Static.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Client/client.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Client/index.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/GNUmakefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/GNUmakefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/GNUmakefile.Quoter_Simple_Impl_Repo_Client -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/GNUmakefile.Quoter_Simple_Impl_Repo_Server -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/Impl_Repo.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/Impl_Repo.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/Impl_Repo_Static.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/Impl_Repo_Static.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/Makefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/Quoter_Simple_Impl_Repo.mpc -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/Quoter_Simple_Impl_Repo_Client.bor -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/Quoter_Simple_Impl_Repo_Client.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/Quoter_Simple_Impl_Repo_Client.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/Quoter_Simple_Impl_Repo_Client_Static.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/Quoter_Simple_Impl_Repo_Client_Static.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/Quoter_Simple_Impl_Repo_Server.bor -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/Quoter_Simple_Impl_Repo_Server.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/Quoter_Simple_Impl_Repo_Server.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/Quoter_Simple_Impl_Repo_Server_Static.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/Quoter_Simple_Impl_Repo_Server_Static.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/Stock_Factory_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/Stock_Factory_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/Stock_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/Stock_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/client.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/index.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo/server.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer/GNUmakefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer/GNUmakefile.Quoter_Simple_ImprovedServer -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer/ImprovedServer.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer/ImprovedServer.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer/ImprovedServer_Static.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer/ImprovedServer_Static.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer/Makefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer/Quoter_Simple_ImprovedServer.bor -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer/Quoter_Simple_ImprovedServer.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer/Quoter_Simple_ImprovedServer.mpc -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer/Quoter_Simple_ImprovedServer.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer/Quoter_Simple_ImprovedServer_Static.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer/Quoter_Simple_ImprovedServer_Static.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer/Stock_Factory_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer/Stock_Factory_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer/Stock_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer/Stock_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer/index.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer/server.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer/stock_list.txt -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Makefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/GNUmakefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/GNUmakefile.Quoter_Simple_Persistent_Client -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/GNUmakefile.Quoter_Simple_Persistent_Server -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/Makefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/Persistent.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/Persistent.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/Persistent_Static.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/Persistent_Static.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent.mpc -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent_Client.bor -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent_Client.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent_Client.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent_Client_Static.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent_Client_Static.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent_Server.bor -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent_Server.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent_Server.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent_Server_Static.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent_Server_Static.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/Stock_Factory_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/Stock_Factory_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/Stock_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/Stock_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/client.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/index.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent/server.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Quoter.idl -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Server/GNUmakefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Server/GNUmakefile.Quoter_Simple_Server -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Server/Makefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Server/Quoter_Simple_Server.bor -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Server/Quoter_Simple_Server.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Server/Quoter_Simple_Server.mpc -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Server/Quoter_Simple_Server.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Server/Quoter_Simple_Server_Static.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Server/Quoter_Simple_Server_Static.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Server/Server.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Server/Server.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Server/Server_Static.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Server/Server_Static.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Server/Stock_Factory_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Server/Stock_Factory_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Server/Stock_i.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Server/Stock_i.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Server/index.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Server/server.cpp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Simple.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Simple.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Simple_Static.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Simple_Static.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/Simple/index.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/idl/GNUmakefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/idl/GNUmakefile.Quoter_Idl_Lib -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/idl/Makefile -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/idl/Quoter.idl -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/idl/Quoter_Idl_Lib.bor -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/idl/Quoter_Idl_Lib.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/idl/Quoter_Idl_Lib.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/idl/Quoter_Idl_Lib_Static.dsp -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/idl/Quoter_Idl_Lib_Static.vcproj -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/idl/Quoter_idl.mpc -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/idl/idl.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/idl/idl.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/idl/idl_Static.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/idl/idl_Static.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/idl/quoter_common_export.h -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/Quoter/index.html -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/tutorials.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/tutorials.sln -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/tutorials_Static.dsw -%%TAO%%%%PORTDOCS%%%%DOCSDIR%%/TAO/tutorials/tutorials_Static.sln -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/implrepo -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/interfacerepo -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/pluggable_protocols -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/releasenotes -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/rtcorba -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/Security/images -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/Security/fireworks -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/Security/Templates -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/Security -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/tutorials/Quoter/AMI -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/tutorials/Quoter/idl -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/tutorials/Quoter/Event_Service -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/tutorials/Quoter/Naming_Service -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/tutorials/Quoter/On_Demand_Activation -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/tutorials/Quoter/RT_Event_Service -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Client -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Impl-Repo -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/tutorials/Quoter/Simple/ImprovedServer -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Persistent -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/tutorials/Quoter/Simple/Server -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/tutorials/Quoter/Simple -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/tutorials/Quoter -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/tutorials -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO/dynany -%%TAO%%%%PORTDOCS%%@dirrm %%DOCSDIR%%/TAO -%%PORTDOCS%%@dirrm %%DOCSDIR%%/ACE -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%TAO%%@dirrm include/tao/Valuetype -%%TAO%%@dirrm include/tao/Utils -%%TAO%%@dirrm include/tao/TypeCodeFactory -%%TAO%%@dirrm include/tao/Strategies -%%TAO%%@dirrm include/tao/SmartProxies -%%TAO%%@dirrm include/tao/RTScheduling -%%TAO%%@dirrm include/tao/RTPortableServer -%%TAO%%@dirrm include/tao/RTCORBA -%%TAO%%@dirrm include/tao/PortableServer -%%TAO%%@dirrm include/tao/ObjRefTemplate -%%TAO%%@dirrm include/tao/Messaging -%%TAO%%@dirrm include/tao/IORTable -%%TAO%%@dirrm include/tao/IORManipulation -%%TAO%%@dirrm include/tao/IORInterceptor -%%TAO%%@dirrm include/tao/IFR_Client -%%TAO%%@dirrm include/tao/DynamicInterface -%%TAO%%@dirrm include/tao/DynamicAny -%%TAO%%@dirrm include/tao/Domain -%%TAO%%@dirrm include/tao/BiDir_GIOP -%%TAO%%@dirrm include/tao -%%TAO%%@dirrm include/orbsvcs/Trader -%%TAO%%@dirrm include/orbsvcs/Time -%%TAO%%@dirrm include/orbsvcs/Security -%%TAO%%@dirrm include/orbsvcs/Sched -%%TAO%%@dirrm include/orbsvcs/SSLIOP -%%TAO%%@dirrm include/orbsvcs/RTCosScheduling -%%TAO%%@dirrm include/orbsvcs/Property -%%TAO%%@dirrm include/orbsvcs/PortableGroup -%%TAO%%@dirrm include/orbsvcs/Notify/Structured -%%TAO%%@dirrm include/orbsvcs/Notify/Sequence -%%TAO%%@dirrm include/orbsvcs/Notify/Any -%%TAO%%@dirrm include/orbsvcs/Notify -%%TAO%%@dirrm include/orbsvcs/Naming -%%TAO%%@dirrm include/orbsvcs/Metrics -%%TAO%%@dirrm include/orbsvcs/Log -%%TAO%%@dirrm include/orbsvcs/LoadBalancing -%%TAO%%@dirrm include/orbsvcs/LifeCycle -%%TAO%%@dirrm include/orbsvcs/IFRService -%%TAO%%@dirrm include/orbsvcs/FtRtEvent/Utils -%%TAO%%@dirrm include/orbsvcs/FtRtEvent/EventChannel -%%TAO%%@dirrm include/orbsvcs/FtRtEvent/ClientORB -%%TAO%%@dirrm include/orbsvcs/FtRtEvent -%%TAO%%@dirrm include/orbsvcs/FaultTolerance -%%TAO%%@dirrm include/orbsvcs/Event -%%TAO%%@dirrm include/orbsvcs/ETCL -%%TAO%%@dirrm include/orbsvcs/ESF -%%TAO%%@dirrm include/orbsvcs/CosEvent -%%TAO%%@dirrm include/orbsvcs/Concurrency -%%TAO%%@dirrm include/orbsvcs/AV -%%TAO%%@dirrm include/orbsvcs -@dirrm include/ace/os_include/sys -@dirrm include/ace/os_include/netinet -@dirrm include/ace/os_include/net -@dirrm include/ace/os_include/arpa -@dirrm include/ace/os_include -@dirrm include/ace/TMCast -@dirrm include/ace/SSL -@dirrm include/ace/RMCast -@dirrm include/ace/QoS -@dirrm include/ace/CLASSIX -@dirrm include/ace diff --git a/graphics/Makefile b/graphics/Makefile index 5f2b8d024e79..6a69bad0158f 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -830,7 +830,6 @@ SUBDIR += raster3d SUBDIR += rawstudio SUBDIR += rawtherapee - SUBDIR += ray++ SUBDIR += rayshade SUBDIR += reallyslick SUBDIR += recoverjpeg diff --git a/graphics/ray++/Makefile b/graphics/ray++/Makefile deleted file mode 100644 index 74a02701257c..000000000000 --- a/graphics/ray++/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: ray++ -# Date created: Dec 6, 2001 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= ray++ -PORTVERSION= 0.4 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= SF/raypp/raypp/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A collection of C++ classes needed for ray tracing - -DEPRECATED= Does not compile on supported versions of FreeBSD -EXPIRATION_DATE=2011-02-04 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-shared --enable-fast-handles -USE_GMAKE= yes -USE_LDCONFIG= yes - -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= Does not compile on !i386 -.endif - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - -post-patch: - ${REINPLACE_CMD} -e "s,-pedantic,," ${WRKSRC}/configure - -do-install: - @(cd ${WRKSRC} ; \ - ${INSTALL_DATA} ray++.so ${PREFIX}/lib ; \ - ${FIND} * -name "*.h" | ${CPIO} -pdum ${PREFIX}/include/${PORTNAME}; \ - ${CHMOD} -R 755 ${PREFIX}/include/${PORTNAME} ) - -.include <bsd.port.post.mk> diff --git a/graphics/ray++/distinfo b/graphics/ray++/distinfo deleted file mode 100644 index 41166320acc8..000000000000 --- a/graphics/ray++/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ray++-0.4.tar.gz) = b9b9a071b4e24a80b878810a2218e21e -SHA256 (ray++-0.4.tar.gz) = 63fd3369ed2da4807a1df1bb080a4bf490f8b286ece53f5509ff3ed706fe428a -SIZE (ray++-0.4.tar.gz) = 99964 diff --git a/graphics/ray++/pkg-descr b/graphics/ray++/pkg-descr deleted file mode 100644 index b2bf4e595149..000000000000 --- a/graphics/ray++/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -RAY++ is a collection of C++ classes needed for ray tracing (shapes, -surfaces, cameras etc.). The object-oriented design makes it easy to -extend the package. - -WWW: http://raypp.sourceforge.net diff --git a/graphics/ray++/pkg-plist b/graphics/ray++/pkg-plist deleted file mode 100644 index 5873d1bddaed..000000000000 --- a/graphics/ray++/pkg-plist +++ /dev/null @@ -1,102 +0,0 @@ -include/ray++/cameras/stereo_camera.h -include/ray++/cameras/std_camera.h -include/ray++/config/config.h -include/ray++/config/sizecalc.h -include/ray++/kernel/interval.h -include/ray++/kernel/constants.h -include/ray++/kernel/transformable.h -include/ray++/kernel/ray.h -include/ray++/kernel/bstream.h -include/ray++/kernel/renderer.h -include/ray++/kernel/geom_ray.h -include/ray++/kernel/full_shading_info.h -include/ray++/kernel/light.h -include/ray++/kernel/shape.h -include/ray++/kernel/initable.h -include/ray++/kernel/object_queue.h -include/ray++/kernel/vector.h -include/ray++/kernel/msg_stream.h -include/ray++/kernel/error.h -include/ray++/kernel/intersect_info.h -include/ray++/kernel/handle.h -include/ray++/kernel/camera.h -include/ray++/kernel/colour.h -include/ray++/kernel/output.h -include/ray++/kernel/byteswap.h -include/ray++/kernel/surface.h -include/ray++/kernel/countable_new.h -include/ray++/kernel/object.h -include/ray++/kernel/transform.h -include/ray++/kernel/globals.h -include/ray++/kernel/inside_info.h -include/ray++/kernel/kernel.h -include/ray++/kernel/shading_info.h -include/ray++/kernel/volume.h -include/ray++/kernel/light_array.h -include/ray++/kernel/world.h -include/ray++/kernel/axisbox.h -include/ray++/lights/fuzprojector.h -include/ray++/lights/spotlight.h -include/ray++/lights/projector.h -include/ray++/lights/ambient_light.h -include/ray++/lights/pointlight.h -include/ray++/objects/bounding_slab.h -include/ray++/objects/simple_object.h -include/ray++/outputs/tga_output.h -include/ray++/outputs/ppm_output.h -include/ray++/outputs/mem_output.h -include/ray++/outputs/bmp_output.h -include/ray++/renderers/raytracer.h -include/ray++/shapes/quadric.h -include/ray++/shapes/box.h -include/ray++/shapes/sphere.h -include/ray++/shapes/parametric.h -include/ray++/shapes/clip.h -include/ray++/shapes/cone.h -include/ray++/shapes/solid_shape.h -include/ray++/shapes/cylinder.h -include/ray++/shapes/tube.h -include/ray++/shapes/flat_shape.h -include/ray++/shapes/plane.h -include/ray++/shapes/triangle.h -include/ray++/shapes/csg_shape.h -include/ray++/shapes/implicit.h -include/ray++/surfaces/matte.h -include/ray++/surfaces/pigments/pure_colour.h -include/ray++/surfaces/pigments/pigment.h -include/ray++/surfaces/pigments/std_pigments.h -include/ray++/surfaces/pigments/generic_pigment.h -include/ray++/surfaces/pigments/solid_pigment.h -include/ray++/surfaces/lambert.h -include/ray++/surfaces/phong.h -include/ray++/utils/vector_math.h -include/ray++/utils/twister.h -include/ray++/utils/math.h -include/ray++/utils/noise.h -include/ray++/utils/utils.h -include/ray++/utils/colourmap.h -include/ray++/utils/converter.h -include/ray++/volumes/gas.h -include/ray++/volumes/fog.h -include/ray++/volumes/clear_glass.h -include/ray++/volumes/gas2.h -include/ray++/worlds/scene.h -include/ray++/worlds/hmakers/hmaker.h -include/ray++/worlds/hmakers/pov_hmaker.h -include/ray++/worlds/hmakers/sort_entry.h -lib/ray++.so -@dirrm include/ray++/cameras -@dirrm include/ray++/config -@dirrm include/ray++/kernel -@dirrm include/ray++/lights -@dirrm include/ray++/objects -@dirrm include/ray++/outputs -@dirrm include/ray++/renderers -@dirrm include/ray++/shapes -@dirrm include/ray++/surfaces/pigments -@dirrm include/ray++/surfaces -@dirrm include/ray++/utils -@dirrm include/ray++/volumes -@dirrm include/ray++/worlds/hmakers -@dirrm include/ray++/worlds -@dirrm include/ray++ diff --git a/japanese/Makefile b/japanese/Makefile index 0c6d07c87026..55a7f04a4f44 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -226,7 +226,6 @@ SUBDIR += nvi-iso-2022-jp SUBDIR += nvi-sjis SUBDIR += ochusha - SUBDIR += oleo SUBDIR += onew SUBDIR += otojiro-fpw SUBDIR += p5-Acme-Lou diff --git a/japanese/oleo/Makefile b/japanese/oleo/Makefile deleted file mode 100644 index 5d212eb203c5..000000000000 --- a/japanese/oleo/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: ja-oleo -# Date created: 2 March 1997 -# Whom: Yoshiro MIHIRA -# -# $FreeBSD$ -# - -PORTNAME= oleo -PORTVERSION= 1.99.16 -PORTREVISION= 3 -CATEGORIES= japanese math -MASTER_SITES= http://www.hh.iij4u.or.jp/~hayasida/oleo/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= oleo -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${PORTNAME}-doc.tar.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= A Spreadsheet Program + Japanese patches - -# xmkmf is for configure script, not for USE_IMAKE. -BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake - -DEPRECATED= Does not compile on supported versions of FreeBSD -EXPIRATION_DATE= 2011-02-04 - -USE_BISON= build - -.if defined(WITH_MOTIF) -BUILD_DEPENDS+= ${LOCALBASE}/include/Xbae/Matrix.h:${PORTSDIR}/x11-toolkits/xbae -.else -CONFIGURE_ARGS+=--without-motif -.endif - -USE_XORG= x11 xext xt -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -GNU_CONFIGURE= yes -INFO= oleo - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}/ja_JP.EUC - @${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/FAQ ${DOCSDIR} - @${INSTALL_DATA} ${WRKDIR}/USING.eucJP ${DOCSDIR}/ja_JP.EUC -.endif - -.include <bsd.port.post.mk> diff --git a/japanese/oleo/distinfo b/japanese/oleo/distinfo deleted file mode 100644 index 9730dbe0cde4..000000000000 --- a/japanese/oleo/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (oleo-1.99.16.tar.gz) = d59801055b8ba6c6980ed1247a603f5f -SHA256 (oleo-1.99.16.tar.gz) = 6598df85d06ff2534ec08ed0657508f17dbbc58dd02d419160989de7c487bc86 -SIZE (oleo-1.99.16.tar.gz) = 797945 -MD5 (oleo-doc.tar.gz) = ac970895b334f50a0eb85eea6bec0331 -SHA256 (oleo-doc.tar.gz) = a97355e7b5d106e70dea1067322956d5411f55f9a7c4cb7f81c24276939c4f56 -SIZE (oleo-doc.tar.gz) = 23233 diff --git a/japanese/oleo/files/patch-Makefile.in.diff b/japanese/oleo/files/patch-Makefile.in.diff deleted file mode 100644 index fb3c3d74af22..000000000000 --- a/japanese/oleo/files/patch-Makefile.in.diff +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.in.orig Sat Mar 10 16:32:45 2001 -+++ Makefile.in Thu Aug 18 09:10:51 2005 -@@ -207,16 +207,6 @@ - - install-docDATA: $(doc_DATA) - @$(NORMAL_INSTALL) -- $(mkinstalldirs) $(DESTDIR)$(docdir) -- @list='$(doc_DATA)'; for p in $$list; do \ -- if test -f $(srcdir)/$$p; then \ -- echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p"; \ -- $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p; \ -- else if test -f $$p; then \ -- echo " $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p"; \ -- $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \ -- fi; fi; \ -- done - - uninstall-docDATA: - @$(NORMAL_UNINSTALL) diff --git a/japanese/oleo/files/patch-configure.diff b/japanese/oleo/files/patch-configure.diff deleted file mode 100644 index e104152f3d4c..000000000000 --- a/japanese/oleo/files/patch-configure.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Thu Aug 18 13:06:24 2005 -+++ configure Thu Aug 18 13:06:39 2005 -@@ -8472,7 +8472,7 @@ - s%@USE_INCLUDED_LIBINTL@%$USE_INCLUDED_LIBINTL%g - s%@CATALOGS@%$CATALOGS%g - s%@CATOBJEXT@%$CATOBJEXT%g --s%@DATADIRNAME@%$DATADIRNAME%g -+s%@DATADIRNAME@%share%g - s%@GMOFILES@%$GMOFILES%g - s%@INSTOBJEXT@%$INSTOBJEXT%g - s%@INTLDEPS@%$INTLDEPS%g diff --git a/japanese/oleo/files/patch-src__cmd.c.diff b/japanese/oleo/files/patch-src__cmd.c.diff deleted file mode 100644 index c4729b882931..000000000000 --- a/japanese/oleo/files/patch-src__cmd.c.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/cmd.c.orig Wed Aug 17 17:43:43 2005 -+++ src/cmd.c Wed Aug 17 17:44:07 2005 -@@ -31,7 +31,7 @@ - #include <stdarg.h> - #include "sysdef.h" - #include <termios.h> --#include <malloc.h> -+#include <stdlib.h> - - #ifdef HAVE_MOTIF - #include "io-motif.h" diff --git a/japanese/oleo/files/patch-src__eval.c.diff b/japanese/oleo/files/patch-src__eval.c.diff deleted file mode 100644 index cde1a5473063..000000000000 --- a/japanese/oleo/files/patch-src__eval.c.diff +++ /dev/null @@ -1,38 +0,0 @@ ---- src/eval.c.orig Wed Aug 17 17:26:29 2005 -+++ src/eval.c Wed Aug 17 17:27:12 2005 -@@ -78,7 +78,7 @@ - RETSIGTYPE math_sig (); - #endif - --int fls (long); -+int flS_ (long); - #ifdef SMALLEVAL - int __to_flt (struct value *); - int __to_int (struct value *); -@@ -141,7 +141,7 @@ - - #define I_MOD(i1,i2) {itmp=(i1)%(i2);/* ... */;p->Int=itmp;} - --#define I_MUL(i1,i2) { if(fls(i1)+fls(i2)>32) { \ -+#define I_MUL(i1,i2) { if(flS_(i1)+flS_(i2)>32) { \ - p->Float=(double)(i1)*(double)(i2); \ - p->type=TYP_FLT; \ - } else \ -@@ -565,7 +565,7 @@ - case CONST_NINF: - case CONST_NAN: - p->type = TYP_FLT; -- p->Float = (byte == CONST_INF) ? __plinf : ((byte == CONST_NINF) ? __neinf : __nan); -+ p->Float = (byte == CONST_INF) ? __plinf : ((byte == CONST_NINF) ? __neinf : __naN_); - break; - - case VAR: -@@ -1540,7 +1540,7 @@ - } - - int --fls (num) -+flS_ (num) - long num; - { - int ret = 1; diff --git a/japanese/oleo/files/patch-src__global.h.diff b/japanese/oleo/files/patch-src__global.h.diff deleted file mode 100644 index d97512f0f00f..000000000000 --- a/japanese/oleo/files/patch-src__global.h.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/global.h.orig Wed Aug 17 17:25:42 2005 -+++ src/global.h Wed Aug 17 17:25:57 2005 -@@ -208,7 +208,7 @@ - extern char nname[]; - - extern VOIDSTAR parse_hash; --extern double __plinf, __neinf, __nan; -+extern double __plinf, __neinf, __naN_; - - /* These have two uses. During parsing, these contain the - * base address of all relative references. During evaluation, diff --git a/japanese/oleo/files/patch-src__io-utils.c.diff b/japanese/oleo/files/patch-src__io-utils.c.diff deleted file mode 100644 index ba4c60f947c7..000000000000 --- a/japanese/oleo/files/patch-src__io-utils.c.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- src/io-utils.c.orig Wed Aug 17 17:29:39 2005 -+++ src/io-utils.c Wed Aug 17 17:29:55 2005 -@@ -71,7 +71,7 @@ - - double __plinf; - double __neinf; --double __nan; -+double __naN_; - - char nname[] = "#NOT_A_NUMBER"; - char iname[] = "#INFINITY"; -@@ -125,7 +125,7 @@ - __neinf = divide (-1., 0.); - (void) signal (SIGFPE, ignore_sig); - #endif -- __nan = __plinf + __neinf; -+ __naN_ = __plinf + __neinf; - } - - diff --git a/japanese/oleo/files/patch-src__io-x11.c.diff b/japanese/oleo/files/patch-src__io-x11.c.diff deleted file mode 100644 index 4cd47524b7f0..000000000000 --- a/japanese/oleo/files/patch-src__io-x11.c.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/io-x11.c.orig Wed Aug 17 17:42:04 2005 -+++ src/io-x11.c Wed Aug 17 17:43:17 2005 -@@ -34,7 +34,7 @@ - #include <stdio.h> - #include <ctype.h> - #include <sys/param.h> --#define NeedFunctionPrototypes 0 -+#include <X11/Xfuncproto.h> - #include <X11/X.h> - #include <X11/Xlib.h> - #include <X11/Xutil.h> diff --git a/japanese/oleo/files/patch-src__posixtm.y.diff b/japanese/oleo/files/patch-src__posixtm.y.diff deleted file mode 100644 index ff17a0e68ae4..000000000000 --- a/japanese/oleo/files/patch-src__posixtm.y.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- src/posixtm.y.orig Wed Aug 17 17:44:35 2005 -+++ src/posixtm.y Wed Aug 17 17:44:59 2005 -@@ -85,6 +85,7 @@ - YYABORT; - } - } -+; - - year : digitpair { - t.tm_year = $1; diff --git a/japanese/oleo/files/patch-src__ref.c.diff b/japanese/oleo/files/patch-src__ref.c.diff deleted file mode 100644 index b46671e1a72a..000000000000 --- a/japanese/oleo/files/patch-src__ref.c.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- src/ref.c.orig Wed Aug 17 17:27:40 2005 -+++ src/ref.c Wed Aug 17 17:27:53 2005 -@@ -263,7 +263,7 @@ - read_new_value (CELLREF row, CELLREF col, char *form, char *val) - { - unsigned char *new_bytes; -- extern double __plinf, __neinf, __nan; -+ extern double __plinf, __neinf, __naN_; - - cur_row = row; - cur_col = col; -@@ -348,7 +348,7 @@ - else if (!stricmp (nname, val)) - { - SET_TYP (my_cell, TYP_FLT); -- my_cell->cell_flt = __nan; -+ my_cell->cell_flt = __naN_; - } - else - { diff --git a/japanese/oleo/files/patch-src__utils.c.diff b/japanese/oleo/files/patch-src__utils.c.diff deleted file mode 100644 index afc9e58c1454..000000000000 --- a/japanese/oleo/files/patch-src__utils.c.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/utils.c.orig Wed Aug 17 17:28:16 2005 -+++ src/utils.c Wed Aug 17 17:29:19 2005 -@@ -66,7 +66,7 @@ - #define _IOSTRG 0 - #endif - --extern int sys_nerr; -+extern const int sys_nerr; - - struct id - { diff --git a/japanese/oleo/files/patch-src__xrdb.c.diff b/japanese/oleo/files/patch-src__xrdb.c.diff deleted file mode 100644 index 3a636f6b588f..000000000000 --- a/japanese/oleo/files/patch-src__xrdb.c.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/xrdb.c.orig Wed Aug 17 17:46:06 2005 -+++ src/xrdb.c Wed Aug 17 17:46:41 2005 -@@ -57,7 +57,7 @@ - /* This should be included before the X include files; otherwise, we get - warnings about redefining NULL under BSD 4.3. */ - #include <sys/param.h> --#define NeedFunctionPrototypes 0 -+#include <X11/Xfuncproto.h> - #include <X11/X.h> - #include <X11/Xlib.h> - #include <X11/Xutil.h> diff --git a/japanese/oleo/pkg-descr b/japanese/oleo/pkg-descr deleted file mode 100644 index 9cece3255542..000000000000 --- a/japanese/oleo/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -This is a port of the spreadsheet program oleo, with Japanese support by Kuniaki -HAYASHIDA. Documentation in Japanese is in -${PREFIX}/share/doc/oleo/ja_JP.EUC/USING.eucJP (usually -/usr/local/share/doc/oleo/ja_JP.EUC/USING.eucJP). - -If the environment variable LANG is set to C under X11 client mode, as: - setenv LANG C - setenv DISPLAY localhost:0.0 -when starting oleo, X11 will consume too much memory to operate X clients. To -avoid this problem, you can either set LANG to ja_JP.EUC instead (in which case -you also need the /usr/share/locale/ja_JP.EUC/LC_TIME,LC_COLLATE file), or unset -the DISPLAY environment variable so oleo does not use X. - -Output to a PostScript file has some problems. - -The default editing mode is like Emacs (Ctrl-h is call help mode). If you want -to use Ctrl-h and BS key to delete-char, set to $HOME/.oleorc as below: - bind-key generic-main backward-delete-char ^H - -WWW: http://www.hh.iij4u.or.jp/%7Ehayasida/oleo/ diff --git a/japanese/oleo/pkg-plist b/japanese/oleo/pkg-plist deleted file mode 100644 index 694b286ff4a7..000000000000 --- a/japanese/oleo/pkg-plist +++ /dev/null @@ -1,30 +0,0 @@ -bin/oleo -share/afm/Courier-Bold.afm -share/afm/Courier-BoldOblique.afm -share/afm/Courier-Oblique.afm -share/afm/Courier.afm -share/afm/Helvetica-Bold.afm -share/afm/Helvetica-BoldOblique.afm -share/afm/Helvetica-Oblique.afm -share/afm/Helvetica.afm -share/afm/Symbol.afm -share/afm/Times-Bold.afm -share/afm/Times-BoldItalic.afm -share/afm/Times-Italic.afm -share/afm/Times-Roman.afm -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/FAQ -%%PORTDOCS%%%%DOCSDIR%%/ja_JP.EUC/USING.eucJP -share/locale/en/LC_MESSAGES/oleo.mo -share/locale/fr/LC_MESSAGES/oleo.mo -share/locale/nl/LC_MESSAGES/oleo.mo -%%DATADIR%%/Oleo -%%DATADIR%%/fr/Oleo -%%DATADIR%%/nl/Oleo -%%DATADIR%%/oleo.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/ja_JP.EUC -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm share/afm -@dirrm %%DATADIR%%/fr -@dirrm %%DATADIR%%/nl -@dirrm %%DATADIR%% diff --git a/lang/Makefile b/lang/Makefile index aab7b95fbeb0..f38a5495a56f 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -49,7 +49,6 @@ SUBDIR += dlv SUBDIR += dmd SUBDIR += dmd2 - SUBDIR += dylan SUBDIR += ecl SUBDIR += eiffel SUBDIR += elan diff --git a/lang/dylan/Makefile b/lang/dylan/Makefile deleted file mode 100644 index 6eeb0c7c6220..000000000000 --- a/lang/dylan/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: Dylan -# Date created: 23 Jan 1998 -# Whom: housel@acm.org -# -# $FreeBSD$ -# - -PORTNAME= dylan -PORTVERSION= 2.4.0 -PORTREVISION= 2 -CATEGORIES= lang -MASTER_SITES= http://www.gwydiondylan.org/downloads/src/tar/ \ - http://www.gwydiondylan.org/downloads/binaries/FreeBSD/x86/ \ - ftp://ftp.gwydiondylan.org/downloads/src/tar/ \ - ftp://ftp.gwydiondylan.org/downloads/binaries/FreeBSD/x86/ \ - ftp://ftp.ntua.gr/pub/lang/gwydion/src/tar/ \ - ftp://ftp.ntua.gr/pub/lang/gwydion/binaries/FreeBSD/x86/ \ - ftp://ftp.fu-berlin.de/pub/unix/languages/dylan/src/tar/ \ - ftp://ftp.fu-berlin.de/pub/unix/languages/dylan/binaries/FreeBSD/x86/ -DISTNAME= gwydion-dylan-${PORTVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} d2c-${PORTVERSION}-FreeBSD.gz -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= housel@acm.org -COMMENT= CMU Gwydion project interpreter and compiler for the Dylan language - -LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc - -BROKEN= does not build -DEPRECATED= does not build -EXPIRATION_DATE=2011-02-04 - -USE_PERL5= yes -USE_GMAKE= yes -CONFIGURE_ARGS= --srcdir=${WRKSRC} --with-gc-prefix=${PREFIX} -CONFIGURE_ENV= D2C="${WRKDIR}/d2c -p${WRKSRC}/d2c/compiler/platforms.descr" - -GCCVER!= gcc -dumpversion -DYLANVER= ${PORTVERSION} -.if ${GCCVER:M3.3*}!="" -DYLANARCH= x86-freebsd-elf-gcc33 -.elif ${GCCVER:M3.2*}!="" -DYLANARCH= x86-freebsd-elf-gcc32 -.else -DYLANARCH= x86-freebsd-elf-gcc -.endif - -PLIST_SUB= DYLANVER=${DYLANVER} -PLIST_SUB+= DYLANARCH=${DYLANARCH} - -ONLY_FOR_ARCHS= i386 - -USE_LDCONFIG= ${PREFIX}/lib/dylan/${DYLANVER}/${DYLANARCH} -USE_GMAKE= yes -GNU_CONFIGURE= yes -MAKEFILE= GNUmakefile -ALL_TARGET= default - -MAN1= d2c.1 dybug.1 make-dylan-app.1 melange.1 mindy.1 mindycomp.1 \ - mindyexec.1 parsergen.1 gobject-tool.1 -MAN5= platforms.descr.5 -MAN7= dylan.7 gwydion.7 - -CONFIGURE_ARGS+=--without-gtk - -post-extract: - ${GUNZIP_CMD} -c ${DISTDIR}/d2c-${PORTVERSION}-FreeBSD.gz >${WRKDIR}/d2c - ${CHMOD} ugo+x ${WRKDIR}/d2c - -.include <bsd.port.mk> diff --git a/lang/dylan/distinfo b/lang/dylan/distinfo deleted file mode 100644 index 05f29ca18622..000000000000 --- a/lang/dylan/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (gwydion-dylan-2.4.0.tar.gz) = 7ed180bf4ef11e8e8da3bd78b45477a8 -SHA256 (gwydion-dylan-2.4.0.tar.gz) = 506fe7baef961f87563764e0ad6a3a31b0db9ad40cc822acd59ec9097d139cfd -SIZE (gwydion-dylan-2.4.0.tar.gz) = 3623651 -MD5 (d2c-2.4.0-FreeBSD.gz) = 4d020eb0bb84516adfdfc05f2475bffb -SHA256 (d2c-2.4.0-FreeBSD.gz) = a8753d404c5467f1f20822d28bc813f7444d2f66b21cbc0fbd58636de283b0c6 -SIZE (d2c-2.4.0-FreeBSD.gz) = 3060993 diff --git a/lang/dylan/files/patch-aa b/lang/dylan/files/patch-aa deleted file mode 100644 index a0aca84d8cc5..000000000000 --- a/lang/dylan/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Sat Feb 1 19:50:48 2003 -+++ doc/Makefile.in Wed Apr 9 21:54:54 2003 -@@ -24,7 +24,7 @@ - ${INSTALL_DATA} make-dylan-app.1 \ - ${DESTDIR}${MANDIR}/man1/make-dylan-app.1 - ${INSTALL_DATA} platforms.descr.4 \ -- ${DESTDIR}${MANDIR}/man4/platforms.descr.4 -+ ${DESTDIR}${MANDIR}/man5/platforms.descr.5 - ${INSTALL_DATA} gobject-tool.1 \ - ${DESTDIR}${MANDIR}/man1/gobject-tool.1 - diff --git a/lang/dylan/files/patch-float.c b/lang/dylan/files/patch-float.c deleted file mode 100644 index 2143068537c0..000000000000 --- a/lang/dylan/files/patch-float.c +++ /dev/null @@ -1,64 +0,0 @@ ---- d2c/runtime/c-code/float.c Wed Jul 23 08:08:58 2003 -+++ d2c/runtime/c-code/float.c Tue Aug 21 14:43:47 2007 -@@ -101,11 +101,11 @@ - - #define SQRTHL 0.70710678118654752440L - -+static long double polevll(long double, long double *, size_t); -+static long double p1evll(long double, long double *, size_t); -+ - long double (logl)(long double x) - { -- static long double polevll(long double, long double *, size_t); -- static long double p1evll(long double, long double *, size_t); -- - /* Coefficients for log(1+x) = x - x**2/2 + x**3 P(x)/Q(x) 1/sqrt(2) <= x < - * sqrt(2) Theoretical peak relative error = 2.32e-20 - */ -@@ -229,11 +229,11 @@ - #define LOG2EAL 4.4269504088896340735992e-1L - #define SQRTHL 0.70710678118654752440L - -+long double polevll(long double, long double *, size_t); -+long double p1evll(long double, long double *, size_t); -+ - long double (log2l)(long double x) - { -- static long double polevll(long double, long double *, size_t); -- static long double p1evll(long double, long double *, size_t); -- - static long double P[] = { - 4.9962495940332550844739E-1L, - 1.0767376367209449010438E1L, -@@ -362,11 +362,11 @@ - - #define SQRTHL 0.70710678118654752440L - -+static long double polevll(long double, long double *, size_t); -+static long double p1evll(long double, long double *, size_t); -+ - long double (log10l)(long double x) - { -- static long double polevll(long double, long double *, size_t); -- static long double p1evll(long double, long double *, size_t); -- - /* Coefficients for log(1+x) = x - x**2/2 + x**3 P(x)/Q(x) 1/sqrt(2) <= x < - * sqrt(2) Theoretical peak relative error = 6.2e-22 - */ -@@ -497,11 +497,11 @@ - #define LOG2EA 0.44269504088896340735992 /* log2(e) - 1 */ - #define SQRTH 0.70710678118654752440 - -+static double polevl(double, double *, size_t); -+static double p1evl(double, double *, size_t); -+ - double (log2)(double x) - { -- static double polevl(double, double *, size_t); -- static double p1evl(double, double *, size_t); -- - /* Coefficients for log(1+x) = x - x**2/2 + x**3 P(x)/Q(x) 1/sqrt(2) <= x < - * sqrt(2) - */ - - diff --git a/lang/dylan/files/patch-platforms.descr b/lang/dylan/files/patch-platforms.descr deleted file mode 100644 index baf9c954a8f3..000000000000 --- a/lang/dylan/files/patch-platforms.descr +++ /dev/null @@ -1,15 +0,0 @@ ---- d2c/compiler/platforms.descr Sun Oct 17 21:17:02 2004 -+++ d2c/compiler/platforms.descr Sat Mar 19 05:32:42 2005 -@@ -622,7 +622,11 @@ - // FreeBSD 3.x and above - platform-name: x86-freebsd-elf-gcc - inherit-from: gcc freebsd x86 --link-shared-library-command: $(LIBTOOL) --mode=link gcc -o %s %s -rpath %s -+link-shared-library-command: $(LIBTOOL) --tag=CC --mode=link gcc -o %s %s -rpath %s -+link-executable-command: $(LIBTOOL) --tag=CC --mode=link gcc -o %s %s %s -+link-shared-executable-command: $(LIBTOOL) --tag=CC --mode=link gcc -o %s %s %s -+compile-c-for-shared-command: $(LIBTOOL) --tag=CC --mode=compile gcc $(CCFLAGS) -c %s -o %s -+ - - platform-name: x86-freebsd-elf-gcc32 - inherit-from: freebsd x86-gcc32 diff --git a/lang/dylan/pkg-descr b/lang/dylan/pkg-descr deleted file mode 100644 index 9985fd3c5991..000000000000 --- a/lang/dylan/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -CMU Gwydion project's implementation of the Dylan programming language. -Dylan is an object-oriented language with many powerful features, including -automatic memory management (garbage collection), generic functions (also -known as multiple dispatch or multi-methods), multiple inheritance, a -powerful and safe macro facility for extending the language's syntax, and a -powerful class and function library. Though it is a DYnamic LANguage, it -includes facilities for making compiled programs more efficient than many -other dynamic languages. - -Gwydion Dylan actually contains two implementations of the language. -One, called Mindy (Mindy Is Not Dylan Yet), is a bytecode compiler and -interpreter that implements most of the language except for the macro -facility. The other, d2c, is a compiler for the full language that -uses C as its target "assembly language". The d2c compiler was -written in Dylan and bootstrapped using Mindy. - -A copy of the d2c compiler binary is required by the port to -bootstrap the entire system, which can often take quite a bit of time. - -For more information about Gwydion Dylan, see the Gwydion Dylan maintainers -WWW: http://www.gwydiondylan.org/ diff --git a/lang/dylan/pkg-plist b/lang/dylan/pkg-plist deleted file mode 100644 index ca1729ccd660..000000000000 --- a/lang/dylan/pkg-plist +++ /dev/null @@ -1,202 +0,0 @@ -bin/d2c -bin/dybug -bin/gen-makefile -bin/line-count -bin/make-dylan-app -bin/make-dylan-lib -bin/melange -bin/mindy -bin/mindycomp -bin/mindyexec -bin/mk-build-tree -bin/parsergen -share/dylan/platforms.descr -include/runtime.h -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/elisp/dylan-mode.el -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/elisp/fill-comment.el -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/elisp/page-cmds.el -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/elisp/mindy-comp.el -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/elisp/goto-def.el -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/elisp/dylan-params.el -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/dylan-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/random-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/tk-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/inspector-base-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/text-inspector-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/x-inspector-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libruntime.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libruntime.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libruntime.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libruntime.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/dylan.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libdylan-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libdylan-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libdylan-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libdylan-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/melange-support.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/random.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libmelange-support-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libmelange-support-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libmelange-support-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libmelange-support-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/garbage-collection.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libgarbage-collection-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libgarbage-collection-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libgarbage-collection-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libgarbage-collection-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/transcendental.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtranscendental-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtranscendental-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtranscendental-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/time.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtranscendental-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/transcendental-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/librandom-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/librandom-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/librandom-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/librandom-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/streams.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libstreams-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libstreams-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libstreams-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libstreams-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/streams-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/standard-io.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libstandard-io-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libstandard-io-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libstandard-io-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libstandard-io-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/standard-io-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/print.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libprint-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libprint-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libprint-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libprint-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/print-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/format.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libformat-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libformat-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libformat-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libformat-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/format-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/collection-extensions.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libcollection-extensions-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libcollection-extensions-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/table-extensions.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libcollection-extensions-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libcollection-extensions-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/collection-extensions-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtable-extensions-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtable-extensions-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtable-extensions-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtable-extensions-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/table-extensions-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/string-extensions.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libstring-extensions-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libstring-extensions-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libstring-extensions-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/string-extensions-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libstring-extensions-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/regular-expressions.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libregular-expressions-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libregular-expressions-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libregular-expressions-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libregular-expressions-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/regular-expressions-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/format-out.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libformat-out-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libformat-out-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libformat-out-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libformat-out-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/format-out-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/matrix.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/matrix-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libmatrix-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libmatrix-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libmatrix-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libmatrix-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/stream-extensions.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libstream-extensions-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libstream-extensions-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libstream-extensions-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libstream-extensions-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/stream-extensions-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/parse-arguments.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libparse-arguments-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libparse-arguments-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libparse-arguments-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/io.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libparse-arguments-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/parse-arguments-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/base-file-system.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libbase-file-system-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libbase-file-system-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libbase-file-system-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libbase-file-system-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/base-file-system-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtime-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtime-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtime-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libtime-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/threads.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libthreads-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libthreads-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libthreads-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libthreads-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/common-dylan.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libcommon-dylan-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libcommon-dylan-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libcommon-dylan-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libcommon-dylan-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/collections.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libcollections-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libio-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libcollections-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libcollections-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libcollections-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libio-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libio-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libio-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/io-lib.dbc -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/file-system.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libfile-system-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libfile-system-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libfile-system-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libfile-system-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/date.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libdate-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libdate-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libdate-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libdate-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/system.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libsystem-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libsystem-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libsystem-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libsystem-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/locators.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/liblocators-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/liblocators-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/liblocators-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/liblocators-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/parser-utilities.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libparser-utilities-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libparser-utilities-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libparser-utilities-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libparser-utilities-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/ansi-c.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libansi-c-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libansi-c-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libansi-c-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libansi-c-dylan.a -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/c-parser.lib.du -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libc-parser-dylan.so.0 -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libc-parser-dylan.so -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libc-parser-dylan.la -lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/libc-parser-dylan.a -@exec mkdir %D/lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/dylan-user -@dirrm lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/dylan-user -@dirrm lib/dylan/%%DYLANVER%%/%%DYLANARCH%%/elisp -@dirrm lib/dylan/%%DYLANVER%%/%%DYLANARCH%% -@dirrm lib/dylan/%%DYLANVER%% -@dirrm lib/dylan -@dirrm share/dylan diff --git a/multimedia/Makefile b/multimedia/Makefile index de4c99a83e43..5e0fd636f5b4 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -123,7 +123,6 @@ SUBDIR += hayes SUBDIR += iriverter SUBDIR += iso2mkv - SUBDIR += jahshaka SUBDIR += jmref SUBDIR += k9copy SUBDIR += k9copy-kde4 diff --git a/multimedia/jahshaka/Makefile b/multimedia/jahshaka/Makefile deleted file mode 100644 index b9231244193a..000000000000 --- a/multimedia/jahshaka/Makefile +++ /dev/null @@ -1,108 +0,0 @@ -# New ports collection makefile for: jahshaka -# Date created: 07 Feb 2005 -# Whom: Igor Pokrovsky <ip@doom.homeunix.org> -# -# $FreeBSD$ -# - -PORTNAME= jahshaka -PORTVERSION= 1.9a9 -PORTREVISION= 8 -CATEGORIES= multimedia -MASTER_SITES= SF/${PORTNAME}fx/Jahshaka-source/1.9alpha -DISTNAME= ${PORTNAME}_${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Video and film composing, editing and special fx system - -BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake -LIB_DEPENDS= aviplay.0:${PORTSDIR}/multimedia/avifile \ - freetype.9:${PORTSDIR}/print/freetype2 \ - jpeg.11:${PORTSDIR}/graphics/jpeg - -DEPRECATED= Does not compile on supported versions of FreeBSD -EXPIRATION_DATE=2011-02-04 - -USE_GL= glut -USE_QT_VER= 3 -MAKE_ENV= QMAKESPEC=${QMAKESPEC} QTDIR=${QT_PREFIX} -WRKSRC= ${WRKDIR}/${PORTNAME} - -PORTDOCS= README - -TCSH?= /bin/csh -QMAKE?= ${LOCALBASE}/bin/qmake -QMAKESPEC?= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ -MAKE_JOBS_UNSAFE=yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= does not compile with GCC 4.2 -.endif - -post-patch: - @(${FIND} ${WRKSRC} -name '*.h' -or -name '*.cpp' | ${XARGS} ${REINPLACE_CMD} -i '' \ - -e 's|avifile-0.7|avifile|g; s|malloc\.h|stdlib\.h|g') - @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ - ${WRKSRC}/jahshakaSettings.pro - @${REINPLACE_CMD} -e "s|qmake|${QMAKE}|g" \ - ${WRKSRC}/configure ${WRKSRC}/plugins/configure - @${REINPLACE_CMD} -i '' -e "s|%%DATADIR%%|${DATADIR}|g" \ - ${WRKSRC}/jah/Source/jahshaka.cpp - @${REINPLACE_CMD} -i '' \ - -e "s|JahBasePath+\"plugins/\"|\"${PREFIX}/lib/${PORTNAME}/plugins/\"|g" \ - ${WRKSRC}/jah/libraries/jahplugins/jahpluginlib.cpp - -do-configure: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${TCSH} ./configure - cd ${WRKSRC}/plugins && ${SETENV} ${MAKE_ENV} ${TCSH} ./configure - -post-build: - cd ${WRKSRC}/plugins && ${SETENV} ${MAKE_ENV} ${MAKE} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - -# UI pics - ${MKDIR} ${DATADIR} -.for ext in bmp jpg gif png xpm -.for dir in "" desktop desktopController interface jahplayer modules paint player - ${MKDIR} ${DATADIR}/Pixmaps/${dir} - ${FIND} -X ${WRKSRC}/Pixmaps/${dir} -name "*.${ext}" -depth 1 | \ - ${XARGS} -J % ${INSTALL_DATA} % ${DATADIR}/Pixmaps/${dir} -.endfor -.endfor - -# database - ${MKDIR} ${DATADIR}/database - ${INSTALL_DATA} ${WRKSRC}/database/* ${DATADIR}/database - -# fonts - ${MKDIR} ${DATADIR}/fonts - ${INSTALL_DATA} ${WRKSRC}/fonts/*.ttf ${DATADIR}/fonts - -# scenes - ${MKDIR} ${DATADIR}/scenes - ${INSTALL_DATA} ${WRKSRC}/scenes/*.jsf ${DATADIR}/scenes - -# media for scenes - ${MKDIR} ${DATADIR}/media - ${MKDIR} ${DATADIR}/media/images - ${INSTALL_DATA} ${WRKSRC}/media/images/* ${DATADIR}/media/images - ${MKDIR} ${DATADIR}/media/models - ${INSTALL_DATA} ${WRKSRC}/media/models/* ${DATADIR}/media/models - -# plugins - ${MKDIR} ${PREFIX}/lib/${PORTNAME} - ${MKDIR} ${PREFIX}/lib/${PORTNAME}/plugins ${DATADIR}/plugins - ${FIND} -X ${WRKSRC}/plugins -name '*.so' | \ - ${XARGS} -J % ${INSTALL_PROGRAM} % ${PREFIX}/lib/${PORTNAME}/plugins - (cd ${WRKSRC}/plugins && ${COPYTREE_SHARE} \* ${DATADIR}/plugins "-name *\.fp") - -.ifndef (NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/multimedia/jahshaka/distinfo b/multimedia/jahshaka/distinfo deleted file mode 100644 index ec33c8dd472a..000000000000 --- a/multimedia/jahshaka/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (jahshaka_1.9a9.tar.gz) = 1da413be5ab509b417cc8d56c74cdbf3 -SHA256 (jahshaka_1.9a9.tar.gz) = c88cbdf71a23753f36a2ddb4b65019f58de8ddb9a762617b76ee361f7f2ca713 -SIZE (jahshaka_1.9a9.tar.gz) = 4538582 diff --git a/multimedia/jahshaka/files/patch-jah_Source_jahshaka.cpp b/multimedia/jahshaka/files/patch-jah_Source_jahshaka.cpp deleted file mode 100644 index 0874ff7ce718..000000000000 --- a/multimedia/jahshaka/files/patch-jah_Source_jahshaka.cpp +++ /dev/null @@ -1,25 +0,0 @@ ---- jah/Source/jahshaka.cpp.orig -+++ jah/Source/jahshaka.cpp -@@ -185,6 +185,8 @@ - QString fileinfo; - bool foundpath; - -+#if !defined(__FreeBSD__) -+ - //this hack gets the application exectuable path - //since QApplication::applicationFilePath() only works on Qt 3.2 and up - jtrace.debug("QT_VERSION_STR: "); -@@ -356,6 +358,13 @@ - jtrace.debug( "Didnt find media folder, using default media folder" ); - JahMediaPath = JahBasePath; - } -+ -+#else -+ -+ JahBasePath = "%%DATADIR%%/"; -+ JahMediaPath = JahBasePath; -+ -+#endif - - //update preferences object with info - jprefs.setBasePath(JahBasePath); diff --git a/multimedia/jahshaka/files/patch-jah_libraries_glew_glew.h b/multimedia/jahshaka/files/patch-jah_libraries_glew_glew.h deleted file mode 100644 index d0ce781b9858..000000000000 --- a/multimedia/jahshaka/files/patch-jah_libraries_glew_glew.h +++ /dev/null @@ -1,18 +0,0 @@ ---- jah/libraries/glew/glew.h.orig -+++ jah/libraries/glew/glew.h -@@ -8945,11 +8945,15 @@ - } - #endif - -+/* Do not undef GLAPIENTRY here. This is a quick hack to avoid -+ undefined symbols when including glut.h just after glew.h */ -+/* - #ifdef GLEW_APIENTRY_DEFINED - #undef GLEW_APIENTRY_DEFINED - #undef APIENTRY - #undef GLAPIENTRY - #endif -+*/ - - #ifdef GLEW_CALLBACK_DEFINED - #undef GLEW_CALLBACK_DEFINED diff --git a/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_alaw.c b/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_alaw.c deleted file mode 100644 index 750f9c1067f7..000000000000 --- a/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_alaw.c +++ /dev/null @@ -1,26 +0,0 @@ ---- jah/libraries/jahaudio/alaw.c.orig -+++ jah/libraries/jahaudio/alaw.c -@@ -521,9 +521,9 @@ - { while (count) - { count -- ; - if (ptr [count] >= 0) -- buffer [count] = alaw_encode [(lrintf (normfact * ptr [count])) / 16] ; -+ buffer [count] = alaw_encode [(int)((lrintf (normfact * ptr [count])) / 16)] ; - else -- buffer [count] = 0x7F & alaw_encode [(lrintf (normfact * ptr [count])) / -16] ; -+ buffer [count] = 0x7F & alaw_encode [(int)((lrintf (normfact * ptr [count])) / -16)] ; - } ; - } /* f2alaw_array */ - -@@ -532,9 +532,9 @@ - { while (count) - { count -- ; - if (ptr [count] >= 0) -- buffer [count] = alaw_encode [(lrint (normfact * ptr [count])) / 16] ; -+ buffer [count] = alaw_encode [(int)((lrint (normfact * ptr [count])) / 16)] ; - else -- buffer [count] = 0x7F & alaw_encode [(lrint (normfact * ptr [count])) / -16] ; -+ buffer [count] = 0x7F & alaw_encode [(int)((lrint (normfact * ptr [count])) / -16)] ; - } ; - } /* d2alaw_array */ - diff --git a/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_common.h b/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_common.h deleted file mode 100644 index aa89cf9051de..000000000000 --- a/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_common.h +++ /dev/null @@ -1,11 +0,0 @@ ---- jah/libraries/jahaudio/common.h.orig -+++ jah/libraries/jahaudio/common.h -@@ -117,7 +117,7 @@ - typedef struct - { unsigned int version ; /* version of the PEAK chunk */ - unsigned int timestamp ; /* secs since 1/1/1970 */ -- PEAK_POS peaks [] ; /* the per channel peak info */ -+ PEAK_POS * peaks ; /* the per channel peak info */ - } PEAK_CHUNK ; - - typedef struct diff --git a/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_config.h b/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_config.h deleted file mode 100644 index 3bd64dfb3a42..000000000000 --- a/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_config.h +++ /dev/null @@ -1,15 +0,0 @@ ---- jah/libraries/jahaudio/config.h.orig -+++ jah/libraries/jahaudio/config.h -@@ -81,10 +81,10 @@ - #define HAVE_LIBM 1 - - /* Define if you have C99's lrint function. */ --#define HAVE_LRINT 1 -+//#define HAVE_LRINT 1 - - /* Define if you have C99's lrintf function. */ --#define HAVE_LRINTF 1 -+//#define HAVE_LRINTF 1 - - /* Define to 1 if you have the `lseek' function. */ - #define HAVE_LSEEK 1 diff --git a/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_ima__adpcm.c b/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_ima__adpcm.c deleted file mode 100644 index 6dc328864cde..000000000000 --- a/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_ima__adpcm.c +++ /dev/null @@ -1,11 +0,0 @@ ---- jah/libraries/jahaudio/ima_adpcm.c.orig -+++ jah/libraries/jahaudio/ima_adpcm.c -@@ -36,7 +36,7 @@ - int stepindx [2] ; - unsigned char *block ; - short *samples ; -- unsigned short data [] ; /* ISO C99 struct hack */ -+ unsigned short *data ; /* ISO C99 struct hack */ - } IMA_ADPCM_PRIVATE ; - - /*============================================================================================ diff --git a/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_ms__adpcm.c b/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_ms__adpcm.c deleted file mode 100644 index 4871c7a88979..000000000000 --- a/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_ms__adpcm.c +++ /dev/null @@ -1,11 +0,0 @@ ---- jah/libraries/jahaudio/ms_adpcm.c.orig -+++ jah/libraries/jahaudio/ms_adpcm.c -@@ -43,7 +43,7 @@ - sf_count_t samplecount ; - short *samples ; - unsigned char *block ; -- unsigned short dummydata [] ; /* ISO C99 struct hack */ -+ unsigned short *dummydata ; /* ISO C99 struct hack */ - } MSADPCM_PRIVATE ; - - /*============================================================================================ diff --git a/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_paf.c b/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_paf.c deleted file mode 100644 index 10468270013f..000000000000 --- a/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_paf.c +++ /dev/null @@ -1,11 +0,0 @@ ---- jah/libraries/jahaudio/paf.c.orig -+++ jah/libraries/jahaudio/paf.c -@@ -64,7 +64,7 @@ - sf_count_t sample_count ; - int *samples ; - unsigned char *block ; -- int data [] ; /* ISO C99 struct hack */ -+ int *data ; /* ISO C99 struct hack */ - } PAF24_PRIVATE ; - - /*------------------------------------------------------------------------------ diff --git a/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_sndfile.h b/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_sndfile.h deleted file mode 100644 index f2d801372589..000000000000 --- a/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_sndfile.h +++ /dev/null @@ -1,11 +0,0 @@ ---- jah/libraries/jahaudio/sndfile.h.orig -+++ jah/libraries/jahaudio/sndfile.h -@@ -233,7 +233,7 @@ - ** off64_t (Solaris), __int64_t (Win32) etc. - */ - --typedef loff_t sf_count_t ; -+typedef off_t sf_count_t ; - - #define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL - diff --git a/multimedia/jahshaka/files/patch-jah_libraries_jahtimer_jahtimer.cpp b/multimedia/jahshaka/files/patch-jah_libraries_jahtimer_jahtimer.cpp deleted file mode 100644 index 9c86f21c1ce2..000000000000 --- a/multimedia/jahshaka/files/patch-jah_libraries_jahtimer_jahtimer.cpp +++ /dev/null @@ -1,31 +0,0 @@ ---- jah/libraries/jahtimer/jahtimer.cpp.orig -+++ jah/libraries/jahtimer/jahtimer.cpp -@@ -11,18 +11,22 @@ - - void JahTimer::starttime( void ) - { -- ftime(¤t_time); -- start_time = (int)current_time.millitm; -+struct timezone tz; - -- start_time_float = (double)current_time.time + ((double)current_time.millitm / 1000.0); -+ gettimeofday(¤t_time,&tz); -+ start_time = (int)current_time.tv_usec; -+ -+ start_time_float = (double)current_time.tv_sec + ((double)current_time.tv_usec / 1000.0); - - } - - void JahTimer::endtime ( void ) - { -- ftime(¤t_time); -- end_time = (int)current_time.millitm; -- end_time_float = (double)current_time.time + ((double)current_time.millitm / 1000.0); -+struct timezone tz; -+ -+ gettimeofday(¤t_time,&tz); -+ end_time = (int)current_time.tv_usec; -+ end_time_float = (double)current_time.tv_sec + ((double)current_time.tv_usec / 1000.0); - total_time_float = end_time_float - start_time_float; - } - diff --git a/multimedia/jahshaka/files/patch-jah_libraries_jahtimer_jahtimer.h b/multimedia/jahshaka/files/patch-jah_libraries_jahtimer_jahtimer.h deleted file mode 100644 index f34f1755f67f..000000000000 --- a/multimedia/jahshaka/files/patch-jah_libraries_jahtimer_jahtimer.h +++ /dev/null @@ -1,21 +0,0 @@ ---- jah/libraries/jahtimer/jahtimer.h.orig -+++ jah/libraries/jahtimer/jahtimer.h -@@ -10,7 +10,7 @@ - #define JAHTIMER_H - - #include <qstring.h> --#include <sys/timeb.h> -+#include <sys/time.h> - - #include "jahtracer.h" - -@@ -28,7 +28,8 @@ - - private: - -- timeb current_time; -+ struct timeval current_time; -+ //timeb current_time; - //static timeb current_time; - - //used for timing effects diff --git a/multimedia/jahshaka/files/patch-jahshakaSettings.pro b/multimedia/jahshaka/files/patch-jahshakaSettings.pro deleted file mode 100644 index 5ac9afe19d67..000000000000 --- a/multimedia/jahshaka/files/patch-jahshakaSettings.pro +++ /dev/null @@ -1,82 +0,0 @@ ---- jahshakaSettings.pro.orig -+++ jahshakaSettings.pro -@@ -197,6 +197,79 @@ - - } - -+############################################## -+# FreeBSD specific settings here -+############################################## -+ -+contains( OSNAME, FreeBSD ) { -+ message( "Using FreeBSD presets..." ) -+ OSDEF = FOUND -+ -+ #os specific variable -+ JAHOS=LINUX -+ DEFINES += JAHLINUX -+ -+# QTPATH = /usr/lib/qt-3.1 -+# JAHDEPENDPATH = /usr/lib/qt-3.1/include -+ -+ #location of freetype libraries -+ FREEDIR = %%LOCALBASE%%/include/freetype2 -+ -+ #for the audio hack -+ contains( JAHAUDIO,true ) { -+ #we hack the directories where libaudio is on to freedir -+# FREEDIR += /usr/local/include -+# FREEDIR += /usr/include -+ DEFINES += AUDIOSUPPORT -+ } -+ -+ #for avi -+ contains( LINUXAVISUPPORT,true ) { -+ DEFINES += LINUXAVISUPPORT -+ } -+ -+ #for spaceball -+ contains( SPACEBALL,true ) { -+ DEFINES += SPACEBALL -+ } -+ -+ #for native mpeg support -+ contains( JAHMPEGDECODER,true ) { -+ DEFINES += JAHMPEGDECODER -+ } -+ -+ #for native mpeg encoder support -+ contains( JAHMPEGENCODER,true ) { -+ DEFINES += JAHMPEGENCODER -+ } -+ -+ #for Clearspeed -+ contains( CLEARSPEED,true ) { -+ DEFINES += CLEARSPEED -+ DEFINES += __LITTLE_ENDIAN -+ } -+ -+ #for Nvidia GPU -+ contains( NVIDIA_GPU,true ) { -+ DEFINES += NVIDIA_GPU -+ } -+ -+ #for Nvidia GPGPU -+ contains( NVIDIA_GPGPU,true ) { -+ DEFINES += NVIDIA_GPGPU -+ } -+ -+ #for qt theme support -+ contains( JAHTHEMES,true ) { -+ DEFINES += JAHTHEMES -+ } -+ -+ #for jahplayer support -+ contains( JAHPLAYER,true ) { -+ DEFINES += JAHPLAYER -+ } -+} -+ - ############################################################### - # Sgi Irix old Qt specific settings here - diff --git a/multimedia/jahshaka/pkg-descr b/multimedia/jahshaka/pkg-descr deleted file mode 100644 index 993a6d05af58..000000000000 --- a/multimedia/jahshaka/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Jahshaka is a video and film compositing, editing and special fx system -that uses OpenGL & OpenML hardware rendering to give operators real time -interactivity. The system is cross platform, and also includes full CG, -paint and image processing modules. - -WWW: http://www.jahshaka.org/ diff --git a/multimedia/jahshaka/pkg-plist b/multimedia/jahshaka/pkg-plist deleted file mode 100644 index cd84cf8ae8f9..000000000000 --- a/multimedia/jahshaka/pkg-plist +++ /dev/null @@ -1,223 +0,0 @@ -bin/jahshaka -lib/jahshaka/plugins/libjitaverage.so -lib/jahshaka/plugins/libjitgaussnoise.so -lib/jahshaka/plugins/libjitgeommeanfilter.so -lib/jahshaka/plugins/libjitmedianfilter.so -lib/jahshaka/plugins/libjitminmaxfilter.so -lib/jahshaka/plugins/libjitmmsefilter.so -lib/jahshaka/plugins/libjitnegexnoise.so -lib/jahshaka/plugins/libjitpseudocolor.so -lib/jahshaka/plugins/libjitrangefilter.so -lib/jahshaka/plugins/libjitrgbvary.so -lib/jahshaka/plugins/librfxnvblur.so -lib/jahshaka/plugins/librfxnvcharcoal.so -lib/jahshaka/plugins/librfxnvcolor.so -lib/jahshaka/plugins/librfxnvcompoundeye.so -lib/jahshaka/plugins/librfxnvdiffusion.so -lib/jahshaka/plugins/librfxnvdistortion.so -lib/jahshaka/plugins/librfxnvedgedetect.so -lib/jahshaka/plugins/librfxnvfire.so -lib/jahshaka/plugins/librfxnvfisheye.so -lib/jahshaka/plugins/librfxnvflame.so -lib/jahshaka/plugins/librfxnvfog.so -lib/jahshaka/plugins/librfxnvlighting.so -lib/jahshaka/plugins/librfxnvnorthernlights.so -lib/jahshaka/plugins/librfxnvpan.so -lib/jahshaka/plugins/librfxnvreflection.so -lib/jahshaka/plugins/librfxnvsharpen.so -lib/jahshaka/plugins/librfxnvsphere.so -lib/jahshaka/plugins/librfxnvswirl.so -lib/jahshaka/plugins/librfxnvturbulence.so -lib/jahshaka/plugins/librtripple.so -lib/jahshaka/plugins/libvfxbathroom.so -lib/jahshaka/plugins/libvfxfisheye.so -lib/jahshaka/plugins/libvfxgrey.so -lib/jahshaka/plugins/libvfxmandelbrot.so -lib/jahshaka/plugins/libvfxmosaic.so -lib/jahshaka/plugins/libvfxoil.so -lib/jahshaka/plugins/libvfxpolarnoise.so -lib/jahshaka/plugins/libvfxpolarwarp.so -lib/jahshaka/plugins/libvfxrelief.so -lib/jahshaka/plugins/libvfxswirl.so -%%DATADIR%%/Pixmaps/desktop/binview.png -%%DATADIR%%/Pixmaps/desktop/jahnodes.png -%%DATADIR%%/Pixmaps/desktop/phototool.png -%%DATADIR%%/Pixmaps/desktop/rotatetool.png -%%DATADIR%%/Pixmaps/desktop/scaletool.png -%%DATADIR%%/Pixmaps/desktop/simplezoomin.png -%%DATADIR%%/Pixmaps/desktop/simplezoomout.png -%%DATADIR%%/Pixmaps/desktop/thumbview.png -%%DATADIR%%/Pixmaps/desktop/transtool.png -%%DATADIR%%/Pixmaps/desktop/zoomin.png -%%DATADIR%%/Pixmaps/desktop/zoomout.png -%%DATADIR%%/Pixmaps/desktopController/delete_off.png -%%DATADIR%%/Pixmaps/desktopController/delete_on.png -%%DATADIR%%/Pixmaps/desktopController/load_off.png -%%DATADIR%%/Pixmaps/desktopController/load_on.png -%%DATADIR%%/Pixmaps/desktopController/name_off.png -%%DATADIR%%/Pixmaps/desktopController/name_on.png -%%DATADIR%%/Pixmaps/desktopController/play_off.png -%%DATADIR%%/Pixmaps/desktopController/play_on.png -%%DATADIR%%/Pixmaps/interface/metal.xpm -%%DATADIR%%/Pixmaps/interface/metaldark.xpm -%%DATADIR%%/Pixmaps/jahaudio.png -%%DATADIR%%/Pixmaps/jahback.png -%%DATADIR%%/Pixmaps/jahlayer.png -%%DATADIR%%/Pixmaps/jahlogo.png -%%DATADIR%%/Pixmaps/jahplayer/playerdelete.png -%%DATADIR%%/Pixmaps/jahplayer/playerdeleteon.png -%%DATADIR%%/Pixmaps/jahplayer/playerload.png -%%DATADIR%%/Pixmaps/jahplayer/playerloadon.png -%%DATADIR%%/Pixmaps/jahplayer/playername.png -%%DATADIR%%/Pixmaps/jahplayer/playernameon.png -%%DATADIR%%/Pixmaps/jahplayer/playerplay.png -%%DATADIR%%/Pixmaps/jahplayer/playerplayon.png -%%DATADIR%%/Pixmaps/jahstartupimage.png -%%DATADIR%%/Pixmaps/jahtext.png -%%DATADIR%%/Pixmaps/light.xpm -%%DATADIR%%/Pixmaps/missingmedia.png -%%DATADIR%%/Pixmaps/modules/light.png -%%DATADIR%%/Pixmaps/modules/reflect.png -%%DATADIR%%/Pixmaps/no_tr.gif -%%DATADIR%%/Pixmaps/paint/buttonBezier.png -%%DATADIR%%/Pixmaps/paint/buttonCircle.png -%%DATADIR%%/Pixmaps/paint/buttonCircleFilled.png -%%DATADIR%%/Pixmaps/paint/buttonErase.png -%%DATADIR%%/Pixmaps/paint/buttonHistoryNext.png -%%DATADIR%%/Pixmaps/paint/buttonHistoryPrevious.png -%%DATADIR%%/Pixmaps/paint/buttonLine.png -%%DATADIR%%/Pixmaps/paint/buttonPen.png -%%DATADIR%%/Pixmaps/paint/buttonRectangle.png -%%DATADIR%%/Pixmaps/paint/buttonRectangleFilled.png -%%DATADIR%%/Pixmaps/paint/buttonTriangle.png -%%DATADIR%%/Pixmaps/paint/buttonTriangleFilled.png -%%DATADIR%%/Pixmaps/play.png -%%DATADIR%%/Pixmaps/player/ffoward_off.png -%%DATADIR%%/Pixmaps/player/ffoward_on.png -%%DATADIR%%/Pixmaps/player/foward_off.png -%%DATADIR%%/Pixmaps/player/foward_on.png -%%DATADIR%%/Pixmaps/player/frewind_off.png -%%DATADIR%%/Pixmaps/player/frewind_on.png -%%DATADIR%%/Pixmaps/player/play_off.png -%%DATADIR%%/Pixmaps/player/play_on.png -%%DATADIR%%/Pixmaps/player/rewind_off.png -%%DATADIR%%/Pixmaps/player/rewind_on.png -%%DATADIR%%/Pixmaps/player/stop_off.png -%%DATADIR%%/Pixmaps/player/stop_on.png -%%DATADIR%%/Pixmaps/trans.gif -%%DATADIR%%/database/JahDesktopDB -%%DATADIR%%/database/JahDesktopDB.bak -%%DATADIR%%/database/JahplayerDesktopDB -%%DATADIR%%/database/instructions.txt -%%DATADIR%%/database/wipedbase -%%DATADIR%%/fonts/arial.ttf -%%DATADIR%%/fonts/comic.ttf -%%DATADIR%%/fonts/impact.ttf -%%DATADIR%%/fonts/times.ttf -%%DATADIR%%/media/images/beck.bmp -%%DATADIR%%/media/images/bird.png -%%DATADIR%%/media/images/code.bmp -%%DATADIR%%/media/images/coppertex.bmp -%%DATADIR%%/media/images/earthtex.jpg -%%DATADIR%%/media/images/espn.png -%%DATADIR%%/media/images/espninterface.png -%%DATADIR%%/media/images/fantasy.jpg -%%DATADIR%%/media/images/font.png -%%DATADIR%%/media/images/glasstex.bmp -%%DATADIR%%/media/images/jahlogo.png -%%DATADIR%%/media/images/jupiter.jpg -%%DATADIR%%/media/images/sky.bmp -%%DATADIR%%/media/images/starfield.jpg -%%DATADIR%%/media/models/al.mtl -%%DATADIR%%/media/models/f-16.mtl -%%DATADIR%%/media/models/f-16.obj -%%DATADIR%%/media/models/face.3DS -%%DATADIR%%/media/models/face.bmp -%%DATADIR%%/plugins/rfxplugins/rfxcore/create_turbulence_texture_combiner_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxcore/create_turbulence_texture_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxcore/turbulence_combiner_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvblur/blur10_frag_arb_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvblur/blur10_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvblur/blur15_frag_arb_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvblur/blur15_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvblur/blur1_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvblur/blur2_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvblur/blur3_frag_arb_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvblur/blur3_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvblur/blur7_frag_arb_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvblur/blur7_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvblur/blur_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvcharcoal/charcoal_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvcolor/color_frag_arb_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvcolor/color_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvcompoundeye/fisheye_frag_arb_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvcompoundeye/fisheye_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvdiffusion/diffusion_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvdistortion/distortion_frag_arb_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvdistortion/distortion_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvedgedetect/edgedetect_frag_arb_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvedgedetect/edgedetect_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvfire/fire_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvfisheye/fisheye_frag_arb_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvfisheye/fisheye_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvflame/flame_blur_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvflame/flame_combiner_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvflame/flame_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvfog/fog_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvlighting/lighting_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvnorthernlights/northernlights_combiner_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvnorthernlights/northernlights_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvpan/pan_frag_arb_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvpan/pan_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvreflection/diffusion_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvsharpen/edgedetect_frag_arb_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvsharpen/edgedetect_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvsphere/sphere_frag_arb_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvsphere/sphere_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvswirl/swirl_frag_arb_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvswirl/swirl_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvturbulence/turbulence_combiner_frag_gpu.fp -%%DATADIR%%/plugins/rfxplugins/rfxnvturbulence/turbulence_frag_gpu.fp -%%DATADIR%%/scenes/animtest.jsf -%%DATADIR%%/scenes/espn.jsf -%%DATADIR%%/scenes/grovejet.jsf -%%DATADIR%%/scenes/pluginz.jsf -@dirrm %%DATADIR%%/scenes -@dirrm %%DATADIR%%/plugins/rfxplugins/rfxnvturbulence -@dirrm %%DATADIR%%/plugins/rfxplugins/rfxnvswirl -@dirrm %%DATADIR%%/plugins/rfxplugins/rfxnvsphere -@dirrm %%DATADIR%%/plugins/rfxplugins/rfxnvsharpen -@dirrm %%DATADIR%%/plugins/rfxplugins/rfxnvreflection -@dirrm %%DATADIR%%/plugins/rfxplugins/rfxnvpan -@dirrm %%DATADIR%%/plugins/rfxplugins/rfxnvnorthernlights -@dirrm %%DATADIR%%/plugins/rfxplugins/rfxnvlighting -@dirrm %%DATADIR%%/plugins/rfxplugins/rfxnvfog -@dirrm %%DATADIR%%/plugins/rfxplugins/rfxnvflame -@dirrm %%DATADIR%%/plugins/rfxplugins/rfxnvfisheye -@dirrm %%DATADIR%%/plugins/rfxplugins/rfxnvfire -@dirrm %%DATADIR%%/plugins/rfxplugins/rfxnvedgedetect -@dirrm %%DATADIR%%/plugins/rfxplugins/rfxnvdistortion -@dirrm %%DATADIR%%/plugins/rfxplugins/rfxnvdiffusion -@dirrm %%DATADIR%%/plugins/rfxplugins/rfxnvcompoundeye -@dirrm %%DATADIR%%/plugins/rfxplugins/rfxnvcolor -@dirrm %%DATADIR%%/plugins/rfxplugins/rfxnvcharcoal -@dirrm %%DATADIR%%/plugins/rfxplugins/rfxnvblur -@dirrm %%DATADIR%%/plugins/rfxplugins/rfxcore -@dirrm %%DATADIR%%/plugins/rfxplugins -@dirrm %%DATADIR%%/plugins -@dirrm %%DATADIR%%/media/models -@dirrm %%DATADIR%%/media/images -@dirrm %%DATADIR%%/media -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%%/database -@dirrm %%DATADIR%%/Pixmaps/player -@dirrm %%DATADIR%%/Pixmaps/paint -@dirrm %%DATADIR%%/Pixmaps/modules -@dirrm %%DATADIR%%/Pixmaps/jahplayer -@dirrm %%DATADIR%%/Pixmaps/interface -@dirrm %%DATADIR%%/Pixmaps/desktopController -@dirrm %%DATADIR%%/Pixmaps/desktop -@dirrm %%DATADIR%%/Pixmaps -@dirrm %%DATADIR%% -@dirrm lib/jahshaka/plugins -@dirrm lib/jahshaka |