Update of /cvsroot/fxruby/FXRuby/ext/fox/include
In directory usw-pr-cvs1:/tmp/cvs-serv9573
Modified Files:
FXRuby.h
Log Message:
Remove declaration for FXRbNotifyDestroyed().
Index: FXRuby.h
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/ext/fox/include/FXRuby.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** FXRuby.h 14 Mar 2002 18:48:14 -0000 1.19
--- FXRuby.h 1 Apr 2002 23:15:39 -0000 1.20
***************
*** 63,67 ****
void FXRbRegisterRubyObj(VALUE rubyObj, const void* foxObj);
! // Remove mapping for this FOX object
void FXRbUnregisterRubyObj(const void* foxObj);
--- 63,68 ----
void FXRbRegisterRubyObj(VALUE rubyObj, const void* foxObj);
! // Remove mapping for this FOX object and zero out any pointers
! // to this (now dead) C++ object held by any Ruby object
void FXRbUnregisterRubyObj(const void* foxObj);
***************
*** 75,80 ****
void FXRbDestroyAppSensitiveObjects();
- // Zero-out the pointers to this (now dead) C++ object held by any Ruby object
- void FXRbNotifyDestroyed(void *ptr);
/**
--- 76,79 ----
|