summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Multiple_Flows/receiver.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-09-12 08:32:34 +0200
committerGitHub <noreply@github.com>2022-09-12 08:32:34 +0200
commitfe03724176dcfd20e0f9a6e493198469242be6b6 (patch)
tree2245c24a6c4ef9c7d4010d1b61827850592777a3 /TAO/orbsvcs/tests/AVStreams/Multiple_Flows/receiver.h
parent41a1f3bc12f780cc087c936ab53d1074f363b630 (diff)
parent00b403be7df0442405bd5e3dcc07beaa6730ddd2 (diff)
downloadATCD-fe03724176dcfd20e0f9a6e493198469242be6b6.tar.gz
Merge pull request #1922 from knutpett/knutpett/whitespace
Remove whitespace
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_;
-
};