Changeset 176 in pacpusframework for trunk/src/DBITEPlayerLib/DbtPlyEngine.cpp


Ignore:
Timestamp:
10/11/13 14:10:06 (11 years ago)
Author:
Marek Kurdej
Message:

Added: addParameters() method in ComponentBase using Boost.Program_Options.
Each component can declare its parameters and they will be read automatically before configureComponent() method.
See example ProducerConsumerExample constructors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/DBITEPlayerLib/DbtPlyEngine.cpp

    r152 r176  
    162162             << dataDir_ << "\"");
    163163    if (dataDir_.isNull()) {
    164         LOG_FATAL("The data directory '" << name() << "' is invalid or unavailable!");
     164        LOG_FATAL("The data directory '" << getName() << "' is invalid or unavailable!");
    165165    }
    166166
Note: See TracChangeset for help on using the changeset viewer.