summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/orbsvcs/orbsvcs/LifeCycleService.idl2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 680446b5c40..6c4c5951e4b 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jun 2 00:44:59 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * orbsvcs/orbsvcs/LifeCycleService.idl (LifeCycleService): Fixed
+ a stupid typo. Actually caught this a half an hour back but
+ couldnt get this into the repository.
+
Mon Jun 2 00:25:39 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tests/IDL_Test/Makefile: Disable the test if
diff --git a/TAO/orbsvcs/orbsvcs/LifeCycleService.idl b/TAO/orbsvcs/orbsvcs/LifeCycleService.idl
index 524aa4b2205..8322d49137e 100644
--- a/TAO/orbsvcs/orbsvcs/LifeCycleService.idl
+++ b/TAO/orbsvcs/orbsvcs/LifeCycleService.idl
@@ -57,7 +57,7 @@ module LifeCycleService
// multiply defined symbols in the above configuration. We need
// to fix the IDL compile at some point of time. Till then this
// should be okay...
- typedef CosLifeCycle::Criterias SeqNamedValuePair;
+ typedef CosLifeCycle::Criteria SeqNamedValuePair;
typedef CosLifeCycle::Criteria Criteria;
exception NotAvailable { string reason; };