up
[mTask.git] / Utils / SDS.dcl
index 9cc6766..a9f1a6c 100644 (file)
@@ -6,8 +6,6 @@ import iTasks
 
 memoryShare :: String a -> Shared a | iTask a
 
-deviceStore :: Shared [MTaskDevice]
-bcStateStore :: Shared BCState
+deviceStoreNP :: Shared [MTaskDevice]
+deviceStore :: RWShared (Maybe (MTaskDevice, Int)) [MTaskDevice] [MTaskDevice]
 mTaskTaskStore :: Shared [String]
-
-getSDSRecord :: Int -> Task MTaskShare