diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-10 01:48:04 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-10 01:48:04 +0000 |
commit | d6b0545f84e0ebe84a04a516bfb8e9281e487f20 (patch) | |
tree | ceb9792d7dc3db3f79b59d204fbdf790f88fd7d9 /ASNMP | |
parent | 0c28ecf3a369a4c855daefa243a7ce97c7865743 (diff) | |
download | ATCD-d6b0545f84e0ebe84a04a516bfb8e9281e487f20.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.cpp | 2 | ||||
-rw-r--r-- | ASNMP/examples/get/get_async.cpp | 2 | ||||
-rw-r--r-- | ASNMP/examples/next/next.cpp | 2 | ||||
-rw-r--r-- | ASNMP/examples/set/set.cpp | 2 | ||||
-rw-r--r-- | ASNMP/examples/trap/trap.cpp | 2 | ||||
-rw-r--r-- | ASNMP/examples/walk/walk.cpp | 1 | ||||
-rw-r--r-- | ASNMP/tests/test_config.h | 1 |
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) |