[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/strigi/src/luceneindexer
From:       Jos van den Oever <jos () vandenoever ! info>
Date:       2007-10-11 20:16:55
Message-ID: 1192133815.163135.21081.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 724240 by vandenoever:

stop exporting symbols that should be internal and adapt the test CMakelists.txt to \
still build the test executables.

 M  +1 -1      indexdump/CMakeLists.txt  
 M  +4 -4      tcharutils.h  


--- trunk/kdesupport/strigi/src/luceneindexer/indexdump/CMakeLists.txt #724239:724240
@@ -1,4 +1,4 @@
 include_directories(${CLUCENE_LIBRARY_DIR} ${CLUCENE_INCLUDE_DIR}
 	${ICONV_INCLUDE_DIR} ..)
-add_executable(indexdump indexdump.cpp)
+add_executable(indexdump indexdump.cpp ../tcharutils.cpp)
 target_link_libraries(indexdump ${CLUCENE_LIBRARY} cluceneindex)
--- trunk/kdesupport/strigi/src/luceneindexer/tcharutils.h #724239:724240
@@ -25,9 +25,9 @@
 #include <string>
 #include <strigi/strigiconfig.h>
 
-std::string CLUCENEINDEXER_EXPORT wchartoutf8(const wchar_t*);
-std::wstring CLUCENEINDEXER_EXPORT utf8toucs2(const char*);
-std::string CLUCENEINDEXER_EXPORT wchartoutf8(const std::wstring&);
-std::wstring CLUCENEINDEXER_EXPORT utf8toucs2(const std::string&);
+std::string wchartoutf8(const wchar_t*);
+std::wstring utf8toucs2(const char*);
+std::string wchartoutf8(const std::wstring&);
+std::wstring utf8toucs2(const std::string&);
 
 #endif


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic