This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl5db-refactoring] Got rid of trailing whitespace.
[perl5.git] / NetWare / iperlhost.h
index 4079a6e..cc1754a 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * Copyright © 2001 Novell, Inc. All Rights Reserved.
+ * Copyright Â© 2001 Novell, Inc. All Rights Reserved.
  *
  * You may distribute under the terms of either the GNU General Public
  * License or the Artistic License, as specified in the README file.
@@ -34,8 +34,10 @@ 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;
+       virtual void PerlFree(PerlInterpreter *my_perl) = 0;
+
+       //virtual bool RegisterWithThreadTable(void)=0;
+       //virtual bool UnregisterWithThreadTable(void)=0;
 };
 
 extern "C" IPerlHost* AllocStdPerl();