diff options
author | Matthew Newhook <matthew@zeroc.com> | 2002-03-14 23:23:34 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2002-03-14 23:23:34 +0000 |
commit | b8adc4b1f3e974cb77a2a66a8eaf0c5054ce219b (patch) | |
tree | 1d467c1c3e8188b24667a51d9477da9803544b27 /cpp/demo/Freeze/library/LibraryI.cpp | |
parent | Minor changes. (diff) | |
download | ice-b8adc4b1f3e974cb77a2a66a8eaf0c5054ce219b.tar.bz2 ice-b8adc4b1f3e974cb77a2a66a8eaf0c5054ce219b.tar.xz ice-b8adc4b1f3e974cb77a2a66a8eaf0c5054ce219b.zip |
Minor cleanups.
Diffstat (limited to 'cpp/demo/Freeze/library/LibraryI.cpp')
-rw-r--r-- | cpp/demo/Freeze/library/LibraryI.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/demo/Freeze/library/LibraryI.cpp b/cpp/demo/Freeze/library/LibraryI.cpp index 33ae467efa8..6271b1b73f5 100644 --- a/cpp/demo/Freeze/library/LibraryI.cpp +++ b/cpp/demo/Freeze/library/LibraryI.cpp @@ -214,6 +214,10 @@ LibraryI::findByAuthors(const string& authors, const Ice::Current&) { IceUtil::RWRecMutex::RLock sync(*this); + // + // Lookup all books that match the given authors, and return them + // to the caller. + // StringIsbnSeqDict::const_iterator p = _authors.find(authors); BookPrxSeq books; |