diff options
author | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-06-28 14:09:30 +0000 |
---|---|---|
committer | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-06-28 14:09:30 +0000 |
commit | ea78a0d50b0490fee7d49006a3b9cae1b31d6657 (patch) | |
tree | 619b39d1a47b342095e73660e5fa0cc5efe61b11 /TAO | |
parent | f569b8ef24b8623c79a460a8106c72eac73f5f8c (diff) | |
download | ATCD-ea78a0d50b0490fee7d49006a3b9cae1b31d6657.tar.gz |
ChangeLogTag: Thu Jun 28 14:07:00 UTC 2007 Simon Massey <sma@prismtech.com>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 6 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/InterfaceRepo/Bug_2962_Regression/client.cpp | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index bbfd2fc5428..72bf0c739d8 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Thu Jun 28 14:07:00 UTC 2007 Simon Massey <sma@prismtech.com> + + * orbsvcs/tests/InterfaceRepo/Bug_2962_Regression/client.cpp: + + Fix fuzz error. + Thu Jun 28 13:48:39 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl> * tao/DynamicInterface/Request.cpp (poll_response): diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Bug_2962_Regression/client.cpp b/TAO/orbsvcs/tests/InterfaceRepo/Bug_2962_Regression/client.cpp index d806fe7404f..017540dace6 100644 --- a/TAO/orbsvcs/tests/InterfaceRepo/Bug_2962_Regression/client.cpp +++ b/TAO/orbsvcs/tests/InterfaceRepo/Bug_2962_Regression/client.cpp @@ -2,8 +2,8 @@ // $Id$ // The run_test.pl perl script will check for the expected output. -#include <ace/config.h> -#include <tao/IFR_Client/IFR_ComponentsC.h> +#include "ace/config.h" +#include "tao/IFR_Client/IFR_ComponentsC.h" const char *ifr_ior= "file://ifr.ior"; const char *member_type_id= "IDL:arrayOfStruct:1.0"; |