diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-02 13:36:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-02 13:36:58 +0000 |
commit | 9219c8ded06600040fa6d862a60325b5afc73df4 (patch) | |
tree | 482f46293be5ea4eddf6741d69336774ed072d4f /NetWare/iperlhost.h | |
parent | 7fb3795116dd07b7f236652a03ac53946b1af7cf (diff) | |
download | perl-9219c8ded06600040fa6d862a60325b5afc73df4.tar.gz |
Netware tweaks from Guruprasad.
p4raw-id: //depot/perl@11090
Diffstat (limited to 'NetWare/iperlhost.h')
-rw-r--r-- | NetWare/iperlhost.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/NetWare/iperlhost.h b/NetWare/iperlhost.h index e07a14f44e..4079a6e309 100644 --- a/NetWare/iperlhost.h +++ b/NetWare/iperlhost.h @@ -8,11 +8,11 @@ */ /* - * FILENAME : iperlhost.h - * DESCRIPTION : IPerlHost class file. - * Author : SGP - * Date : January 2001. - * + * FILENAME : iperlhost.h + * DESCRIPTION : IPerlHost class file. + * Author : SGP + * Date Created : January 2001. + * Date Modified: July 2nd 2001. */ @@ -34,7 +34,8 @@ public: virtual int PerlParse(PerlInterpreter *my_perl,int argc, char** argv, char** env) = 0; virtual int PerlRun(PerlInterpreter *my_perl) = 0; virtual void PerlDestroy(PerlInterpreter *my_perl) = 0; - + virtual bool RegisterWithThreadTable(void)=0; + virtual bool UnregisterWithThreadTable(void)=0; }; extern "C" IPerlHost* AllocStdPerl(); |