diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-21 23:51:40 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-21 23:51:40 +0000 |
commit | 320e339a405cc07fded05f2bbc5929b9b367f9b5 (patch) | |
tree | 4755dbd469a80c5372ec49f8ee205697dc9deee2 /TAO/performance-tests/POA | |
parent | b29eabab3f10f542c0ae937da15b811fff01c801 (diff) | |
download | ATCD-320e339a405cc07fded05f2bbc5929b9b367f9b5.tar.gz |
ChangeLogTag:Mon Jul 21 22:57:54 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/performance-tests/POA')
-rw-r--r-- | TAO/performance-tests/POA/Implicit_Activation/Factory.h | 4 | ||||
-rw-r--r-- | TAO/performance-tests/POA/Implicit_Activation/Simple.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/performance-tests/POA/Implicit_Activation/Factory.h b/TAO/performance-tests/POA/Implicit_Activation/Factory.h index 52e9055f912..c89e085cdcb 100644 --- a/TAO/performance-tests/POA/Implicit_Activation/Factory.h +++ b/TAO/performance-tests/POA/Implicit_Activation/Factory.h @@ -4,7 +4,7 @@ #ifndef FACTORY_H #define FACTORY_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "TestS.h" @@ -41,5 +41,5 @@ private: # pragma warning(pop) #endif /* _MSC_VER */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* FACTORY_H */ diff --git a/TAO/performance-tests/POA/Implicit_Activation/Simple.h b/TAO/performance-tests/POA/Implicit_Activation/Simple.h index d3dffbde564..4a9d959f46d 100644 --- a/TAO/performance-tests/POA/Implicit_Activation/Simple.h +++ b/TAO/performance-tests/POA/Implicit_Activation/Simple.h @@ -4,7 +4,7 @@ #ifndef SIMPLE_H #define SIMPLE_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "TestS.h" @@ -34,5 +34,5 @@ public: # pragma warning(pop) #endif /* _MSC_VER */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* SIMPLE_H */ |