diff options
author | Adam Russell <arussell@cs.uml.edu> | 2009-07-01 00:00:46 -0400 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-07-01 15:10:32 +0200 |
commit | f235159a7454edbb0b8d24e0aab185bc12dc64a8 (patch) | |
tree | eef69a8d0d5f6fd2721df436edd68cd9b1fcd986 /symbian | |
parent | fb51372e8e462d7f3320e8a1b91a913f976aae12 (diff) | |
download | perl-f235159a7454edbb0b8d24e0aab185bc12dc64a8.tar.gz |
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 <h.m.brand@xs4all.nl>
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/PerlBase.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/symbian/PerlBase.h b/symbian/PerlBase.h index a2dbcf6212..769958d3e4 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); |