From: jsimomaa Date: Tue, 17 Apr 2018 12:27:32 +0000 (+0300) Subject: System.currentTimeMillis to "Simantics/Misc" SCL-module X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=bb2fdfbd51d98e44950c3236a606e587842689e2 System.currentTimeMillis to "Simantics/Misc" SCL-module refs #7867 Change-Id: Ib7a26a7e982dca3de316cb203763a0f720a12b84 (cherry picked from commit 269ebef90930b55f6bfb61caa559d5df93be67ce) --- 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