Zen API
 All Classes Files Functions Variables Typedefs Macros Groups Pages
kBytes.h
Go to the documentation of this file.
1 /**
2  * @file kBytes.h
3  * @brief Declares the kBytes class.
4  *
5  * This header is provided for backwards compatibility with FireSync 5.
6  * Avoid using these definitions in new code.
7  *
8  * @internal
9  * Copyright (C) 2012-2014 by LMI Technologies Inc.
10  * Licensed under the MIT License.
11  * Redistributed files must retain the above copyright notice.
12  */
13 #ifndef K_API_BYTES_H
14 #define K_API_BYTES_H
15 
16 #include <kApi/kApiDef.h>
17 
18 kBeginHeader()
19 
20 kEndHeader()
21 
22 #include <kApi/Data/kBytes.x.h>
23 
24 #endif
Essential API declarations.