summaryrefslogtreecommitdiff
path: root/TAO/examples/AMI/FL_Callback/Peer_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/AMI/FL_Callback/Peer_i.h')
-rw-r--r--TAO/examples/AMI/FL_Callback/Peer_i.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/examples/AMI/FL_Callback/Peer_i.h b/TAO/examples/AMI/FL_Callback/Peer_i.h
index 77c00e57588..91e6debb516 100644
--- a/TAO/examples/AMI/FL_Callback/Peer_i.h
+++ b/TAO/examples/AMI/FL_Callback/Peer_i.h
@@ -26,9 +26,9 @@ public:
virtual void request_excep (::Messaging::ExceptionHolder * excep_holder);
- virtual void start (void);
+ virtual void start ();
- virtual void shutdown (void);
+ virtual void shutdown ();
private:
/// The real implementation
@@ -39,10 +39,10 @@ class Peer_i : public POA_Peer
{
public:
/// Constructor
- Peer_i (void);
+ Peer_i ();
/// Destructor
- virtual ~Peer_i (void);
+ virtual ~Peer_i ();
void init (CORBA::ORB_ptr orb,
Progress_ptr progress,
@@ -58,7 +58,7 @@ public:
void start (const PeerSet& the_peers,
CORBA::Long iterations);
- void shutdown (void);
+ void shutdown ();
private:
/// The reply_handler