|
|
От: |
Vladik
|
|
| Дата: | 31.07.02 12:42 | ||
| Оценка: | |||
class TSomeControl : public TGraphicControl
...
class TSomeObject : public TDragObject
{
std::auto_ptr<TSomeControl> SomeControl;
...
};
...
__fastcall TSomeObject::~TSomeObject()
{
// SomeControl.reset(NULL);
}