summaryrefslogtreecommitdiff
path: root/TAO/examples/RTCORBA/Activity/POA_Holder.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/RTCORBA/Activity/POA_Holder.h')
-rw-r--r--TAO/examples/RTCORBA/Activity/POA_Holder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/RTCORBA/Activity/POA_Holder.h b/TAO/examples/RTCORBA/Activity/POA_Holder.h
index 2e8440ba572..6e46602824b 100644
--- a/TAO/examples/RTCORBA/Activity/POA_Holder.h
+++ b/TAO/examples/RTCORBA/Activity/POA_Holder.h
@@ -25,7 +25,7 @@ class POA_Holder
{
public:
/// Constructor
- POA_Holder (void);
+ POA_Holder ();
/// The arg_shifter options are read in the following manner: -POA <name> -PriorityModel <CLIENT|SERVER> <priority> -Lanes <count> (-Lane <priority> ,<static_threads> <dynamic_threads>)* -Bands <count> (-Band <low> <high>)*
int init (ACE_Arg_Shifter& arg_shifter);