Removed dependency on the Hash object

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@290 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-02-28 22:56:02 +00:00
commit b363cd0a82
10 changed files with 110 additions and 101 deletions

View file

@ -17,7 +17,7 @@ private:
FILE *f_java;
FILE *f_shadow;
int shadow;
Hash shadow_classes;
DOH *shadow_classes;
String shadow_classdef;
char *shadow_name;
char *shadow_baseclass;
@ -44,6 +44,7 @@ public :
jnic = -1;
useRegisterNatives=0;
finalize=0;
shadow_classes = NewHash();
};
// Virtual functions required by the SWIG parser