From bb2fdfbd51d98e44950c3236a606e587842689e2 Mon Sep 17 00:00:00 2001 From: jsimomaa Date: Tue, 17 Apr 2018 15:27:32 +0300 Subject: [PATCH] System.currentTimeMillis to "Simantics/Misc" SCL-module refs #7867 Change-Id: Ib7a26a7e982dca3de316cb203763a0f720a12b84 (cherry picked from commit 269ebef90930b55f6bfb61caa559d5df93be67ce) --- bundles/org.simantics.modeling/scl/Simantics/Misc.scl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles/org.simantics.modeling/scl/Simantics/Misc.scl b/bundles/org.simantics.modeling/scl/Simantics/Misc.scl index 8b7662992..9beae67b3 100644 --- a/bundles/org.simantics.modeling/scl/Simantics/Misc.scl +++ b/bundles/org.simantics.modeling/scl/Simantics/Misc.scl @@ -143,6 +143,8 @@ importJava "java.lang.System" where getSystemProperty :: String -> Maybe String @JavaName setProperty setSystemProperty :: String -> String -> String + + currentTimeMillis :: Long importJava "org.simantics.modeling.LifeCycleContext" where data LifeCycleContext -- 2.45.1