summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FtRtEvent
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-06-20 18:02:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-06-20 18:02:19 +0000
commit6683bb2006beec14192e1e5064d4c5f3aecf44d0 (patch)
tree9827359c4aac40e6e0caf3b43cee3d30672c3fe1 /TAO/orbsvcs/tests/FtRtEvent
parentf91c5d94d4e05b7dca8154890648709e69e33aac (diff)
downloadATCD-6683bb2006beec14192e1e5064d4c5f3aecf44d0.tar.gz
ChangeLogTag: Sun Jun 20 18:01:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/FtRtEvent')
-rw-r--r--TAO/orbsvcs/tests/FtRtEvent/PushSupplier.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/FtRtEvent/PushSupplier.h b/TAO/orbsvcs/tests/FtRtEvent/PushSupplier.h
index c0aa15ff8ca..1307b2d27b7 100644
--- a/TAO/orbsvcs/tests/FtRtEvent/PushSupplier.h
+++ b/TAO/orbsvcs/tests/FtRtEvent/PushSupplier.h
@@ -22,8 +22,8 @@
class ACE_Reactor;
class PushSupplier_impl :
-public ACE_Event_Handler
-,public virtual POA_RtecEventComm::PushSupplier
+ public virtual ACE_Event_Handler
+ , public virtual POA_RtecEventComm::PushSupplier
{
public:
PushSupplier_impl(CORBA::ORB_ptr orb);