X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Utils%2FSDS.dcl;h=785af5d601882d006f66be4018fdc68444a7c934;hb=a2df77cbda43d5a24eeb8ac7db7452baae9f18aa;hp=88f12002061e7ec6108298488cb4f06439f472da;hpb=b3d2bd33a99a2dbdc4907b6876a965c16c37314c;p=mTask.git diff --git a/Utils/SDS.dcl b/Utils/SDS.dcl index 88f1200..785af5d 100644 --- a/Utils/SDS.dcl +++ b/Utils/SDS.dcl @@ -4,11 +4,11 @@ import Shares.mTaskShare import Devices.mTaskDevice import iTasks -derive class iTask MTaskShare - memoryShare :: String a -> Shared a | iTask a deviceStore :: Shared [MTaskDevice] sdsStore :: Shared [MTaskShare] bcStateStore :: Shared BCState mTaskTaskStore :: Shared [String] + +getSDSRecord :: Int -> Task MTaskShare