diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-03-28 11:28:59 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-03-28 11:28:59 +0000 |
commit | e16e72866d3d45c73927348e7c974890c5255a5c (patch) | |
tree | e706083eb2430967a159cdb2d65c7c2fe9615048 /TAO/tests/CodeSets/simple | |
parent | eb1cc98daf4898d654953e1a6fd8f8510047610e (diff) | |
download | ATCD-e16e72866d3d45c73927348e7c974890c5255a5c.tar.gz |
Mon Mar 28 11:28:18 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/LifeCycle_Service/LifeCycle_Service.cpp:
* orbsvcs/LifeCycle_Service/LifeCycle_Service_i.cpp:
* orbsvcs/orbsvcs/Trader/Constraint_l.cpp:
* orbsvcs/tests/Concurrency/CC_client.cpp:
* orbsvcs/tests/Concurrency/CC_tests.cpp:
* orbsvcs/tests/HTIOP/AMI/client.cpp:
* orbsvcs/tests/tests_svc_loader/tests_svc_loader.cpp:
* tests/AMI_Timeouts/timeout_i.cpp:
* tests/CodeSets/libs/IBM1047_ISO8859/Wchar_IBM1047_ISO8859_Factory.h:
* tests/CodeSets/simple/server.cpp:
* tests/NestedUpcall/Triangle_Test/Initiator_i.cpp:
* tests/OctetSeq/OctetSeq.cpp:
* tests/Param_Test/multdim_array.cpp:
Fuzz fixes
Diffstat (limited to 'TAO/tests/CodeSets/simple')
-rw-r--r-- | TAO/tests/CodeSets/simple/server.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tests/CodeSets/simple/server.cpp b/TAO/tests/CodeSets/simple/server.cpp index 0d2bc0708a2..47e9ed03870 100644 --- a/TAO/tests/CodeSets/simple/server.cpp +++ b/TAO/tests/CodeSets/simple/server.cpp @@ -2,18 +2,17 @@ //============================================================================= /** - * @file client.cpp + * @file server.cpp * * $Id$ * - * A simple client to demonstrate the use of codeset translation + * A simple server to demonstrate the use of codeset translation * * * @author Phil Mesnier <mesnier_p@ociweb.com> */ //============================================================================= - // IDL generated header #include "simpleS.h" |