diff options
author | Simon McQueen <simon.mcqueen@gmail.com> | 2006-07-20 12:28:36 +0000 |
---|---|---|
committer | Simon McQueen <simon.mcqueen@gmail.com> | 2006-07-20 12:28:36 +0000 |
commit | 63bffe1d9410b5b894d3ba6e7be8f9835acdf827 (patch) | |
tree | 1e15e29cdbabed7de8224c0b162ed718a9bb93ce | |
parent | a8014982fa557e4b3100774f68dcbde3f88f901f (diff) | |
download | ATCD-63bffe1d9410b5b894d3ba6e7be8f9835acdf827.tar.gz |
ChangeLogTag: Thu Jul 20 12:26:59 UTC 2006 Simon McQueen <sm@prismtech.com>
-rw-r--r-- | TAO/ChangeLog | 6 | ||||
-rw-r--r-- | TAO/tests/Bug_2549_Regression/test.idl | 30 |
2 files changed, 20 insertions, 16 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index bd0b1572f55..52ca2d20dd7 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Thu Jul 20 12:26:59 UTC 2006 Simon McQueen <sm@prismtech.com> + + * tests/Bug_2549_Regression/test.idl: + + Replace <> with "" to fix fuxx error. + Thu Jul 20 11:38:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl> * tao/Load_Protocol_Factory_T.h: diff --git a/TAO/tests/Bug_2549_Regression/test.idl b/TAO/tests/Bug_2549_Regression/test.idl index f67e0a30fbb..f727112c408 100644 --- a/TAO/tests/Bug_2549_Regression/test.idl +++ b/TAO/tests/Bug_2549_Regression/test.idl @@ -1,21 +1,19 @@ // $Id$ -#include <tao/PortableServer/PortableServer.pidl> - -#include <tao/CodecFactory/IOP_Codec_include.pidl> -#include <tao/ObjRefTemplate/ObjectReferenceTemplate_include.pidl> -#include <tao/PI_Server/PI_Server_include.pidl> -#include <tao/PortableServer/PortableServer_include.pidl> -#include <tao/RTCORBA/RTCORBA_include.pidl> -#include <tao/RTPortableServer/RTPortableServer_include.pidl> -#include <tao/RTScheduling/RTScheduler_include.pidl> +#include "tao/PortableServer/PortableServer_include.pidl" +#include "tao/CodecFactory/IOP_Codec_include.pidl" +#include "tao/ObjRefTemplate/ObjectReferenceTemplate_include.pidl" +#include "tao/PI_Server/PI_Server_include.pidl" +#include "tao/RTCORBA/RTCORBA_include.pidl" +#include "tao/RTPortableServer/RTPortableServer_include.pidl" +#include "tao/RTScheduling/RTScheduler_include.pidl" #ifdef I_AM_NOT_DEFINED_AT_ALL -#include <tao/CodecFactory/IOP_Codec.pidl> -#include <tao/ObjRefTemplate/ObjectReferenceTemplate.pidl> -#include <tao/PI_Server/PI_Server.pidl> -#include <tao/PortableServer/PortableServer.pidl> -#include <tao/RTCORBA/RTCORBA.pidl> -#include <tao/RTPortableServer/RTPortableServer.pidl> -#include <tao/RTScheduling/RTScheduler.pidl> +#include "tao/CodecFactory/IOP_Codec.pidl" +#include "tao/ObjRefTemplate/ObjectReferenceTemplate.pidl" +#include "tao/PI_Server/PI_Server.pidl" +#include "tao/PortableServer/PortableServer.pidl" +#include "tao/RTCORBA/RTCORBA.pidl" +#include "tao/RTPortableServer/RTPortableServer.pidl" +#include "tao/RTScheduling/RTScheduler.pidl" #endif |