FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kSvHealthOutNet.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYC_SERVER_HEALTH_OUT_NET_H
9 #define K_FIRESYC_SERVER_HEALTH_OUT_NET_H
10 
12 
20 //typedef kSvHealthOutChannel kSvHealthOutNet; --forward-declared in kFsDef.x.h
21 
32 kFsFx(kStatus) kSvHealthOutNet_Construct(kSvHealthOutNet* channel, kSvHealthOut service, kTcpClient client, kAlloc allocator);
33 
34 #include <kFireSync/Server/Network/kSvHealthOutNet.x.h>
35 
36 #endif