summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/StaticConfigurator/StaticDAnCEApp.cpp.tmpl
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-04-13 14:47:50 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-04-13 14:47:50 +0000
commitfeb8e89d1f3932917e3068c9c23db15ce55286e4 (patch)
tree0d62c61c2e4151b7665392d162436ee7d1e6782d /TAO/CIAO/DAnCE/StaticConfigurator/StaticDAnCEApp.cpp.tmpl
parentcbe8aa5d5be1d4679ae0c4e30baaea24fbae416c (diff)
downloadATCD-escher_x_4_9_integration_point.tar.gz
Thu Apr 13 13:43:19 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>escher_x_4_9_integration_point
Diffstat (limited to 'TAO/CIAO/DAnCE/StaticConfigurator/StaticDAnCEApp.cpp.tmpl')
-rw-r--r--TAO/CIAO/DAnCE/StaticConfigurator/StaticDAnCEApp.cpp.tmpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/CIAO/DAnCE/StaticConfigurator/StaticDAnCEApp.cpp.tmpl b/TAO/CIAO/DAnCE/StaticConfigurator/StaticDAnCEApp.cpp.tmpl
index 3b230c3c843..370444d528f 100644
--- a/TAO/CIAO/DAnCE/StaticConfigurator/StaticDAnCEApp.cpp.tmpl
+++ b/TAO/CIAO/DAnCE/StaticConfigurator/StaticDAnCEApp.cpp.tmpl
@@ -56,13 +56,13 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
homesvnt_creator_fptr_map.bind (homes_table[i].servant_entrypt_,
homes_table[i].servant_fptr_);
- }
+ }
CIAO::Static_NodeManager_Impl *static_node_manager_impl;
// Create and install the CIAO Daemon servant
-
+
ACE_DEBUG ((LM_DEBUG, "creating static_node_manager\n"));
-
+
static_node_manager_impl =
new CIAO::Static_NodeManager_Impl("NodeManager",
orb.in (),
@@ -70,7 +70,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
"", //exe location
"", //exe options
0, //spawn delay
- &static_config_entrypoints_maps);
+ &static_config_entrypoints_maps);
static_node_manager_impl->init ();
@@ -98,11 +98,11 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
str.in ()
ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
-
+
// Run the main event loop for the ORB.
orb->run (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
-
+
poa->destroy (1, 1 ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;