summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h b/TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h
index aeb1f8daf2f..c817a22f08c 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h
+++ b/TAO/orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h
@@ -10,7 +10,6 @@
#include "rtec_perf_export.h"
#include "tao/RTCORBA/RTCORBA.h"
#include "tao/RTCORBA/Priority_Mapping_Manager.h"
-#include "ace/Auto_Ptr.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -38,8 +37,7 @@ public:
RTCORBA::Priority process_priority (void) const;
private:
- void setup_lane (int priority, RTCORBA::ThreadpoolLane &lane
- );
+ void setup_lane (int priority, RTCORBA::ThreadpoolLane &lane);
private:
RTCORBA::PriorityMappingManager_var priority_mapping_manager_;