Changeset 16 in libcf++


Ignore:
Timestamp:
07/11/15 18:35:43 (9 years ago)
Author:
cheese
Message:

#1 fix predefinition of header

Location:
trunk/include/cf
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf/bin.h

    r15 r16  
    44 * @brief bin
    55 */
    6 #ifndef __bin_h__
    7 #define __bin_h__
     6#ifndef __cf_bin_h__
     7#define __cf_bin_h__
    88
    99#include "cf/types.h"
     
    176176}
    177177
    178 #endif // #ifndef __bin_h__
     178#endif // #ifndef __cf_bin_h__
  • trunk/include/cf/codec.h

    r4 r16  
    44 * @brief codec
    55 */
    6 #ifndef __codec_h__
    7 #define __codec_h__
     6#ifndef __cf_codec_h__
     7#define __cf_codec_h__
    88
    99#include "cf/bin.h"
     
    108108}
    109109
    110 #endif // #ifndef __codec_h__
     110#endif // #ifndef __cf_codec_h__
  • trunk/include/cf/exception.h

    r7 r16  
    44 * @brief exception
    55 */
    6 #ifndef __exception_h__
    7 #define __exception_h__
     6#ifndef __cf_exception_h__
     7#define __cf_exception_h__
    88
    99#include "cf/types.h"
     
    113113}
    114114
    115 #endif // #ifndef __exception_h__
     115#endif // #ifndef __cf_exception_h__
  • trunk/include/cf/file.h

    r7 r16  
    44 * @brief file
    55 */
    6 #ifndef __file_h__
    7 #define __file_h__
     6#ifndef __cf_file_h__
     7#define __cf_file_h__
    88
    99#include "cf/exception.h"
     
    213213}
    214214
    215 #endif // #ifndef __file_h__
     215#endif // #ifndef __cf_file_h__
  • trunk/include/cf/formatter.hpp

    r4 r16  
    44 * @brief Formatter
    55 */
    6 #ifndef __formatter_hpp__
    7 #define __formatter_hpp__
     6#ifndef __cf_formatter_hpp__
     7#define __cf_formatter_hpp__
    88
    99#include <sstream>
     
    5555}
    5656
    57 #endif // #ifndef __formatter_hpp__
     57#endif // #ifndef __cf_formatter_hpp__
  • trunk/include/cf/jni.h

    r4 r16  
    44 * @brief JNI
    55 */
    6 #ifndef __jni_h__
    7 #define __jni_h__
     6#ifndef __cf_jni_h__
     7#define __cf_jni_h__
    88
    99#include "cf/bin.h"
     
    4848}
    4949
    50 #endif // #ifndef __jni_h__
     50#endif // #ifndef __cf_jni_h__
  • trunk/include/cf/logger.h

    r7 r16  
    44 * @brief logger
    55 */
    6 #ifndef __logger_h__
    7 #define __logger_h__
     6#ifndef __cf_logger_h__
     7#define __cf_logger_h__
    88
    99#include "cf/exception.h"
     
    193193}
    194194
    195 #endif // #ifndef __logger_h__
     195#endif // #ifndef __cf_logger_h__
  • trunk/include/cf/memory.h

    r7 r16  
    44 * @brief memory
    55 */
    6 #ifndef __memory_h__
    7 #define __memory_h__
     6#ifndef __cf_memory_h__
     7#define __cf_memory_h__
    88
    99#include "cf/types.h"
     
    6464}
    6565
    66 #endif
     66#endif // #ifndef __cf_memory_h__
  • trunk/include/cf/network.h

    r15 r16  
    44 * @brief network
    55 */
    6 #ifndef __tcp_h__
    7 #define __tcp_h__
     6#ifndef __cf_tcp_h__
     7#define __cf_tcp_h__
    88
    99#include "cf/exception.h"
     
    279279}
    280280
    281 #endif // #ifndef __tcp_h__
     281#endif // #ifndef __cf_tcp_h__
  • trunk/include/cf/task.h

    r15 r16  
    44 * @brief task
    55 */
    6 #ifndef __task_h__
    7 #define __task_h__
     6#ifndef __cf_task_h__
     7#define __cf_task_h__
    88
    99#include "cf/exception.h"
     
    210210}
    211211
    212 #endif // #ifndef __task_h__
     212#endif // #ifndef __cf_task_h__
  • trunk/include/cf/test.hpp

    r4 r16  
    44 * @brief Testing Macros
    55 */
    6 #ifndef __test_hpp__
    7 #define __test_hpp__
     6#ifndef __cf_test_hpp__
     7#define __cf_test_hpp__
    88
    99#include "cf/exception.h"
     
    114114    if ((_lhs) != (_rhs))   CF_THROW(#_lhs << " != " << #_rhs)
    115115
    116 #endif // #ifndef __test_hpp__
     116#endif // #ifndef __cf_test_hpp__
  • trunk/include/cf/types.h

    r4 r16  
    44 * @brief common header
    55 */
    6 #ifndef __types_h__
    7 #define __types_h__
     6#ifndef __cf_types_h__
     7#define __cf_types_h__
    88
    99#if defined(WIN32) || defined(_WIN32) || defined(_WIN64)
     
    4848};
    4949
    50 #endif // #ifndef __types_h__
     50#endif // #ifndef __cf_types_h__
  • trunk/include/cf/util.h

    r4 r16  
    44 * @brief util
    55 */
    6 #ifndef __util_h__
    7 #define __util_h__
     6#ifndef __cf_util_h__
     7#define __cf_util_h__
    88
    99#include "cf/exception.h"
     
    5656}
    5757
    58 #endif // #ifndef __util_h__
     58#endif // #ifndef __cf_util_h__
Note: See TracChangeset for help on using the changeset viewer.