summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Scheduler_Factory.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Scheduler_Factory.i')
-rw-r--r--TAO/orbsvcs/orbsvcs/Scheduler_Factory.i6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Scheduler_Factory.i b/TAO/orbsvcs/orbsvcs/Scheduler_Factory.i
index 2c01870582f..add09220816 100644
--- a/TAO/orbsvcs/orbsvcs/Scheduler_Factory.i
+++ b/TAO/orbsvcs/orbsvcs/Scheduler_Factory.i
@@ -1,13 +1,9 @@
-// -*- C++ -*-
-
// ============================================================================
//
// $Id$
//
// ============================================================================
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
// This helper function allows the application to determine whether
// the factory is uninitialized, or in a config or runtime mode of
// operation.
@@ -17,5 +13,3 @@ ACE_Scheduler_Factory::status (void)
{
return status_;
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL