⛏️ index : haiku.git

/*
 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
 * Distributed under the terms of the MIT License.
 */


#include "ObjectID.h"


ObjectID::ObjectID()
	:
	fHashValue(0)
{
}


ObjectID::~ObjectID()
{
}