core/src/commands.h
changeset 78 b3ffff030d5c
parent 69 849a0b46c767
child 83 706c7a69e448
--- a/core/src/commands.h	Tue Oct 26 15:36:30 2010 +0100
+++ b/core/src/commands.h	Thu Oct 28 16:54:54 2010 +0100
@@ -765,7 +765,8 @@
 	TFileName2 iFileName;
 	HBufC* iArgs;
 	TBool iKeepGoing;
-	HBufC* iScriptData;
+	TBool iCloseScriptHandle;
+	RIoReadHandle iScriptHandle;
 	CParser* iParser;
 	};
 
@@ -886,7 +887,7 @@
 	TFileName2 iFileName;
 	HBufC* iArgs;
 	TBool iKeepGoing;
-	HBufC* iScriptData;
+	RIoReadHandle iScriptHandle;
 	CParser* iParser;
 	};