patch submission(symbian/PerlBase.h)
authorAdam Russell <arussell@cs.uml.edu>
Wed, 1 Jul 2009 04:00:46 +0000 (00:00 -0400)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 1 Jul 2009 13:10:32 +0000 (15:10 +0200)
The change made to PerlBase.cpp in a previous patch, of course, requires
a change in PerlBase.h!
Forgot to send this in earlier...
Best Regards,
Adam

Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
symbian/PerlBase.h

index a2dbcf6..769958d 100644 (file)
@@ -47,6 +47,9 @@ class CPerlBase : public CBase
   public:
     CPerlBase();
     IMPORT_C virtual ~CPerlBase();
+    IMPORT_C static CPerlBase* NewInterpreter(TBool aCloseStdlib = ETrue,
+                                               void (*aStdioInitFunc)(void*) = NULL,
+                                               void *aStdioInitCookie = NULL);
     IMPORT_C static CPerlBase* NewInterpreterL(TBool aCloseStdlib = ETrue,
                                                void (*aStdioInitFunc)(void*) = NULL,
                                                void *aStdioInitCookie = NULL);