Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
propagate the xbt_jcontext_factory_init()->xbt_ctx_java_factory_init() renaming to...
[simgrid.git] / src / xbt / xbt_sg_stubs.c
index 6713c6a..2910a66 100644 (file)
@@ -106,7 +106,7 @@ void xbt_os_cond_destroy(xbt_os_cond_t cond){
 
 #ifndef HAVE_JAVA
 #include "xbt/xbt_context_private.h"
 
 #ifndef HAVE_JAVA
 #include "xbt/xbt_context_private.h"
-int xbt_jcontext_factory_init(xbt_context_factory_t* factory) {
+int xbt_ctx_java_factory_init(xbt_context_factory_t* factory) {
    return -1;
 }
 #endif
    return -1;
 }
 #endif