Changeset 16 in libcf++
- Timestamp:
- 07/11/15 18:35:43 (9 years ago)
- Location:
- trunk/include/cf
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/cf/bin.h
r15 r16 4 4 * @brief bin 5 5 */ 6 #ifndef __ bin_h__7 #define __ bin_h__6 #ifndef __cf_bin_h__ 7 #define __cf_bin_h__ 8 8 9 9 #include "cf/types.h" … … 176 176 } 177 177 178 #endif // #ifndef __ bin_h__178 #endif // #ifndef __cf_bin_h__ -
trunk/include/cf/codec.h
r4 r16 4 4 * @brief codec 5 5 */ 6 #ifndef __c odec_h__7 #define __c odec_h__6 #ifndef __cf_codec_h__ 7 #define __cf_codec_h__ 8 8 9 9 #include "cf/bin.h" … … 108 108 } 109 109 110 #endif // #ifndef __c odec_h__110 #endif // #ifndef __cf_codec_h__ -
trunk/include/cf/exception.h
r7 r16 4 4 * @brief exception 5 5 */ 6 #ifndef __ exception_h__7 #define __ exception_h__6 #ifndef __cf_exception_h__ 7 #define __cf_exception_h__ 8 8 9 9 #include "cf/types.h" … … 113 113 } 114 114 115 #endif // #ifndef __ exception_h__115 #endif // #ifndef __cf_exception_h__ -
trunk/include/cf/file.h
r7 r16 4 4 * @brief file 5 5 */ 6 #ifndef __ file_h__7 #define __ file_h__6 #ifndef __cf_file_h__ 7 #define __cf_file_h__ 8 8 9 9 #include "cf/exception.h" … … 213 213 } 214 214 215 #endif // #ifndef __ file_h__215 #endif // #ifndef __cf_file_h__ -
trunk/include/cf/formatter.hpp
r4 r16 4 4 * @brief Formatter 5 5 */ 6 #ifndef __ formatter_hpp__7 #define __ formatter_hpp__6 #ifndef __cf_formatter_hpp__ 7 #define __cf_formatter_hpp__ 8 8 9 9 #include <sstream> … … 55 55 } 56 56 57 #endif // #ifndef __ formatter_hpp__57 #endif // #ifndef __cf_formatter_hpp__ -
trunk/include/cf/jni.h
r4 r16 4 4 * @brief JNI 5 5 */ 6 #ifndef __ jni_h__7 #define __ jni_h__6 #ifndef __cf_jni_h__ 7 #define __cf_jni_h__ 8 8 9 9 #include "cf/bin.h" … … 48 48 } 49 49 50 #endif // #ifndef __ jni_h__50 #endif // #ifndef __cf_jni_h__ -
trunk/include/cf/logger.h
r7 r16 4 4 * @brief logger 5 5 */ 6 #ifndef __ logger_h__7 #define __ logger_h__6 #ifndef __cf_logger_h__ 7 #define __cf_logger_h__ 8 8 9 9 #include "cf/exception.h" … … 193 193 } 194 194 195 #endif // #ifndef __ logger_h__195 #endif // #ifndef __cf_logger_h__ -
trunk/include/cf/memory.h
r7 r16 4 4 * @brief memory 5 5 */ 6 #ifndef __ memory_h__7 #define __ memory_h__6 #ifndef __cf_memory_h__ 7 #define __cf_memory_h__ 8 8 9 9 #include "cf/types.h" … … 64 64 } 65 65 66 #endif 66 #endif // #ifndef __cf_memory_h__ -
trunk/include/cf/network.h
r15 r16 4 4 * @brief network 5 5 */ 6 #ifndef __ tcp_h__7 #define __ tcp_h__6 #ifndef __cf_tcp_h__ 7 #define __cf_tcp_h__ 8 8 9 9 #include "cf/exception.h" … … 279 279 } 280 280 281 #endif // #ifndef __ tcp_h__281 #endif // #ifndef __cf_tcp_h__ -
trunk/include/cf/task.h
r15 r16 4 4 * @brief task 5 5 */ 6 #ifndef __ task_h__7 #define __ task_h__6 #ifndef __cf_task_h__ 7 #define __cf_task_h__ 8 8 9 9 #include "cf/exception.h" … … 210 210 } 211 211 212 #endif // #ifndef __ task_h__212 #endif // #ifndef __cf_task_h__ -
trunk/include/cf/test.hpp
r4 r16 4 4 * @brief Testing Macros 5 5 */ 6 #ifndef __ test_hpp__7 #define __ test_hpp__6 #ifndef __cf_test_hpp__ 7 #define __cf_test_hpp__ 8 8 9 9 #include "cf/exception.h" … … 114 114 if ((_lhs) != (_rhs)) CF_THROW(#_lhs << " != " << #_rhs) 115 115 116 #endif // #ifndef __ test_hpp__116 #endif // #ifndef __cf_test_hpp__ -
trunk/include/cf/types.h
r4 r16 4 4 * @brief common header 5 5 */ 6 #ifndef __ types_h__7 #define __ types_h__6 #ifndef __cf_types_h__ 7 #define __cf_types_h__ 8 8 9 9 #if defined(WIN32) || defined(_WIN32) || defined(_WIN64) … … 48 48 }; 49 49 50 #endif // #ifndef __ types_h__50 #endif // #ifndef __cf_types_h__ -
trunk/include/cf/util.h
r4 r16 4 4 * @brief util 5 5 */ 6 #ifndef __ util_h__7 #define __ util_h__6 #ifndef __cf_util_h__ 7 #define __cf_util_h__ 8 8 9 9 #include "cf/exception.h" … … 56 56 } 57 57 58 #endif // #ifndef __ util_h__58 #endif // #ifndef __cf_util_h__
Note:
See TracChangeset
for help on using the changeset viewer.