summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-02-07 14:07:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-02-07 14:07:57 +0000
commit2f28cbbdb333a1c9a0f1724378edce48b7e8bf89 (patch)
treed3ba3c7ccbdb2624698f00301401a7dad401ffa6
parent1f1e7e2ed5fd63a0aad2e177a03d6a891570325d (diff)
downloadATCD-2f28cbbdb333a1c9a0f1724378edce48b7e8bf89.tar.gz
ChangeLogTag: Sat Feb 7 14:07:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/orbsvcs/orbsvcs/Runtime_Scheduler.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.cpp b/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.cpp
index e9294e59c15..5f6507cdb91 100644
--- a/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.cpp
+++ b/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.cpp
@@ -5,11 +5,11 @@
#include "ace/OS_NS_string.h"
#if defined (__ACE_INLINE__)
-#include "orbsvcs/Runtime_Scheduler.i"
+#include "orbsvcs/orbsvcs/Runtime_Scheduler.i"
#endif /* __ACE_INLINE__ */
-ACE_RCSID (orbsvcs,
- Runtime_Scheduler,
+ACE_RCSID (orbsvcs,
+ Runtime_Scheduler,
"$Id$")
// Constructor. Initialize the data from the POD_RT_Info array.
@@ -547,8 +547,8 @@ ACE_Runtime_Scheduler::get_config_infos (RtecScheduler::Config_Info_Set_out /*co
ACE_THROW (RtecScheduler::NOT_SCHEDULED());
//TODO: fill the Config_Info_Set with the runtime Config_Infos
//for now, this function is unimplemented
- //
- // @@ If unimplemented we either return a CORBA::NO_IMPL exception
+ //
+ // @@ If unimplemented we either return a CORBA::NO_IMPL exception
// or a proprietary ACE_NOTSUP; -- Bala
- ACE_THROW (CORBA::NO_IMPLEMENT ());
+ ACE_THROW (CORBA::NO_IMPLEMENT ());
}