summaryrefslogtreecommitdiff
path: root/TAO/examples/AMI/FL_Callback
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/AMI/FL_Callback')
-rw-r--r--TAO/examples/AMI/FL_Callback/Peer_i.h2
-rw-r--r--TAO/examples/AMI/FL_Callback/peer.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/AMI/FL_Callback/Peer_i.h b/TAO/examples/AMI/FL_Callback/Peer_i.h
index c9563cf4279..77c00e57588 100644
--- a/TAO/examples/AMI/FL_Callback/Peer_i.h
+++ b/TAO/examples/AMI/FL_Callback/Peer_i.h
@@ -92,7 +92,7 @@ public:
CORBA::Long id);
/// The thread entry point
- virtual int svc (void);
+ virtual int svc ();
private:
/// The peers
diff --git a/TAO/examples/AMI/FL_Callback/peer.cpp b/TAO/examples/AMI/FL_Callback/peer.cpp
index 878d1c9d740..18a884e8675 100644
--- a/TAO/examples/AMI/FL_Callback/peer.cpp
+++ b/TAO/examples/AMI/FL_Callback/peer.cpp
@@ -56,7 +56,7 @@ public:
Worker (CORBA::ORB_ptr orb);
/// The thread entry point.
- virtual int svc (void);
+ virtual int svc ();
private:
/// The orb