Changeset 31 in pacpusframework for trunk/src/PacpusLib/XmlComponentConfig.cpp
- Timestamp:
- Jan 8, 2013, 6:10:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/PacpusLib/XmlComponentConfig.cpp
r3 r31 1 /** *******************************************************************2 // created: 2006/01/30 3 // created: 2006/01/30 - 11:09 4 // filename: xmlcomponentconfig.cpp 5 // 6 // author: Gerald Dherbomez 7 // 8 // purpose: implementation de la classe XmlComponentConfig 9 *********************************************************************/1 /** 2 * 3 * Distributed under the UTC Heudiascy Pacpus License, Version 1.0. 4 * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved. 5 * 6 * See the LICENSE file for more information or a copy at: 7 * http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt 8 * 9 */ 10 10 11 #include "kernel/XmlComponentConfig.h" 11 #include <Pacpus/kernel/XmlComponentConfig.h> 12 #include <Pacpus/kernel/Log.h> 13 #include <Pacpus/kernel/XmlConfigFile.h> 12 14 13 #include "kernel/Log.h" 14 #include "kernel/XmlConfigFile.h" 15 16 namespace pacpus { 17 15 using namespace pacpus; 18 16 using namespace std; 19 17 … … 142 140 return getProperty(kPropertyComponentType.c_str()); 143 141 } 144 145 } // namespace pacpus
Note:
See TracChangeset
for help on using the changeset viewer.