summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Notify
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Notify')
-rw-r--r--TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.h2
-rw-r--r--TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.h2
-rw-r--r--TAO/orbsvcs/examples/Notify/Lanes/Supplier_Client.h2
-rw-r--r--TAO/orbsvcs/examples/Notify/ThreadPool/Consumer_Client.h2
-rw-r--r--TAO/orbsvcs/examples/Notify/ThreadPool/ORB_Run_Task.h2
-rw-r--r--TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.h b/TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.h
index ee4d306caa7..8ca203d982c 100644
--- a/TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.h
+++ b/TAO/orbsvcs/examples/Notify/Lanes/Consumer_Client.h
@@ -43,7 +43,7 @@ public:
int parse_args (int argc, ACE_TCHAR *argv[]);
/// The thread entry point.
- virtual int svc (void);
+ virtual int svc ();
protected:
/// Create an RT POA with a single lane at the specified RT Priority.
diff --git a/TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.h b/TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.h
index f14f5f5ed2b..5fc0f0fcd70 100644
--- a/TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.h
+++ b/TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.h
@@ -28,7 +28,7 @@ public:
~TAO_Notify_ORB_Run_Task ();
/// The thread entry point.
- virtual int svc (void);
+ virtual int svc ();
private:
/// ORB Objects.
diff --git a/TAO/orbsvcs/examples/Notify/Lanes/Supplier_Client.h b/TAO/orbsvcs/examples/Notify/Lanes/Supplier_Client.h
index d3cadb14fee..c10aa42d931 100644
--- a/TAO/orbsvcs/examples/Notify/Lanes/Supplier_Client.h
+++ b/TAO/orbsvcs/examples/Notify/Lanes/Supplier_Client.h
@@ -40,7 +40,7 @@ public:
int parse_args (int argc, ACE_TCHAR *argv[]);
/// The thread entry point.
- virtual int svc (void);
+ virtual int svc ();
protected:
/// Create an EC
diff --git a/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer_Client.h b/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer_Client.h
index 75e6abe17a3..492ca513a76 100644
--- a/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer_Client.h
+++ b/TAO/orbsvcs/examples/Notify/ThreadPool/Consumer_Client.h
@@ -41,7 +41,7 @@ public:
int parse_args (int argc, ACE_TCHAR *argv[]);
/// The thread entry point.
- virtual int svc (void);
+ virtual int svc ();
/// Dump stats.
void dump_stats (void);
diff --git a/TAO/orbsvcs/examples/Notify/ThreadPool/ORB_Run_Task.h b/TAO/orbsvcs/examples/Notify/ThreadPool/ORB_Run_Task.h
index f14f5f5ed2b..5fc0f0fcd70 100644
--- a/TAO/orbsvcs/examples/Notify/ThreadPool/ORB_Run_Task.h
+++ b/TAO/orbsvcs/examples/Notify/ThreadPool/ORB_Run_Task.h
@@ -28,7 +28,7 @@ public:
~TAO_Notify_ORB_Run_Task ();
/// The thread entry point.
- virtual int svc (void);
+ virtual int svc ();
private:
/// ORB Objects.
diff --git a/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.h b/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.h
index 94b677193c6..a8124b09e5c 100644
--- a/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.h
+++ b/TAO/orbsvcs/examples/Notify/ThreadPool/Supplier_Client.h
@@ -39,7 +39,7 @@ public:
int parse_args (int argc, ACE_TCHAR *argv[]);
/// The thread entry point.
- virtual int svc (void);
+ virtual int svc ();
protected:
/// Create an EC