From: jsimomaa Date: Tue, 17 Apr 2018 12:27:32 +0000 (+0300) Subject: System.currentTimeMillis to "Simantics/Misc" SCL-module X-Git-Tag: v1.43.0~136^2~493 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=269ebef90930b55f6bfb61caa559d5df93be67ce System.currentTimeMillis to "Simantics/Misc" SCL-module refs #7867 Change-Id: Ib7a26a7e982dca3de316cb203763a0f720a12b84 --- diff --git a/bundles/org.simantics.modeling/scl/Simantics/Misc.scl b/bundles/org.simantics.modeling/scl/Simantics/Misc.scl index e334852ab..1aed9d43e 100644 --- a/bundles/org.simantics.modeling/scl/Simantics/Misc.scl +++ b/bundles/org.simantics.modeling/scl/Simantics/Misc.scl @@ -119,6 +119,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