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 
23 //typedef kHealth kHostHealth; --forward-declared in kFsDef.x.h
24 
33 kFsFx(kStatus) kHostHealth_Construct(kHostHealth* health, kAlloc allocator);
34 
35 #include <kFireSync/Health/kHostHealth.x.h>
36 
37 #endif
38 
39 
40 
41 
42 
43 
44 
45 
46 
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.