dom_misc.cpp
00001 00024 #include "dom_misc.h" 00025 using namespace DOM; 00026 00027 DomShared::~DomShared() 00028 { 00029 // deliberately left blank 00030 } 00031 00032 00033 bool DomShared::deleteMe() 00034 { 00035 return !_ref; 00036 } 00037 00038