Changeset 156 in pacpusframework for branches/2.0-beta1/src
- Timestamp:
- Aug 1, 2013, 1:16:38 PM (11 years ago)
- Location:
- branches/2.0-beta1/src
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/src/FileLib/src/DbiteException.cpp
r89 r156 3 3 // CECILL-C License, Version 1.0. 4 4 // %pacpus:license} 5 /// @version $Id: DbiteException.cpp 87 2013-03-27 15:38:14Z morasjul $ 5 /// @author Marek Kurdej <firstname.surname@utc.fr> 6 /// @version $Id: DbiteException.cpp 116 2013-06-25 11:44:25Z kurdejma $ 6 7 7 8 #include <Pacpus/kernel/DbiteException.h> … … 10 11 11 12 DbiteException::DbiteException(const std::string& what) 12 : mWhat(what)13 : PacpusException(what) 13 14 { 14 15 } … … 17 18 { 18 19 } 19 20 const char* DbiteException::what() const throw()21 {22 return mWhat.c_str();23 } -
branches/2.0-beta1/src/PacpusLib/CMakeLists.txt
r155 r156 58 58 ${PACPUS_INCLUDE_DIR}/Pacpus/kernel/pacpus.h 59 59 ${PACPUS_INCLUDE_DIR}/Pacpus/kernel/PacpusApplication.h 60 ${PACPUS_INCLUDE_DIR}/Pacpus/kernel/PacpusException.h 60 61 ${PACPUS_INCLUDE_DIR}/Pacpus/kernel/road_time.h 61 62 ${PACPUS_INCLUDE_DIR}/Pacpus/kernel/XmlComponentConfig.h … … 75 76 ./Log.cpp 76 77 ./PacpusApplication.cpp 78 ./PacpusException.cpp 77 79 ./XmlComponentConfig.cpp 78 80 ./XmlConfigFile.cpp
Note:
See TracChangeset
for help on using the changeset viewer.