Skip to content
Snippets Groups Projects
Commit 5631c389 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Add trackServices to CMix

parent 5ae251c0
No related branches found
No related tags found
2 merge requests!138Notifications,!102Release 1.0.0
......@@ -19,6 +19,7 @@ public struct CMix {
public var addHealthCallback: CMixAddHealthCallback
public var waitForRoundResult: CMixWaitForRoundResult
public var connect: CMixConnect
public var trackServices: CMixTrackServices
}
extension CMix {
......@@ -41,7 +42,8 @@ extension CMix {
registerClientErrorCallback: .live(bindingsCMix),
addHealthCallback: .live(bindingsCMix),
waitForRoundResult: .live(bindingsCMix),
connect: .live(bindingsCMix)
connect: .live(bindingsCMix),
trackServices: .live(bindingsCMix)
)
}
}
......@@ -65,6 +67,7 @@ extension CMix {
registerClientErrorCallback: .unimplemented,
addHealthCallback: .unimplemented,
waitForRoundResult: .unimplemented,
connect: .unimplemented
connect: .unimplemented,
trackServices: .unimplemented
)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment