Polaris: Relinkable.cc Source File

Relinkable.cc

Go 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 }
 © 1995-2005 University of Illinois, Urbana-Champaign. All rights reserved.  Fri Mar 25 23:06:06 2005