Skip to content
  • Oliver Heidmann's avatar
    changed function getOperatorName · 624a6552
    Oliver Heidmann authored
    util.cc:
    *   removed - modules.h include
    *   const char* getOperatorName(const char*):
    **      removed - replacing of alias with original to remove dependency on modules.h
    
    process.cc:
    * process_t::process_t(int, const char*):
    **  added   - replacing of alias with original name
    
    cdo.cc:
    *   main(int, char**)
    **  added   - replacing of alias with original name
    
    modules.cc/h:
    * char* get_original(char*):
    **      changed - function to const char* get_original(const char*)
    * bool is_alias(const char*):
    **      changed - function to const bool is_alias(const char*)
    624a6552