FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kSvHealthOutChannel.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYC_SERVER_HEALTH_OUT_CHANNEL_H
9 #define K_FIRESYC_SERVER_HEALTH_OUT_CHANNEL_H
10 
12 
20 //typedef kObject kSvHealthOutChannel; --forward-declared in kFsDef.x.h
21 
22 kFsFx(kStatus) kSvHealthOutChannel_Send(kSvHealthOutChannel channel, kObject info);
23 
24 kFsFx(kBool) kSvHealthOutChannel_IsActive(kSvHealthOutChannel channel);
25 
26 #include <kFireSync/Server/Network/kSvHealthOutChannel.x.h>
27 
28 #endif