Changeset 6804

Show
Ignore:
Timestamp:
08/09/10 10:48:14 (17 months ago)
Author:
westram
Message:
  • renamed inline.h into arb_str.h
Location:
branches/refactor
Files:
23 modified
1 moved

Legend:

Unmodified
Added
Removed
  • branches/refactor/ALIV3/a3_ptree1.cxx

    r6488 r6804  
    1212#include "a3_ptree.hxx" 
    1313 
    14 #include <inline.h> 
     14#include <arb_str.h> 
    1515 
    1616#include <iostream> 
  • branches/refactor/ALIV3/a3_ptree2.cxx

    r6488 r6804  
    1212#include "a3_ptree.hxx" 
    1313 
    14 #include <inline.h> 
     14#include <arb_str.h> 
    1515 
    1616#include <iostream> 
  • branches/refactor/ALIV3/a3_seq.cxx

    r6488 r6804  
    1313 
    1414#include <arbdb.h> 
    15 #include <inline.h> 
     15#include <arb_str.h> 
    1616 
    1717#include <iostream> 
  • branches/refactor/ARBDB/adtcp.cxx

    r6737 r6804  
    1414 
    1515#include <arbdbt.h> 
    16 #include <inline.h> 
     16#include <arb_str.h> 
    1717 
    1818#include "gb_local.h" 
  • branches/refactor/AWT/AWT_db_browser.cxx

    r6666 r6804  
    1414#include "awt.hxx" 
    1515 
    16 #include <inline.h> 
     16#include <arb_str.h> 
    1717#include <AP_Tree.hxx> 
    1818 
  • branches/refactor/AWT/AWT_www.cxx

    r6588 r6804  
    1515#include <aw_awars.hxx> 
    1616#include <arbdbt.h> 
    17 #include <inline.h> 
     17#include <arb_str.h> 
    1818#include <static_assert.h> 
    1919 
  • branches/refactor/AWTI/AWTI_export.cxx

    r6550 r6804  
    1818#include <aw_window.hxx> 
    1919#include <arbdbt.h> 
    20 #include <inline.h> 
     20#include <arb_str.h> 
    2121 
    2222#define AWAR_EXPORT_FILE           "tmp/export_db/file" 
  • branches/refactor/EDIT4/ED4_protein_2nd_structure.cxx

    r6593 r6804  
    2222 
    2323#include "arbdbt.h" 
    24 #include <inline.h> 
    2524 
    2625#include <iostream> 
  • branches/refactor/EDIT4/ED4_text_terminals.cxx

    r6513 r6804  
    2828#include <awt_attributes.hxx> 
    2929#include <st_window.hxx> 
    30 #include <inline.h> 
     30#include <arb_str.h> 
    3131 
    3232#include <iostream> 
  • branches/refactor/MERGE/MG_gene_species.cxx

    r6597 r6804  
    2222#include <adGene.h> 
    2323#include <arbdbt.h> 
    24 #include <inline.h> 
     24#include <arb_str.h> 
    2525 
    2626using namespace std; 
  • branches/refactor/MERGE/MG_species.cxx

    r6567 r6804  
    1818#include <aw_awars.hxx> 
    1919#include <arbdbt.h> 
    20 #include <inline.h> 
     20#include <arb_str.h> 
    2121 
    2222#define AWAR1 "tmp/merge1/" 
  • branches/refactor/NTREE/NT_dbrepair.cxx

    r6385 r6804  
    1919#include <aw_color_groups.hxx> 
    2020 
    21 #include <inline.h> 
     21#include <arb_str.h> 
    2222 
    2323#include <map> 
  • branches/refactor/PROBE/PT_io.cxx

    r6755 r6804  
    1515#include <arbdbt.h> 
    1616#include <BI_helix.hxx> 
    17 #include <inline.h> 
     17#include <arb_str.h> 
    1818 
    1919int compress_data(char *probestring) { 
  • branches/refactor/PROBE/PT_new_design.cxx

    r6659 r6804  
    1515#include "probe_tree.hxx" 
    1616#include <arbdbt.h> 
    17 #include <inline.h> 
     17#include <arb_str.h> 
    1818 
    1919#ifdef P_ 
  • branches/refactor/SL/AW_NAME/AW_rename.cxx

    r6714 r6804  
    1414#include <aw_awars.hxx> 
    1515#include <aw_window.hxx> 
    16 #include <inline.h> 
     16#include <cctype> 
    1717 
    1818#include <names_client.h> 
  • branches/refactor/SL/DB_SCANNER/db_scanner.cxx

    r6422 r6804  
    1818#include <aw_select.hxx> 
    1919 
    20 #include <inline.h> 
     20#include <arb_str.h> 
    2121#include <arbdbt.h> 
    2222 
  • branches/refactor/SL/FILTER/AP_filter.cxx

    r6602 r6804  
    1111#include "AP_filter.hxx" 
    1212#include <arbdb.h> 
    13 #include <inline.h> 
     13#include <arb_str.h> 
    1414 
    1515 
  • branches/refactor/SL/PRONUC/AP_pro_a_nucs.cxx

    r6510 r6804  
    1313#include <AP_codon_table.hxx> 
    1414#include <arbdbt.h> 
    15 #include <inline.h> 
     15#include <arb_str.h> 
    1616 
    1717#define pn_assert(cond) arb_assert(cond) 
  • branches/refactor/SL/SEQUENCE/AP_seq_dna.cxx

    r6592 r6804  
    66#include <ARB_Tree.hxx> 
    77 
    8 #include <inline.h> 
     8#include <arb_str.h> 
    99 
    1010char *AP_sequence_parsimony::table; 
  • branches/refactor/SL/SEQUENCE/AP_seq_protein.cxx

    r6591 r6804  
    66#include <ARB_Tree.hxx> 
    77 
    8 #include <inline.h> 
     8#include <arb_str.h> 
    99#include <climits> 
    1010 
  • branches/refactor/SOURCE_TOOLS/generate_all_links.sh

    r6796 r6804  
    149149symlink_file ../TEMPLATES/downcast.h INCLUDE/downcast.h && 
    150150symlink_file ../TEMPLATES/dupstr.h INCLUDE/dupstr.h && 
    151 symlink_file ../TEMPLATES/inline.h INCLUDE/inline.h && 
     151symlink_file ../TEMPLATES/arb_str.h INCLUDE/arb_str.h && 
    152152symlink_file ../TEMPLATES/output.h INCLUDE/output.h && 
    153153symlink_file ../TEMPLATES/perf_timer.h INCLUDE/perf_timer.h && 
  • 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 
  • branches/refactor/WINDOW/AW_button.cxx

    r6675 r6804  
    2020#include <arbdbt.h> 
    2121 
    22 #include <inline.h> 
     22#include <arb_str.h> 
    2323 
    2424#include <Xm/Frame.h> 
  • branches/refactor/WINDOW/AW_device.cxx

    r6411 r6804  
    1212#include "aw_commn.hxx" 
    1313 
    14 #include <inline.h> 
     14#include <arb_str.h> 
    1515 
    1616void AW_clip::set_cliprect(AW_rectangle *rect, bool allow_oversize) {