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


Ignore:
Timestamp:
03/13/14 10:41:41 (10 years ago)
Author:
Marek Kurdej
Message:

Minor: formatting.

File:
1 edited

Legend:

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

    r206 r272  
    3030#include <Pacpus/kernel/XmlComponentConfig.h>
    3131
     32#include <boost/program_options/options_description.hpp>
     33#include <boost/program_options/value_semantic.hpp>
    3234#include <QString>
    3335#include <QMap>
    34 
    35 #include <boost/program_options/options_description.hpp>
    36 #include <boost/program_options/value_semantic.hpp>
    3736#include <string>
    3837
     
    135134    typedef QMap<QString, OutputInterfaceBase *> OutputsMap;
    136135
    137     // TODO: use std::function<void (const DataType &)>
    138     // TODO: use std::mem_fun<void (const DataType &)>
    139136    template <typename DataType, class ComponentType, typename Function>
    140137    void addInput(const char * name, Function function)
Note: See TracChangeset for help on using the changeset viewer.