summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-11 01:08:32 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-11 01:08:32 +0000
commit571f86a5b829b439a08c8f3b542ade32dbdecff8 (patch)
treed24229d13eacccb8833f23a8842af8f6d1a1cf54 /TAO/orbsvcs/tests
parentd1ca86da9ddfbc516e903ed6df05c4dea6f03b99 (diff)
downloadATCD-571f86a5b829b439a08c8f3b542ade32dbdecff8.tar.gz
ChangeLogTag:Tue Nov 11 01:14:58 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r--TAO/orbsvcs/tests/Interoperable_Naming/ncontextext_client_i.cpp2
-rw-r--r--TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Supplier.cpp2
-rw-r--r--TAO/orbsvcs/tests/RTCosScheduling/server.cpp3
-rw-r--r--TAO/orbsvcs/tests/Security/Callback/client.cpp1
-rw-r--r--TAO/orbsvcs/tests/Security/Callback/server.cpp1
5 files changed, 7 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Interoperable_Naming/ncontextext_client_i.cpp b/TAO/orbsvcs/tests/Interoperable_Naming/ncontextext_client_i.cpp
index 07b173aa780..e774066e87a 100644
--- a/TAO/orbsvcs/tests/Interoperable_Naming/ncontextext_client_i.cpp
+++ b/TAO/orbsvcs/tests/Interoperable_Naming/ncontextext_client_i.cpp
@@ -23,6 +23,8 @@
#include "tao/debug.h"
#include "ace/Get_Opt.h"
#include "ace/Read_Buffer.h"
+
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
// Constructor
diff --git a/TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Supplier.cpp b/TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Supplier.cpp
index 1af3302bb01..a6c6bac9662 100644
--- a/TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Supplier.cpp
+++ b/TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Supplier.cpp
@@ -5,6 +5,8 @@
// ******************************************************************
#include "ace/Get_Opt.h"
+
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
#include "tao/ORB_Core.h"
diff --git a/TAO/orbsvcs/tests/RTCosScheduling/server.cpp b/TAO/orbsvcs/tests/RTCosScheduling/server.cpp
index 69f2a464fc9..5cf7b94a164 100644
--- a/TAO/orbsvcs/tests/RTCosScheduling/server.cpp
+++ b/TAO/orbsvcs/tests/RTCosScheduling/server.cpp
@@ -12,7 +12,10 @@
#include "Object1_i.h"
#include <orbsvcs/RTCosScheduling/RTCosScheduling_ServerScheduler_i.h>
+
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
+
#if !defined (ACE_LACKS_PRAGMA_ONCE)
#pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
diff --git a/TAO/orbsvcs/tests/Security/Callback/client.cpp b/TAO/orbsvcs/tests/Security/Callback/client.cpp
index 682a8e857fb..9ca153929d6 100644
--- a/TAO/orbsvcs/tests/Security/Callback/client.cpp
+++ b/TAO/orbsvcs/tests/Security/Callback/client.cpp
@@ -1,5 +1,4 @@
#include "ace/Log_Msg.h"
-#include "ace/streams.h"
#include "serverC.h"
#include "client_i.h"
diff --git a/TAO/orbsvcs/tests/Security/Callback/server.cpp b/TAO/orbsvcs/tests/Security/Callback/server.cpp
index 0f746242f0a..318b0a87b12 100644
--- a/TAO/orbsvcs/tests/Security/Callback/server.cpp
+++ b/TAO/orbsvcs/tests/Security/Callback/server.cpp
@@ -1,5 +1,4 @@
#include "ace/Log_Msg.h"
-#include "ace/streams.h"
#include "server_i.h"