///_____________________________________________________________________________
/// \class RefCount
///
/// \brief
/// Class RefCount defines (and implements) reference counting. All objects
/// using Handle<> smart pointer should inherit from RefCount.   
///
///_____________________________________________________________________________
#include "RefCount.h"

// RefCount::RefCount() : fCount(0)
// {}
// 
// RefCount::~RefCount()
// {}
