Files
CMCore/src/Object/Object.cpp

17 lines
372 B
C++

//#include<hgl/type/object/Object.h>
namespace hgl
{
//Object::Object(const ObjectBaseInfo &obi) noexcept
//{
// object_base_info=obi;
// std::cout<<"Object Construct("<<GetSerialNumber()<<")"<<std::endl;
//}
//Object::~Object()
//{
// std::cout<<"Object Destruct("<<GetSerialNumber()<<")."<<std::endl;
//}
}//namespace hgl