From: cas Date: Tue, 12 Jun 2001 17:55:28 +0000 (+0000) Subject: No comments X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=c307f1849555a5ad7046555f312b52f98348f267;p=occt-wok.git No comments --- diff --git a/src/CPPIntExt/Interface_Template.edl b/src/CPPIntExt/Interface_Template.edl index 369bcce..877d1e3 100755 --- a/src/CPPIntExt/Interface_Template.edl +++ b/src/CPPIntExt/Interface_Template.edl @@ -286,6 +286,8 @@ $ $ switch(Eng_Status) { $ case Engine_Exception:Engine_MethodException::Raise(Err.rdbuf()->str()); $ case Engine_Error :Engine_ExecutionError::Raise(Err.rdbuf()->str()); +$ default: +$ break; $ } $} @end; @@ -317,6 +319,8 @@ $ $ switch(Eng_Status) { $ case Engine_Exception:Engine_MethodException::Raise(Err.rdbuf()->str()); $ case Engine_Error :Engine_ExecutionError::Raise(Err.rdbuf()->str()); +$ default: +$ break; $ } $} @end;