summaryrefslogtreecommitdiff
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
commitd170ccfdca7de8f484148ad31bca8aaf6d324450 (patch)
treed24229d13eacccb8833f23a8842af8f6d1a1cf54
parent17a8f250e055135ebb235f706afd221921f6d447 (diff)
downloadATCD-d170ccfdca7de8f484148ad31bca8aaf6d324450.tar.gz
ChangeLogTag:Tue Nov 11 01:14:58 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--TAO/ChangeLog25
-rw-r--r--TAO/examples/POA/Loader/Server_Manager.h5
-rw-r--r--TAO/examples/POA/On_Demand_Loading/Server_Manager.h5
-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
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/server.cpp3
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp3
-rw-r--r--TAO/tests/Bug_1361_Regression/shutdown.cpp2
-rw-r--r--TAO/tests/CodeSets/simple/client.cpp3
-rw-r--r--TAO/tests/CodeSets/simple/server.cpp2
-rw-r--r--TAO/tests/Collocation/Collocation.cpp3
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/main.cpp2
15 files changed, 49 insertions, 13 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index bc858b5350e..2d921b8a2ec 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,28 @@
+Tue Nov 11 01:14:58 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * examples/POA/Loader/Server_Manager.h:
+ * examples/POA/On_Demand_Loading/Server_Manager.h:
+ * orbsvcs/tests/Security/Callback/client.cpp:
+ * orbsvcs/tests/Security/Callback/server.cpp:
+ Removed #include streams.h.
+
+ * orbsvcs/tests/Interoperable_Naming/ncontextext_client_i.cpp:
+ * orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Supplier.cpp:
+ * orbsvcs/tests/RTCosScheduling/server.cpp:
+ * performance-tests/Cubit/TAO/IDL_Cubit/server.cpp:
+ * performance-tests/Cubit/TAO/MT_Cubit/server.cpp:
+ * tests/Bug_1361_Regression/shutdown.cpp:
+ * tests/CodeSets/simple/client.cpp:
+ * tests/CodeSets/simple/server.cpp:
+ Fixed FUZZ errors.
+
+ * tests/Collocation/Collocation.cpp:
+ Removed #include streams.h, Get_Opt.h, and
+ tao/Strategies/advanced_resource.h.
+
+ * tests/Smart_Proxies/Collocation/main.cpp:
+ Removed #include streams.h and Get_Opt.h,
+
Mon Nov 10 23:56:15 UTC 2003 Don Hinton <dhinton@dresystems.com>
* orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/LB_server.cpp:
diff --git a/TAO/examples/POA/Loader/Server_Manager.h b/TAO/examples/POA/Loader/Server_Manager.h
index 1f0a4815768..d0feea49b6d 100644
--- a/TAO/examples/POA/Loader/Server_Manager.h
+++ b/TAO/examples/POA/Loader/Server_Manager.h
@@ -1,7 +1,7 @@
// This may look like C, but it's really -*- C++ -*-
// $Id$
-//=================================================================================
+//=============================================================================
//
// = LIBRARY
// TAO/examples/POA/Loader
@@ -15,12 +15,11 @@
// = AUTHOR
// Kirthika Parameswaran <kirthika@cs.wustl.edu>
//
-//==================================================================================
+//=============================================================================
#ifndef SERVER_MANAGER_H
#define SERVER_MANAGER_H
-#include "ace/streams.h"
#include "Servant_Activator.h"
#include "Servant_Locator.h"
diff --git a/TAO/examples/POA/On_Demand_Loading/Server_Manager.h b/TAO/examples/POA/On_Demand_Loading/Server_Manager.h
index 7d965fe921d..1e56eeddcad 100644
--- a/TAO/examples/POA/On_Demand_Loading/Server_Manager.h
+++ b/TAO/examples/POA/On_Demand_Loading/Server_Manager.h
@@ -1,7 +1,7 @@
// This may look like C, but it's really -*- C++ -*-
// $Id$
-//=================================================================================
+//=============================================================================
//
// = LIBRARY
// TAO/examples/POA/On_Demand_Loading
@@ -15,12 +15,11 @@
// = AUTHOR
// Kirthika Parameswaran <kirthika@cs.wustl.edu>
//
-//==================================================================================
+//=============================================================================
#ifndef SERVER_MANAGER_H
#define SERVER_MANAGER_H
-#include "ace/streams.h"
#include "Servant_Activator.h"
#include "Servant_Locator.h"
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"
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/server.cpp b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/server.cpp
index 864c72ee84f..b2e170e353a 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/server.cpp
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/server.cpp
@@ -9,7 +9,10 @@
#include "Cubit_Server.h"
#include "tao/Timeprobe.h"
#include "ace/Sched_Params.h"
+
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
+
#include "ace/OS_NS_errno.h"
#include "tao/Strategies/advanced_resource.h"
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp b/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp
index 3f248e6dbe7..603aca0fd87 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp
@@ -25,7 +25,10 @@
#include "server.h"
#include "ace/Sched_Params.h"
#include "tao/Strategies/advanced_resource.h"
+
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
+
#include "ace/Barrier.h"
#if defined (ACE_HAS_QUANTIFY)
diff --git a/TAO/tests/Bug_1361_Regression/shutdown.cpp b/TAO/tests/Bug_1361_Regression/shutdown.cpp
index 6abe84a928c..64fc5963c0b 100644
--- a/TAO/tests/Bug_1361_Regression/shutdown.cpp
+++ b/TAO/tests/Bug_1361_Regression/shutdown.cpp
@@ -2,6 +2,8 @@
#include "TestC.h"
#include "ace/Get_Opt.h"
+
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
ACE_RCSID(Bug_1270_Regression, shutdown, "$Id$")
diff --git a/TAO/tests/CodeSets/simple/client.cpp b/TAO/tests/CodeSets/simple/client.cpp
index d4c0a9ebaf3..8214764827a 100644
--- a/TAO/tests/CodeSets/simple/client.cpp
+++ b/TAO/tests/CodeSets/simple/client.cpp
@@ -19,7 +19,10 @@
// IDL generated headers
#include "simpleC.h"
#include "ace/ace_wchar.h"
+
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
+
#include "ace/OS_NS_string.h"
wchar_t *
diff --git a/TAO/tests/CodeSets/simple/server.cpp b/TAO/tests/CodeSets/simple/server.cpp
index 1aa7d3485cd..d8cb504aca9 100644
--- a/TAO/tests/CodeSets/simple/server.cpp
+++ b/TAO/tests/CodeSets/simple/server.cpp
@@ -19,6 +19,8 @@
// IDL generated header
#include "simpleS.h"
+
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
diff --git a/TAO/tests/Collocation/Collocation.cpp b/TAO/tests/Collocation/Collocation.cpp
index ee89da71243..bb9c610cb3f 100644
--- a/TAO/tests/Collocation/Collocation.cpp
+++ b/TAO/tests/Collocation/Collocation.cpp
@@ -1,9 +1,6 @@
// $Id$
-#include "ace/streams.h"
-#include "ace/Get_Opt.h"
#include "Collocation_Tester.h"
-#include "tao/Strategies/advanced_resource.h"
ACE_RCSID(Collocation, main, "$Id$")
diff --git a/TAO/tests/Smart_Proxies/Collocation/main.cpp b/TAO/tests/Smart_Proxies/Collocation/main.cpp
index bd883b7c6e5..6da7eed12bb 100644
--- a/TAO/tests/Smart_Proxies/Collocation/main.cpp
+++ b/TAO/tests/Smart_Proxies/Collocation/main.cpp
@@ -1,7 +1,5 @@
// $Id$
-#include "ace/streams.h"
-#include "ace/Get_Opt.h"
#include "Coll_Tester.h"
ACE_RCSID(Collocation, main, "$Id$")