00001 00018 #include "jbltools/sfh/RegO.h" 00019 00020 #include "jbltools/sfh/ROList.h" 00021 00022 static const char *ident="@(#)$Id: RegO.C,v 1.2 2005/07/08 15:01:35 blist Exp $"; 00023 00024 RegO::RegO () 00025 {} 00026 00027 RegO::RegO (const ROListPoR& rol) { 00028 if (rol.prol) rol.prol->registerObject (this); 00029 } 00030 00031 RegO::~RegO () {} 00032