</PRE>
</constructor>
-</copyconstructor>
<!-- THE COPY-CONSTRUCTION METHOD BODY :
Here does nothing
But this is where you should allocate the output pointers if any
<PRE>
</PRE>
+ </copyconstructor>
+
<!-- THE DESTRUCTION METHOD BODY :
Here does nothing
but this is where you should desallocate the output pointers if any -->
Program: bbtk
Module: $RCSfile: bbtkWx.cxx,v $
Language: C++
- Date: $Date: 2008/10/17 08:18:14 $
- Version: $Revision: 1.10 $
+ Date: $Date: 2008/10/21 13:55:49 $
+ Version: $Revision: 1.11 $
=========================================================================*/
/* ---------------------------------------------------------------------
{
bbtkDebugMessage("wx",2,
"Wx::BusyCursor::BusyCursor()"<<std::endl);
- mCursor = new wxBusyCursor;
+ mCursor = new wxBusyCursor;
//::wxBeginBusyCursor();
}
}