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