1 diff -rc clucene.orig/src/core/CLucene/store/MMapInput.cpp clucene/src/core/CLucene/store/MMapInput.cpp
2 *** src/core/CLucene/store/MMapInput.cpp Wed Apr 10 10:57:37 2013
3 --- src/core/CLucene/store/MMapInput.cpp Wed Apr 10 10:58:30 2013
9 ! bool MMapIndexInput::open(const char* path, IndexInput*& ret, CLuceneError& error, int32_t __bufferSize ) {
12 // Opens the file named path
17 ! bool MMapIndexInput::Open(const char* path, IndexInput*& ret, CLuceneError& error, int32_t __bufferSize ) {
20 // Opens the file named path
21 diff -rc clucene.orig/src/core/CLucene/store/_MMapIndexInput.h clucene/src/core/CLucene/store/_MMapIndexInput.h
22 *** src/core/CLucene/store/_MMapIndexInput.h Wed Apr 10 10:57:37 2013
23 --- src/core/CLucene/store/_MMapIndexInput.h Wed Apr 10 10:58:53 2013
26 MMapIndexInput(const MMapIndexInput& clone);
27 MMapIndexInput(Internal* _internal);
29 ! static bool open(const char* path, IndexInput*& ret, CLuceneError& error, int32_t __bufferSize);
32 IndexInput* clone() const;
34 MMapIndexInput(const MMapIndexInput& clone);
35 MMapIndexInput(Internal* _internal);
37 ! static bool Open(const char* path, IndexInput*& ret, CLuceneError& error, int32_t __bufferSize);
40 IndexInput* clone() const;