X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=include%2Fyazpp%2Frecord-cache.h;h=3f42b86e4f1171dc8b0ffd98df1ec661dba46e42;hp=422d720b51f6122ceb88d8e789d4b845033151f1;hb=d53e0ff85ad63de947da013a0d25a434d12eed40;hpb=2fe227691983ad6fa22165b37d0be4ef4e885e2a diff --git a/include/yazpp/record-cache.h b/include/yazpp/record-cache.h index 422d720..3f42b86 100644 --- a/include/yazpp/record-cache.h +++ b/include/yazpp/record-cache.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2009 Index Data and Mike Taylor + * Copyright (C) 1998-2010 Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -50,9 +50,8 @@ class YAZ_EXPORT RecordCache { RecordCache_Entry *m_entries; Z_SearchRequest *m_searchRequest; Z_PresentRequest *m_presentRequest; - int match (RecordCache_Entry *entry, - Odr_oid *syntax, int offset, - Z_RecordComposition *comp); + int match(RecordCache_Entry *entry, Odr_oid *syntax, int offset, + Z_RecordComposition *comp); int m_max_size; }; };