| Line 65... |
Line 65... |
| 65 |
|
65 |
|
| 66 |
//## Operation: UdFileManifest%4209BAA8031C
|
66 |
//## Operation: UdFileManifest%4209BAA8031C
|
| 67 |
UdFileManifest::UdFileManifest (const std::string &folder, const std::string &prefix, const std::string &suffix, const std::string &pathmapTarget)
|
67 |
UdFileManifest::UdFileManifest (const std::string &folder, const std::string &prefix, const std::string &suffix, const std::string &pathmapTarget)
|
| 68 |
//## begin UdFileManifest::UdFileManifest%4209BAA8031C.hasinit preserve=no
|
68 |
//## begin UdFileManifest::UdFileManifest%4209BAA8031C.hasinit preserve=no
|
| 69 |
: m_count(0),
|
69 |
: m_count(0),
|
| 70 |
m_folder("..\\summaries"),
|
70 |
m_folder("..\\data\\summaries"),
|
| 71 |
m_pathmapTarget(pathmapTarget),
|
71 |
m_pathmapTarget(pathmapTarget),
|
| 72 |
m_prefix(prefix),
|
72 |
m_prefix(prefix),
|
| 73 |
m_stream(0),
|
73 |
m_stream(0),
|
| 74 |
m_suffix(suffix)
|
74 |
m_suffix(suffix)
|
| 75 |
//## end UdFileManifest::UdFileManifest%4209BAA8031C.hasinit
|
75 |
//## end UdFileManifest::UdFileManifest%4209BAA8031C.hasinit
|
| 76 |
//## begin UdFileManifest::UdFileManifest%4209BAA8031C.initialization preserve=yes
|
76 |
//## begin UdFileManifest::UdFileManifest%4209BAA8031C.initialization preserve=yes
|