diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2012-10-03 06:20:53 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2012-10-03 06:20:53 +0000 |
commit | b29cb70bc2d0c6adcfba0ede0a4606419d8312c9 (patch) | |
tree | 7b4aa540e72729c11fc42cda7aec7de8d8ebaf95 /CIAO/ciao | |
parent | 0651d579f7020277e5f5269a71e51b8a42f33d6c (diff) | |
download | ATCD-b29cb70bc2d0c6adcfba0ede0a4606419d8312c9.tar.gz |
Wed Oct 3 06:19:55 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* ciao/Containers/Session/Session_Container.cpp:
Fixed typo in error message
* connectors/dds4ccm/impl/ndds/Topic.cpp:
layout changes
* connectors/dds4ccm/tests/Policies/run_test.pl:
* connectors/dds4ccm/tests/TimeConversion/run_test.pl:
* connectors/dds4ccm/tests/TypeSupport/run_test.pl:
Check all return values, directly exit when the test has ended
* examples/Hello_Event/descriptors/run_test_shs.pl:
Corrected path of sender
Diffstat (limited to 'CIAO/ciao')
-rw-r--r-- | CIAO/ciao/Containers/Session/Session_Container.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/ciao/Containers/Session/Session_Container.cpp b/CIAO/ciao/Containers/Session/Session_Container.cpp index 7b0aa31ca96..110415278bb 100644 --- a/CIAO/ciao/Containers/Session/Session_Container.cpp +++ b/CIAO/ciao/Containers/Session/Session_Container.cpp @@ -306,7 +306,7 @@ namespace CIAO "Component servant factory failed.\n")); throw CIAO::Installation_Failure (name, - "Componet servant factory failed"); + "Component servant factory failed"); } PortableServer::ServantBase_var safe (component_servant); |