MCPcopy Create free account
hub / github.com/Icinga/icinga2 / DbObject

Method DbObject

lib/db_ido/dbobject.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31INITIALIZE_ONCE(&DbObject::StaticInitialize);
32
33DbObject::DbObject(intrusive_ptr<DbType> type, String name1, String name2)
34 : m_Name1(std::move(name1)), m_Name2(std::move(name2)), m_Type(std::move(type)), m_LastConfigUpdate(0), m_LastStatusUpdate(0)
35{ }
36
37void DbObject::StaticInitialize()
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected