X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Frecord-cache.h;h=95fbba426926e544076e8f6b8bb622b4a49ccb28;hb=76d66b222afff97cf367a3e7b8bfe045a62d0d57;hp=36543c73daee7b23e204acd96a856d7094269db4;hpb=eea2caea1263bed0aae268f72d985cbb1822ac30;p=yazpp-moved-to-github.git diff --git a/include/yaz++/record-cache.h b/include/yaz++/record-cache.h index 36543c7..95fbba4 100644 --- a/include/yaz++/record-cache.h +++ b/include/yaz++/record-cache.h @@ -2,7 +2,7 @@ * Copyright (c) 2002-2004, Index Data. * See the file LICENSE for details. * - * $Id: record-cache.h,v 1.3 2005-06-08 13:28:05 adam Exp $ + * $Id: record-cache.h,v 1.4 2005-06-25 15:53:19 adam Exp $ */ @@ -19,7 +19,7 @@ class YAZ_EXPORT RecordCache { void add (ODR o, Z_NamePlusRecordList *npr, int start, int hits); int lookup (ODR o, Z_NamePlusRecordList **npr, int start, int num, - Odr_oid *syntax, Z_RecordComposition *comp); + Odr_oid *syntax, Z_RecordComposition *comp); void clear(); void copy_searchRequest(Z_SearchRequest *sr); @@ -31,8 +31,16 @@ class YAZ_EXPORT RecordCache { Z_SearchRequest *m_searchRequest; Z_PresentRequest *m_presentRequest; int match (RecordCache_Entry *entry, - Odr_oid *syntax, int offset, - Z_RecordComposition *comp); + Odr_oid *syntax, int offset, + Z_RecordComposition *comp); int m_max_size; }; }; +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +