From: Adam Russell Date: Wed, 1 Jul 2009 04:00:46 +0000 (-0400) Subject: patch submission(symbian/PerlBase.h) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f235159a7454edbb0b8d24e0aab185bc12dc64a8;p=p5sagit%2Fp5-mst-13.2.git patch submission(symbian/PerlBase.h) 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 --- diff --git a/symbian/PerlBase.h b/symbian/PerlBase.h index a2dbcf6..769958d 100644 --- a/symbian/PerlBase.h +++ b/symbian/PerlBase.h @@ -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);