From c782f4908a4a9bc23f05a232fe257b7de1a9ccb3 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 24 Nov 2008 19:49:26 +0000 Subject: Mon Nov 24 19:48:57 UTC 2008 Johnny Willemsen --- flat/CIAO/CCF/Documentation/Build.html | 4 +- flat/CIAO/CIAO-INSTALL.html | 2 +- flat/CIAO/ChangeLog | 44 ++- .../DAnCE/NodeApplication/NodeApplication_Impl.cpp | 396 ++++++++++----------- .../DAnCE/NodeApplication/ServerActivator_Impl.cpp | 2 +- flat/CIAO/DAnCE/NodeManager/NodeManager_Impl.cpp | 22 +- .../CIAO/DAnCE/NodeManager/Node_Manager_Module.cpp | 8 +- flat/CIAO/ccm/ComponentServer/ComponentServer.mpc | 2 +- .../ciao/Containers/Session/Session_Container.cpp | 4 +- flat/CIAO/ciao/Contexts/Context_Impl_Base.h | 2 +- flat/CIAO/ciao/Servants/Home_Servant_Impl_Base.h | 5 +- flat/CIAO/ciao/Servants/Port_Activator.h | 2 +- flat/CIAO/ciao/Servants/Servant_Impl_T.h | 2 - flat/CIAO/examples/Hello/Sender/Sender_exec.cpp | 2 +- flat/CIAO/ofccm/Cdmw/CDMW_Deployment.idl | 11 +- flat/CIAO/ofccm/Cdmw/CDMW_IDL_Ext.idl | 2 +- 16 files changed, 269 insertions(+), 241 deletions(-) diff --git a/flat/CIAO/CCF/Documentation/Build.html b/flat/CIAO/CCF/Documentation/Build.html index 94415303afe..227dc2358f0 100644 --- a/flat/CIAO/CCF/Documentation/Build.html +++ b/flat/CIAO/CCF/Documentation/Build.html @@ -196,7 +196,9 @@ section.

Boost Building Instructions. Please remember the install locations of the boost libraries because they will be needed to properly configure your environment for building -CCF.

+CCF. +bjam --build-dir="c:\temp\boost2" --toolset=msvc-8.0 link=static/variant=debug/runtime-link=static --with-regex

+