searchengine/oss/cl/clucene/src/clucene/search/sort.cpp
changeset 1 6f2c1c46032b
parent 0 671dee74050a
equal deleted inserted replaced
0:671dee74050a 1:6f2c1c46032b
     3 * 
     3 * 
     4 * Distributable under the terms of either the Apache License (Version 2.0) or 
     4 * Distributable under the terms of either the Apache License (Version 2.0) or 
     5 * the GNU Lesser General Public License, as specified in the COPYING file.
     5 * the GNU Lesser General Public License, as specified in the COPYING file.
     6 ------------------------------------------------------------------------------*/
     6 ------------------------------------------------------------------------------*/
     7 #include "clucene/stdheader.h"
     7 #include "clucene/stdheader.h"
     8 #include "Sort.h"
     8 #include "sort.h"
     9 #include "compare.h"
     9 #include "compare.h"
    10 
    10 
    11 CL_NS_USE(util)
    11 CL_NS_USE(util)
    12 CL_NS_DEF(search)
    12 CL_NS_DEF(search)
    13 
    13