Show
Ignore:
Timestamp:
09/09/10 20:23:50 (21 months ago)
Author:
westram
Message:
  • merged from refactor [6796] [6804] [6806] [6808]
    • added header for planned library ARB_CORE
    • renamed inline.h into arb_str.h
    • header for global general purpose defines/inlines (arb_defs.h)
      • use ARRAY_ELEMS where applicable
    • removed duplicate of ARB_strscmp (GBS_strscmp). No longer needed cause ARBDB is now C++
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ARBDB/adtools.cxx

    r6659 r6813  
    99// =============================================================== // 
    1010 
     11#include <arb_str.h> 
    1112#include <arbdbt.h> 
    1213 
     
    130131    } 
    131132    else { 
    132         if (GBS_strscmp(insert->datapath, key+1) == 0) { // datapath matches 
     133        if (ARB_strscmp(insert->datapath, key+1) == 0) { // datapath matches 
    133134            to_insert    = strdup(key+strlen(insert->datapath)); // cut off prefix 
    134135            to_insert[0] = key[0]; // copy type