git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Copy constructor, assignement operator and network initialization added
[stg.git]
/
projects
/
convertor
/
settings_impl.cpp
diff --git
a/projects/convertor/settings_impl.cpp
b/projects/convertor/settings_impl.cpp
index 4420634081d5486c09ef0dc7cd53b86e466d7b2e..645865cb9c91613ba899ca5761ec3909be701776 100644
(file)
--- a/
projects/convertor/settings_impl.cpp
+++ b/
projects/convertor/settings_impl.cpp
@@
-27,10
+27,11
@@
$Revision: 1.6 $
$Date: 2009/06/22 16:26:54 $
*/
$Date: 2009/06/22 16:26:54 $
*/
-#include "dotconfpp.h"
-#include "module_settings.h"
+#include "stg/dotconfpp.h"
+#include "stg/module_settings.h"
+#include "stg/common.h"
+
#include "settings_impl.h"
#include "settings_impl.h"
-#include "common.h"
int SETTINGS_IMPL::ParseModuleSettings(const DOTCONFDocumentNode * node, std::vector<PARAM_VALUE> * params)
{
int SETTINGS_IMPL::ParseModuleSettings(const DOTCONFDocumentNode * node, std::vector<PARAM_VALUE> * params)
{