Changeset 230 in pacpusframework for branches/0.1.x/src/PacpusLib
- Timestamp:
- Nov 27, 2013, 1:24:57 PM (11 years ago)
- Location:
- branches/0.1.x/src/PacpusLib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.1.x/src/PacpusLib/ComponentManager.cpp
r162 r230 11 11 #include <Pacpus/kernel/ConnectionBase.h> 12 12 #include <Pacpus/kernel/Log.h> 13 14 #include <cassert> 13 15 #include <QObject> 14 16 #include <QDomNodeList> -
branches/0.1.x/src/PacpusLib/Log.cpp
r146 r230 34 34 PACPUSLIB_API std::basic_ostream<char>& operator<< (std::basic_ostream<char>& strm, QString const& s); 35 35 36 namespace pacpus { 36 namespace pacpus 37 { 37 38 38 39 void init_log_factories() … … 141 142 142 143 namespace pacpus 144 { 143 145 144 146 LogConfigurator::LogConfigurator() 145 147 {} 146 void LogConfigurator::configureLoggerWithFile(const char * /*configFilename*/) 148 149 LogConfigurator::~LogConfigurator() 150 {} 151 152 void LogConfigurator::configureLoggerWithFile(const char* /*configFilename*/) 147 153 {} 148 154 … … 150 156 151 157 #endif // PACPUS_USE_LOG 158 -
branches/0.1.x/src/PacpusLib/XmlConfigFile.cpp
r165 r230 9 9 #include <Pacpus/kernel/Log.h> 10 10 11 #include <cassert> 11 12 #include <QFile> 12 13 #include <QTextStream>
Note:
See TracChangeset
for help on using the changeset viewer.