| Polaris: Relinkable.cc Source File | ||
|
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members
Relinkable.ccGo to the documentation of this file.00001 /// 00002 /// 00003 /// \file Relinkable.cc 00004 /// 00005 #ifdef POLARIS_GNU_PRAGMAS 00006 #pragma implementation 00007 #endif 00008 /// 00009 #include "Relinkable.h" 00010 00011 Relinkable::~Relinkable() 00012 { 00013 #ifdef CLASS_INSTANCE_REGISTRY 00014 unregister_instance(RELINKABLE, this); 00015 #endif 00016 } |
||
|