Kaydet (Commit) 7a7c1dcb authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

#i10000# master fix , build fix

üst 0599c63e
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: HelpCompiler.cxx,v $ * $RCSfile: HelpCompiler.cxx,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: ihi $ $Date: 2008-02-05 12:54:56 $ * last change: $Author: ihi $ $Date: 2008-02-06 17:26:48 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -66,7 +66,7 @@ xmlDocPtr HelpCompiler::getSourceDocument(const fs::path &filePath) ...@@ -66,7 +66,7 @@ xmlDocPtr HelpCompiler::getSourceDocument(const fs::path &filePath)
#ifdef UNX #ifdef UNX
sleep( 3 ); sleep( 3 );
#else #else
_sleep( 3 ); Sleep( 3 );
#endif #endif
res = xmlParseFile(filePath.native_file_string().c_str()); res = xmlParseFile(filePath.native_file_string().c_str());
} }
...@@ -95,7 +95,7 @@ xmlDocPtr HelpCompiler::getSourceDocument(const fs::path &filePath) ...@@ -95,7 +95,7 @@ xmlDocPtr HelpCompiler::getSourceDocument(const fs::path &filePath)
#ifdef UNX #ifdef UNX
sleep( 3 ); sleep( 3 );
#else #else
_sleep( 3 ); Sleep( 3 );
#endif #endif
doc = xmlParseFile(filePath.native_file_string().c_str()); doc = xmlParseFile(filePath.native_file_string().c_str());
} }
...@@ -420,7 +420,7 @@ bool HelpCompiler::compile( void ) throw( HelpProcessingException ) ...@@ -420,7 +420,7 @@ bool HelpCompiler::compile( void ) throw( HelpProcessingException )
#ifdef UNX #ifdef UNX
sleep( 3 ); sleep( 3 );
#else #else
_sleep( 3 ); Sleep( 3 );
#endif #endif
docResolvedOrg = getSourceDocument(inputFile); docResolvedOrg = getSourceDocument(inputFile);
if( !docResolvedOrg ) if( !docResolvedOrg )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment