#ifndef __LUCENE_INDEX_SEGMENT_MERGE_QUEUE__
#define __LUCENE_INDEX_SEGMENT_MERGE_QUEUE__

#include "LCPriorityQueue.h"

@interface LCSegmentMergeQueue: LCPriorityQueue
- (void) close;
@end

#endif /* __LUCENE_INDEX_SEGMENT_MERGE_QUEUE__ */


syntax highlighted by Code2HTML, v. 0.9.1