834 |
} |
} |
835 |
; |
; |
836 |
|
|
837 |
|
void PamLevel2::SkipRunInfoUpdate(){ |
838 |
|
printf("\n\n ******** WARNING ******** \n Skip DB connections, DO NOT USE PamLevel2::GetRunInfo() method! \n\n"); |
839 |
|
fUpdateRunInfo = false; |
840 |
|
this->SetSELLI(2); |
841 |
|
printf(" ===============> W A R N I N G <================ \n"); |
842 |
|
printf(" in case PamLevel2::CreateCloneTrees() will be called \n"); |
843 |
|
printf(" it will be reverted to PadmeAmidala level2 structure , i.e. NO SELECTIONLIST WILL BE CREATED IN THE NEW LEVEL2 FILE! \n\n"); |
844 |
|
if ( run_tree_clone ){ |
845 |
|
printf(" ===============> W A R N I N G <================ \n"); |
846 |
|
printf(" PamLevel2::SkipRunIndoUpdate or PamLevel2::NoDBconnections() has been called together with PamLevel2::CreateCloneTrees() \n"); |
847 |
|
printf(" TO AVOID CRASHES call PamLevel2::CreateCloneTrees() after PamLevel2::SkipRunIndoUpdate or PamLevel2::NoDBconnections() \n"); |
848 |
|
}; |
849 |
|
} |
850 |
|
|
851 |
//-------------------------------------- |
//-------------------------------------- |
852 |
// |
// |
853 |
// |
// |