summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples')
-rw-r--r--TAO/orbsvcs/examples/ImR/Combined_Service/dynserver.h2
-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
7 files changed, 7 insertions, 7 deletions
diff --git a/TAO/orbsvcs/examples/ImR/Combined_Service/dynserver.h b/TAO/orbsvcs/examples/ImR/Combined_Service/dynserver.h
index 2cf2373b242..d4c87aa11b6 100644
--- a/TAO/orbsvcs/examples/ImR/Combined_Service/dynserver.h
+++ b/TAO/orbsvcs/examples/ImR/Combined_Service/dynserver.h
@@ -33,7 +33,7 @@ public:
virtual int init (int argc, ACE_TCHAR *argv[]);
// Allows the service configurator to shutdown the orb
- virtual int fini (void);
+ virtual int fini ();
// Not supported
virtual CORBA::Object_ptr create_object (CORBA::ORB_ptr orb,
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