diff options
author | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2007-06-29 01:14:09 +0000 |
---|---|---|
committer | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2007-06-29 01:14:09 +0000 |
commit | 32d7597d8e63310e04b3bf0031e1745d23b5faa5 (patch) | |
tree | 8855f5ff562716793a01783844e809089c1a2e78 /TAO/performance-tests/Protocols | |
parent | 5c42116ec004bdce1e48495bd16bfa7f0fed9d1d (diff) | |
download | ATCD-32d7597d8e63310e04b3bf0031e1745d23b5faa5.tar.gz |
Fri Jun 29 01:12:34 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/performance-tests/Protocols')
-rw-r--r-- | TAO/performance-tests/Protocols/distributor.cpp | 2 | ||||
-rw-r--r-- | TAO/performance-tests/Protocols/receiver.cpp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/TAO/performance-tests/Protocols/distributor.cpp b/TAO/performance-tests/Protocols/distributor.cpp index 6ab760b2ace..b02f5dab16d 100644 --- a/TAO/performance-tests/Protocols/distributor.cpp +++ b/TAO/performance-tests/Protocols/distributor.cpp @@ -77,7 +77,9 @@ public: CORBA::ULong &iteration, ::test::octets &payload); + //FUZZ: disable check_for_lack_ACE_OS void shutdown (void); + //FUZZ: enable check_for_lack_ACE_OS PortableServer::POA_ptr _default_POA (void); diff --git a/TAO/performance-tests/Protocols/receiver.cpp b/TAO/performance-tests/Protocols/receiver.cpp index b6e579d7994..5b02b576227 100644 --- a/TAO/performance-tests/Protocols/receiver.cpp +++ b/TAO/performance-tests/Protocols/receiver.cpp @@ -81,7 +81,9 @@ public: CORBA::ULong &iteration, ::test::octets &payload); + //FUZZ: disable check_for_lack_ACE_OS void shutdown (void); + //FUZZ: enable check_for_lack_ACE_OS PortableServer::POA_ptr _default_POA (void); |