コード例 #1
0
	ProfiledBoundObject::ProfiledBoundObject(KObjectRef delegate) :
		KObject(delegate->GetType()),
		delegate(delegate),
		count(1)
	{
	}