diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-12-17 18:52:02 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-12-17 18:52:02 +0000 |
commit | 22cade0e84eb4e8dc388b9de5b4a5e18d68e493c (patch) | |
tree | a0b4d03974e1b5154248604ad59dec6279d36a08 /TAO/orbsvcs/tests/Event_Latency | |
parent | 165468d3c1f6934a358cf42bcfdb1c92c1a14cb1 (diff) | |
download | ATCD-22cade0e84eb4e8dc388b9de5b4a5e18d68e493c.tar.gz |
ChangeLogTag:Sun Dec 17 10:49:14 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Event_Latency')
-rw-r--r-- | TAO/orbsvcs/tests/Event_Latency/Event_Latency.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Event_Latency/Event_Latency.h b/TAO/orbsvcs/tests/Event_Latency/Event_Latency.h index dcaaad30236..02d6d093402 100644 --- a/TAO/orbsvcs/tests/Event_Latency/Event_Latency.h +++ b/TAO/orbsvcs/tests/Event_Latency/Event_Latency.h @@ -23,11 +23,11 @@ /// Latency Consumer /** * Simple example of a consumer that registers for supplier - * notifications. + * notifications. */ class Latency_Consumer : public POA_RtecEventComm::PushConsumer - , PortableServer::RefCountServantBase + , public PortableServer::RefCountServantBase { public: /// Default constructor |