Program: bbtk
Module: $RCSfile: bbtkBlackBox.h,v $
Language: C++
- Date: $Date: 2009/10/05 22:44:48 $
- Version: $Revision: 1.29 $
+ Date: $Date: 2009/10/13 17:39:21 $
+ Version: $Revision: 1.30 $
=========================================================================*/
/* ---------------------------------------------------------------------
/// \return The number of remaining references on the object after the call (if meaningfull...): used by bbtk to warn a user if another smart pointing system is still holding the object...
//JCP 21-09-20 09 delete this throws and exception change due to compiler version changing and boost version
- virtual int bbDelete() {// delete this;
+ virtual int bbDelete() { delete this;
return 0; }
//==================================================================