Ignore:
Timestamp:
07/20/11 10:27:17 (13 years ago)
Author:
tbretz
Message:
Added a registry for wildcarded options to detect unaccessed options; for this EvalConfiguration(const Configuration&) has been changed to EvalOptions(Configuration&)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/fscctrl.cc

    r11481 r11483  
    506506    }
    507507
    508     int EvalConfiguration(const Configuration &conf)
     508    int EvalOptions(Configuration &conf)
    509509    {
    510510        SetEndpoint(conf.Get<string>("addr"));
Note: See TracChangeset for help on using the changeset viewer.