Ignore:
Timestamp:
07/24/11 21:20:34 (13 years ago)
Author:
tbretz
Message:
Moved some part of the initialization from main to Configure::DoParse
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Configuration.h

    r11483 r11578  
    125125    // Process command line arguments
    126126    const po::variables_map &Parse(int argc, const char **argv);
     127    bool DoParse(int argc, const char **argv, const std::function<void()> &func=std::function<void()>());
    127128
    128129    bool HasVersion()
Note: See TracChangeset for help on using the changeset viewer.