summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/RTCosScheduling
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-12-30 13:29:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-12-30 13:29:31 +0000
commitc5329bf429c79f76c6daccf686d3f68c1484b23f (patch)
tree5d97fa03a5cd032aa9b854d4044aecf4f7691f4c /TAO/orbsvcs/tests/RTCosScheduling
parentfd4e939d5417249a9326b6d53fdeae1ba96e7b6a (diff)
downloadATCD-c5329bf429c79f76c6daccf686d3f68c1484b23f.tar.gz
ChangeLogTag: Tue Dec 30 13:22:56 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
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()