Show
Ignore:
Timestamp:
08/09/10 10:48:14 (21 months ago)
Author:
westram
Message:
  • renamed inline.h into arb_str.h
Files:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/refactor/TEMPLATES/arb_str.h

    r6374 r6804  
    1 //  ==================================================================== // 
    2 //                                                                       // 
    3 //    File      : inline.h                                               // 
    4 //    Purpose   : general purpose inlined functions                      // 
    5 //                                                                       // 
    6 //                                                                       // 
    7 //  Coded by Ralf Westram (coder@reallysoft.de) in June 2002             // 
    8 //  Copyright Department of Microbiology (Technical University Munich)   // 
    9 //                                                                       // 
    10 //  Visit our web site at: http://www.arb-home.de/                       // 
    11 //                                                                       // 
    12 //                                                                       // 
    13 //  ==================================================================== // 
     1// ================================================================= // 
     2//                                                                   // 
     3//   File      : arb_str.h                                           // 
     4//   Purpose   : inlined string functions                            // 
     5//                                                                   // 
     6//   Coded by Ralf Westram (coder@reallysoft.de) in June 2002        // 
     7//   Institute of Microbiology (Technical University Munich)         // 
     8//   http://www.arb-home.de/                                         // 
     9//                                                                   // 
     10// ================================================================= // 
    1411 
    15 #ifndef INLINE_H 
    16 #define INLINE_H 
     12#ifndef ARB_STR_H 
     13#define ARB_STR_H 
    1714 
    1815#include <cctype> 
     
    5754inline unsigned char safeCharIndex(char c) { return static_cast<unsigned char>(c); } 
    5855 
     56 
    5957#else 
    60 #error inline.h included twice 
    61 #endif // INLINE_H 
    62  
     58#error arb_str.h included twice 
     59#endif // ARB_STR_H