summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h')
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h b/TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h
index c817a22f08c..d65c7180ab8 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h
+++ b/TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h
@@ -31,10 +31,10 @@ public:
int nthreads);
/// Return the thread pool lanes appropriate for the benchamrks
- const RTCORBA::ThreadpoolLanes & lanes (void) const;
+ const RTCORBA::ThreadpoolLanes & lanes () const;
/// Return the priority of the process
- RTCORBA::Priority process_priority (void) const;
+ RTCORBA::Priority process_priority () const;
private:
void setup_lane (int priority, RTCORBA::ThreadpoolLane &lane);