summaryrefslogtreecommitdiff
path: root/cpp/demo/Freeze/library/LibraryI.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2002-03-14 23:23:34 +0000
committerMatthew Newhook <matthew@zeroc.com>2002-03-14 23:23:34 +0000
commitb8adc4b1f3e974cb77a2a66a8eaf0c5054ce219b (patch)
tree1d467c1c3e8188b24667a51d9477da9803544b27 /cpp/demo/Freeze/library/LibraryI.cpp
parentMinor changes. (diff)
downloadice-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.cpp4
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;