platform/shared/ruby/ext/rho/rhoruby.h in rhodes-6.0.11 vs platform/shared/ruby/ext/rho/rhoruby.h in rhodes-6.2.0

- old
+ new

@@ -34,11 +34,15 @@ #include "common/RhoDefs.h" #ifdef __SYMBIAN32__ #include <sys/types.h> #endif //__SYMBIAN32__ - + +#if defined(OS_MACOSX) +#include <sys/types.h> +#endif + #ifndef RUBY_RUBY_H typedef unsigned long VALUE; #endif //!RUBY_RUBY_H #if defined( WINDOWS_PLATFORM ) @@ -60,11 +64,9 @@ void rho_ruby_uiCreated(); void rho_ruby_uiDestroyed(); void rho_ruby_loadserversources(const char* szData); void rho_ruby_loadallsyncsources(); void rho_ruby_reset_db_on_sync_user_changed(); -void rho_ruby_start_threadidle(); -void rho_ruby_stop_threadidle(); int rho_ruby_is_started(); void rho_ruby_callmethod(const char* szMethodPath); VALUE rho_ruby_callmethod_arg(VALUE classValue, const char *name, VALUE arg); VALUE rho_ruby_createHash();