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, 6 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Scheduler_Factory.i b/TAO/orbsvcs/orbsvcs/Scheduler_Factory.i
index add09220816..2c01870582f 100644
--- a/TAO/orbsvcs/orbsvcs/Scheduler_Factory.i
+++ b/TAO/orbsvcs/orbsvcs/Scheduler_Factory.i
@@ -1,9 +1,13 @@
+// -*- 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.
@@ -13,3 +17,5 @@ ACE_Scheduler_Factory::status (void)
{
return status_;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL