From 005f82f96d6f6386996f7fe8d69932a311c869fc Mon Sep 17 00:00:00 2001 From: zolliker Date: Tue, 20 Jun 2006 14:16:50 +0000 Subject: [PATCH] - runscript added to evcontroller objects --- evcontroller.i | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/evcontroller.i b/evcontroller.i index 966d7c3f..d10a59f5 100644 --- a/evcontroller.i +++ b/evcontroller.i @@ -1,5 +1,5 @@ -#line 244 "evcontroller.w" +#line 249 "evcontroller.w" /*------------------------------------------------------------------------- Environment controller datastructure @@ -43,9 +43,10 @@ int iStop; SCStore conn; char *creationArgs; + char *runScript; void *pPrivate; void (*KillPrivate)(void *pData); } EVControl; -#line 262 "evcontroller.w" +#line 267 "evcontroller.w"