summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-06-02 05:46:56 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-06-02 05:46:56 +0000
commitd9a6e9f0535a9cc3a019ab287b4496d814966019 (patch)
tree21e705af3b98cf88354125a460556f18dbf6087d
parent658be848220d226aae35207bb8928890cbd1017f (diff)
downloadATCD-d9a6e9f0535a9cc3a019ab287b4496d814966019.tar.gz
ChangeLogTag:Mon Jun 2 00:44:59 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-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; };