summaryrefslogtreecommitdiff
path: root/ACE/tests/Proactor_Scatter_Gather_Test.cpp
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-07-19 03:03:32 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-07-19 03:03:32 +0000
commit555e4365599a4b4aca01f491d8bf88ad67b3d6d8 (patch)
treeb69d024137f675c24ef1cec9a2b87c5d6a912987 /ACE/tests/Proactor_Scatter_Gather_Test.cpp
parent8c23086655a3fc2c28a36691a3117db64c96d56f (diff)
downloadATCD-555e4365599a4b4aca01f491d8bf88ad67b3d6d8.tar.gz
Thu Jul 19 03:00:57 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'ACE/tests/Proactor_Scatter_Gather_Test.cpp')
-rw-r--r--ACE/tests/Proactor_Scatter_Gather_Test.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/ACE/tests/Proactor_Scatter_Gather_Test.cpp b/ACE/tests/Proactor_Scatter_Gather_Test.cpp
index acc7e11c5b7..baa08f9d9ad 100644
--- a/ACE/tests/Proactor_Scatter_Gather_Test.cpp
+++ b/ACE/tests/Proactor_Scatter_Gather_Test.cpp
@@ -279,9 +279,12 @@ public:
Receiver (Acceptor *acceptor = 0, int index = -1);
virtual ~Receiver (void);
+ //FUZZ: disable check_for_lack_ACE_OS
/// This is called after the new connection has been accepted.
virtual void open (ACE_HANDLE handle,
ACE_Message_Block &message_block);
+ //FUZZ: enable check_for_lack_ACE_OS
+
protected:
/// This is called by the framework when asynchronous <read> operation from the
/// socket completes.
@@ -319,7 +322,9 @@ public:
Writer (void);
virtual ~Writer (void);
+ //FUZZ: disable check_for_lack_ACE_OS
void open (void);
+ //FUZZ: enable check_for_lack_ACE_OS
// this is *not* a callback from the framework
int handle_read_chunks_chain (ACE_Message_Block *mb,
@@ -918,9 +923,11 @@ public:
virtual ~Sender (void);
+ //FUZZ: disable check_for_lack_ACE_OS
/// This is called after the new connection has been established.
virtual void open (ACE_HANDLE handle,
ACE_Message_Block &message_block);
+ //FUZZ: enable check_for_lack_ACE_OS
// This is called by the framework when asynchronous reads from the
// file complete.