| 172 |
cout << "Eccezione! " << exc.print() << "\n" ; |
cout << "Eccezione! " << exc.print() << "\n" ; |
| 173 |
} |
} |
| 174 |
|
|
| 175 |
|
|
| 176 |
//------------------------------------------------------------------------------------------- |
//------------------------------------------------------------------------------------------- |
| 177 |
//Generate the Registry files for a single unpack |
//Generate the Registry files for a single unpack |
| 178 |
//------------------------------------------------------------------------------------------- |
//------------------------------------------------------------------------------------------- |
| 179 |
try { |
try { |
| 180 |
PamelaDBOperations::createPamelaRegistry(sqlServer, rawPathName, rawFileName, false); |
PamelaDBOperations::createPamelaRegistry(sqlServer, rawPathName, rawFileName, true); |
| 181 |
} catch (YException exc) { |
} catch (YException exc) { |
| 182 |
cout << "Eccezione! " << exc.print() << "\n" ; |
cout << "Eccezione! " << exc.print() << "\n" ; |
| 183 |
} |
} |