summaryrefslogtreecommitdiff
path: root/ASNMP
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-10 01:48:04 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-10 01:48:04 +0000
commit94c17f6904db3a5e396579e839f215c9e3c4c425 (patch)
treeceb9792d7dc3db3f79b59d204fbdf790f88fd7d9 /ASNMP
parentbcaf3470c05d33fe1ad3b82eba00fa78630e6d8e (diff)
downloadATCD-94c17f6904db3a5e396579e839f215c9e3c4c425.tar.gz
ChangeLogTag:Mon Nov 10 01:58:00 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ASNMP')
-rw-r--r--ASNMP/examples/get/get.cpp2
-rw-r--r--ASNMP/examples/get/get_async.cpp2
-rw-r--r--ASNMP/examples/next/next.cpp2
-rw-r--r--ASNMP/examples/set/set.cpp2
-rw-r--r--ASNMP/examples/trap/trap.cpp2
-rw-r--r--ASNMP/examples/walk/walk.cpp1
-rw-r--r--ASNMP/tests/test_config.h1
7 files changed, 12 insertions, 0 deletions
diff --git a/ASNMP/examples/get/get.cpp b/ASNMP/examples/get/get.cpp
index a9e9ffb5fa9..983a2bd1ce7 100644
--- a/ASNMP/examples/get/get.cpp
+++ b/ASNMP/examples/get/get.cpp
@@ -36,6 +36,8 @@
#include "asnmp/snmp.h"
#include "ace/Get_Opt.h"
+
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
ACE_RCSID(get, get, "$Id$")
diff --git a/ASNMP/examples/get/get_async.cpp b/ASNMP/examples/get/get_async.cpp
index 35da693edc0..dbfa7e7c5b9 100644
--- a/ASNMP/examples/get/get_async.cpp
+++ b/ASNMP/examples/get/get_async.cpp
@@ -34,6 +34,8 @@
#include "asnmp/snmp.h"
#include "ace/Get_Opt.h"
+
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
ACE_RCSID(get, get_async, "$Id$")
diff --git a/ASNMP/examples/next/next.cpp b/ASNMP/examples/next/next.cpp
index b4025278b42..5d55a94d117 100644
--- a/ASNMP/examples/next/next.cpp
+++ b/ASNMP/examples/next/next.cpp
@@ -35,6 +35,8 @@
#include "asnmp/snmp.h"
#include "ace/Get_Opt.h"
+
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
ACE_RCSID(next, next, "$Id$")
diff --git a/ASNMP/examples/set/set.cpp b/ASNMP/examples/set/set.cpp
index 261cdedf235..b08042fd4a6 100644
--- a/ASNMP/examples/set/set.cpp
+++ b/ASNMP/examples/set/set.cpp
@@ -35,6 +35,8 @@
#include "asnmp/snmp.h"
#include "ace/Get_Opt.h"
+
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
ACE_RCSID(set, set, "$Id$")
diff --git a/ASNMP/examples/trap/trap.cpp b/ASNMP/examples/trap/trap.cpp
index 8977b708d78..c0dfbd93991 100644
--- a/ASNMP/examples/trap/trap.cpp
+++ b/ASNMP/examples/trap/trap.cpp
@@ -37,6 +37,8 @@
#define DEFINE_TRAP_CONSTANTS_
#include "asnmp/enttraps.h" // enterprise standard traps
#include "ace/Get_Opt.h"
+
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
ACE_RCSID(trap, trap, "$Id$")
diff --git a/ASNMP/examples/walk/walk.cpp b/ASNMP/examples/walk/walk.cpp
index 91f3721f3fa..aab784e026f 100644
--- a/ASNMP/examples/walk/walk.cpp
+++ b/ASNMP/examples/walk/walk.cpp
@@ -35,6 +35,7 @@
#include "asnmp/snmp.h"
#include "ace/Get_Opt.h"
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
ACE_RCSID(walk, walk, "$Id$")
diff --git a/ASNMP/tests/test_config.h b/ASNMP/tests/test_config.h
index f94674ed504..d48309f68c2 100644
--- a/ASNMP/tests/test_config.h
+++ b/ASNMP/tests/test_config.h
@@ -21,6 +21,7 @@
#include "ace/OS_NS_time.h"
#include "ace/OS_NS_sys_stat.h"
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
#if !defined (ACE_HAS_TEMPLATE_SPECIALIZATION)