summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Multiple_Flows/receiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Multiple_Flows/receiver.h')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Multiple_Flows/receiver.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Multiple_Flows/receiver.h b/TAO/orbsvcs/tests/AVStreams/Multiple_Flows/receiver.h
index 83448da9579..f77e96f88d9 100644
--- a/TAO/orbsvcs/tests/AVStreams/Multiple_Flows/receiver.h
+++ b/TAO/orbsvcs/tests/AVStreams/Multiple_Flows/receiver.h
@@ -28,7 +28,6 @@
class Receiver_Callback : public TAO_AV_Callback
{
public:
-
/// Constructor.
Receiver_Callback (void);
@@ -55,7 +54,6 @@ private:
/// File handle of the file into which received data is written.
FILE *output_file_;
-
};
/**
@@ -133,5 +131,4 @@ protected:
/// Message block into which data is read from a file and then sent.
ACE_Message_Block mb_;
-
};