aCompType = aSeq.Value(i);
Handle(SALOMEDSImpl_SComponent) sco = FindComponent(aCompType);
SALOMEDSImpl_Driver* aDriver = NULL;
-cout << "Processing " << aCompType << endl;
-cout << 1 << endl;
// if there is an associated Engine call its method for saving
TCollection_AsciiString IOREngine;
try {
if (!sco->ComponentIOR(IOREngine)) {
- cout << 2 << endl;
if (!aCompType.IsEmpty()) {
aDriver = theFactory->GetDriverByType(aCompType);
return false;
}
-cout << 3 << endl;
-
if(aDriver == NULL) continue;
bool isValidScript;