search for: deletedhash

Displaying 1 result from an estimated 1 matches for "deletedhash".

2007 May 21
0
[1024] trunk/wxruby2/swig: Memory mgmt: defs and implementation of new memory management; strip
...pan><span class="cx"> #include <wx/filesys.h> </span><span class="cx"> #include <wx/fs_zip.h> </span><span class="cx"> </span><del>-WX_DECLARE_VOIDPTR_HASH_MAP(VALUE,GcHashMap); -WX_DECLARE_VOIDPTR_HASH_MAP(bool,DeletedHashMap); </del><ins>+extern "C" void Init_wxRubyEventTypes(); </ins><span class="cx"> </span><del>-static GcHashMap GcHash; -static DeletedHashMap DeletedHash; -static VALUE GcRubyHash = Qnil; - -void GcMapPtrToValue(void *ptr, VALUE val) </de...