diff -r 8df58d8c99e8 -r b3ffff030d5c core/src/commands.h --- 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; };