--- a/libraries/iosrv/inc/ioutils.h Sun Oct 17 18:43:12 2010 +0100
+++ b/libraries/iosrv/inc/ioutils.h Thu Oct 21 22:32:59 2010 +0100
@@ -853,6 +853,7 @@
class RChildProcess
{
public:
+ IMPORT_C RChildProcess();
IMPORT_C void Close();
IMPORT_C void CreateL(const TDesC& aExecutableName, const TDesC& aCommandLine, RIoSession& aIoSession, RIoReadHandle& aStdin, RIoWriteHandle& aStdout, RIoWriteHandle& aStderr);
IMPORT_C void CreateL(const TDesC& aExecutableName, const TDesC& aCommandLine, RIoSession& aIoSession, RIoReadHandle& aStdin, RIoWriteHandle& aStdout, RIoWriteHandle& aStderr, const CEnvironment& aEnv);