]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.fileimport/scl/Dropins/Core.scl
Sync git svn branch with SVN repository r33189.
[simantics/platform.git] / bundles / org.simantics.fileimport / scl / Dropins / Core.scl
index 410bda1375d62c0b49e065e4e5b91fa356840314..7fdcefebc84f91b42b463aa0269cb1a7145924e7 100644 (file)
@@ -1,6 +1,8 @@
 import "MMap" as MMap\r
 \r
 importJava "org.simantics.fileimport.scl.DropinsSCL" where\r
+    watchDropinsFolder :: () -> <Proc> ()\r
+    unwatchDropinsFolder :: () -> <Proc> ()\r
     uploadToDropinsBase64 :: String -> String -> <Proc> ()\r
     getUploadedFiles :: () -> <Proc> MMap.T String Long\r
     removeFileForId :: Long -> <Proc> ()\r