/* Author: Quentin Mathe */ #import "LCFSDirectory.h" @interface LCMMapDirectory : LCFSDirectory { } /* Overriden methods */ - (LCIndexInput *) openInput: (NSString *)name; @end