summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/RTCosScheduling
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/RTCosScheduling')
-rw-r--r--TAO/orbsvcs/tests/RTCosScheduling/Object1_i.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/TAO/orbsvcs/tests/RTCosScheduling/Object1_i.h b/TAO/orbsvcs/tests/RTCosScheduling/Object1_i.h
index 2d3ea802b0f..84c5d0c9b4f 100644
--- a/TAO/orbsvcs/tests/RTCosScheduling/Object1_i.h
+++ b/TAO/orbsvcs/tests/RTCosScheduling/Object1_i.h
@@ -14,30 +14,19 @@
#define Object1_I_H
#include "testSchedS.h"
-//#include "tao/RTCORBA/RTCORBA.h"
-//##include "ace/Task.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-//#include "ace/CORBA_macros.h"
-//#include "tao/RTCORBA/Priority_Mapping_Manager.h"
-//#include "tao/corba.h"
-//#include "tao/ORB_Core.h"
-
-
-
/**
* @class Object1_i
*
* @brief This class is used to test the RTCORBA 1.0 Scheduling Service
*
*/
-
-
class Object1_impl : public POA_testSched::Object1,
- PortableServer::RefCountServantBase
+ public PortableServer::RefCountServantBase
{
public:
Object1_impl()