Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rhomobile/rhodes into rhoconnect_…
Browse files Browse the repository at this point in the history
…specs
  • Loading branch information
alex-epifanoff committed Dec 21, 2012
2 parents ace940b + 15dac74 commit c2f17e8
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions platform/shared/ruby/ext/rho/rhoruby.c
Expand Up @@ -227,9 +227,13 @@ void RhoRubyStart()
#endif

#if !defined(OS_WP8)
Init_stringio();
Init_GeoLocation();

Init_strscan();
Init_sqlite3_api();
Init_GeoLocation();
Init_SyncEngine();
Init_AsyncHttp();
Init_System();
Init_Phonebook();
Init_WebView();
Init_RhoConf();
Expand All @@ -239,33 +243,32 @@ void RhoRubyStart()
#else
Init_SignatureCapture();
#endif

Init_System(); // +

Init_RhoBluetooth();
Init_RhodesNativeViewManager();
Init_Camera();
Init_Camera();
Init_stringio();
Init_DateTimePicker();
Init_NativeBar();
Init_NativeBar();
Init_RhoSupport();
Init_MapView();
Init_RingtoneManager();
Init_socket();
Init_NavBar();
Init_RhoEvent();
Init_Calendar();
#endif //OS_WP8

//TODO: RhoSimulator - load extensions dll dynamically
#if !defined(RHO_SYMBIAN)
Init_Extensions();
#endif //RHO_SYMBIAN

#else // OS_WP8 is set
Init_sqlite3_api();
Init_strscan();
Init_RhoSupport();
Init_RhoConf();
Init_SyncEngine();


#if !defined(OS_WP8)
//TODO: RhoSimulator - load extensions dll dynamically
#if !defined(RHO_SYMBIAN)
Init_Extensions();
#endif //RHO_SYMBIAN
#endif //OS_WP8


Expand Down

0 comments on commit c2f17e8

Please sign in to comment.