diff options
author | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2007-08-15 15:01:29 +0000 |
---|---|---|
committer | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2007-08-15 15:01:29 +0000 |
commit | 7b5dcdf8cca0a7b753993c14340c61ac2f0ff019 (patch) | |
tree | 52b17ef3f42735b440fc34a02c14b6bc67eaa52b /TAO/examples/Quoter | |
parent | 4260d279f4bb394f0a3b6a812ee3204d6b800323 (diff) | |
download | ATCD-7b5dcdf8cca0a7b753993c14340c61ac2f0ff019.tar.gz |
Wed Aug 15 15:00:38 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/examples/Quoter')
-rw-r--r-- | TAO/examples/Quoter/Quoter.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Quoter/Quoter.idl b/TAO/examples/Quoter/Quoter.idl index 3069fe39da5..f68c66a0eb3 100644 --- a/TAO/examples/Quoter/Quoter.idl +++ b/TAO/examples/Quoter/Quoter.idl @@ -74,7 +74,7 @@ module Stock // // inherits: // boolean supports(in Key k); - // Object create_object(in Key k, in Criteria the_criteria) + // Object create_object(in Key k, in Criteria the_criteria) // raises (NoFactory, InvalidCriteria, CannotMeetCriteria); }; @@ -85,7 +85,7 @@ module Stock // // inherits: // boolean supports(in Key k); - // Object create_object(in Key k, in Criteria the_criteria) + // Object create_object(in Key k, in Criteria the_criteria) // raises (NoFactory, InvalidCriteria, CannotMeetCriteria); void register_factory (in string name, |