diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-03-29 12:42:56 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-03-29 12:42:56 +0000 |
commit | a70d16eb745d36118f26d2179a5cd029a6b1302c (patch) | |
tree | 724c0430522553cbb80470b9f2190a6de47785d9 /TAO/tests/Param_Test | |
parent | 43ffea66f5cf37908c8b487cd5012c1389774f21 (diff) | |
download | ATCD-a70d16eb745d36118f26d2179a5cd029a6b1302c.tar.gz |
Tue Mar 29 12:42:20 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/Quoter/Quoter.idl:
* orbsvcs/orbsvcs/CosConcurrencyControl.idl:
* orbsvcs/orbsvcs/miop.idl:
* tests/IDL_Test/invalid_scoping1.idl:
* tests/IDL_Test/invalid_scoping2.idl:
* tests/IDL_Test/old_sequence.idl:
* tests/NestedUpcall/MT_Client_Test/MT_Client_Test.idl:
* tests/Param_Test/param_test.idl:
Fuzz fixes
Diffstat (limited to 'TAO/tests/Param_Test')
-rw-r--r-- | TAO/tests/Param_Test/param_test.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/Param_Test/param_test.idl b/TAO/tests/Param_Test/param_test.idl index 37186ec42c5..2fbfafcf778 100644 --- a/TAO/tests/Param_Test/param_test.idl +++ b/TAO/tests/Param_Test/param_test.idl @@ -1,7 +1,7 @@ //============================================================================= /** - * @file params.idl + * @file param_test.idl * * $Id$ * @@ -10,7 +10,6 @@ * verify the correctness of the generated stubs and skeletons, and the * the marshaling engine of TAO. * - * * @author Aniruddha Gokhale */ //============================================================================= |