Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c b/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c
index d69fa8a60..5762adb08 100644
--- a/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c
+++ b/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c
@@ -329,3 +329,9 @@ JavaResults* launchJavaVM( char* args[] )
/* Return the exit code from the JVM. */
return jvmResults;
}
+
+int reuseWorkbench(_TCHAR* filePath, int timeout) {
+ /* not yet implemented on motif */
+ return -1;
+}
+} \ No newline at end of file

Back to the top