Changeset 199 in pacpusframework for trunk/include/Pacpus/kernel/ComponentBase.h


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

Update: fixed getDataSize(), getDataType() in connections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/kernel/ComponentBase.h

    r196 r199  
    5757class OutputInterface;
    5858
     59using ::boost::program_options::value;
     60
    5961/** ComponentBase
    6062 * @brief Base class of a Pacpus component.
     
    139141    virtual void addOutputs() {}
    140142
    141     boost::program_options::options_description_easy_init addParameters();
    142 
     143    ::boost::program_options::options_description_easy_init addParameters();
     144   
    143145protected:
    144146    typedef QMap<QString, InputInterfaceBase *> InputsMap;
Note: See TracChangeset for help on using the changeset viewer.