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