summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-12 19:51:14 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-12 19:51:14 +0000
commit239b69f4c9cd991101a7bc994cd8f04eec3ad2f9 (patch)
tree30801ed0022291ab45f98d3137e0742d47a32465
parentf5a2a89f78d44bb9e872fc6109b2e4b77f763da2 (diff)
downloadATCD-239b69f4c9cd991101a7bc994cd8f04eec3ad2f9.tar.gz
*** empty log message ***
-rw-r--r--TAO/CIAO/ChangeLog10
-rw-r--r--TAO/CIAO/tools/Simple_Component_Server/sample_client.cpp3
2 files changed, 11 insertions, 2 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index c3ebf5a676d..1eb7943e736 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,11 @@
+Mon May 12 14:48:12 2003 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * examples/handcrafted/Hello/run_simple_test.pl:
+ * examples/handcrafted/Hello/simple_client.cpp:
+ * examples/handcrafted/Hello/hello.mpc: Added a test client
+ program and perl script to test the HelloWorld component using
+ Simple_Component_Server.
+
Mon May 12 14:00:57 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* examples/handcrafted/BasicSP/BasicSP.idl
@@ -12,7 +20,7 @@ Mon May 12 14:00:57 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* examples/handcrafted/BasicSP/EC/EC.idl
* examples/handcrafted/BasicSP/EC/README
- A framework on which the new BasicSP would be developed.
+ A framework on which the new BasicSP would be developed.
Mon May 12 13:34:16 2003 Nanbor Wang <nanbor@cs.wustl.edu>
diff --git a/TAO/CIAO/tools/Simple_Component_Server/sample_client.cpp b/TAO/CIAO/tools/Simple_Component_Server/sample_client.cpp
index e9d97bfd81e..82b7401716a 100644
--- a/TAO/CIAO/tools/Simple_Component_Server/sample_client.cpp
+++ b/TAO/CIAO/tools/Simple_Component_Server/sample_client.cpp
@@ -60,7 +60,8 @@ main (int argc, char *argv[])
ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
- /// @@ Narrow the object and do your stuff here.
+ /// @@ Use cserve->get_home () or cserve->get_component ()
+ /// and do your stuff to test the component here.
if (shutdown_server != 0)
cserve->shutdown (ACE_ENV_SINGLE_ARG_PARAMETER);