From c307f1849555a5ad7046555f312b52f98348f267 Mon Sep 17 00:00:00 2001 From: cas Date: Tue, 12 Jun 2001 17:55:28 +0000 Subject: [PATCH] No comments --- src/CPPIntExt/Interface_Template.edl | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.39.5