Changeset 231 in pacpusframework for trunk/src/PacpusLib/Log.cpp


Ignore:
Timestamp:
11/27/13 13:30:18 (11 years ago)
Author:
Marek Kurdej
Message:

Fixed: Qt4 compilation on Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/PacpusLib/Log.cpp

    r228 r231  
    3434PACPUSLIB_API std::basic_ostream<char>& operator<< (std::basic_ostream<char>& strm, QString const& s);
    3535
    36 namespace pacpus {
     36namespace pacpus
     37{
    3738   
    3839void init_log_factories()
     
    148149
    149150namespace pacpus
     151{
    150152
    151153    LogConfigurator::LogConfigurator()
    152154    {}
    153     void LogConfigurator::configureLoggerWithFile(const char * /*configFilename*/)
     155
     156    LogConfigurator::~LogConfigurator()
     157    {}
     158
     159    void LogConfigurator::configureLoggerWithFile(const char* /*configFilename*/)
    154160    {}
    155161
     
    157163
    158164#endif // PACPUS_USE_LOG
     165
Note: See TracChangeset for help on using the changeset viewer.