FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kHostHealth.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYNC_HOST_HEALTH_H
9 #define K_FIRESYNC_HOST_HEALTH_H
10 
12 
13 kBeginHeader()
14 
15 
25 //typedef kHealth kHostHealth; --forward-declared in kFsDef.x.h
26 
27 
35 kFsFx(kStatus) kHostHealth_Construct(kHostHealth* health, kAlloc allocator);
36 
37 
38 kEndHeader()
39 
40 #include <kFireSync/Health/kHostHealth.x.h>
41 
42 #endif
43 
44 
45 
46 
47 
48 
49 
50 
51 
Provides health service for a typical host application.
kStatus kHostHealth_Construct(kHostHealth *health, kAlloc allocator)
Constructs a kHostHealth object.
Declares the kHealth class and related types.