| 360 |
// |
// |
| 361 |
// prepare the timesync for the db |
// prepare the timesync for the db |
| 362 |
// |
// |
| 363 |
|
if ( !dbc->IsConnected() ) throw -604; |
| 364 |
dbtime = new GL_TIMESYNC(runinfo->ID_ROOT_L0,"ID",dbc); |
dbtime = new GL_TIMESYNC(runinfo->ID_ROOT_L0,"ID",dbc); |
| 365 |
// |
// |
| 366 |
// Search in the DB the path and name of the LEVEL0 file to be processed. |
// Search in the DB the path and name of the LEVEL0 file to be processed. |
| 367 |
// |
// |
| 368 |
|
if ( !dbc->IsConnected() ) throw -604; |
| 369 |
glroot->Query_GL_ROOT(runinfo->ID_ROOT_L0,dbc); |
glroot->Query_GL_ROOT(runinfo->ID_ROOT_L0,dbc); |
| 370 |
// |
// |
| 371 |
ftmpname.str(""); |
ftmpname.str(""); |