delete few spaces
This commit is contained in:
parent
21e59f0337
commit
b7d2888f5a
@ -28,7 +28,7 @@ namespace hgl
|
|||||||
|
|
||||||
_Map<K,V *,KVObject> items;
|
_Map<K,V *,KVObject> items;
|
||||||
|
|
||||||
ObjectLifetimeCallback<V> *dlc; ///<数据生命周期回调函数
|
ObjectLifetimeCallback<V> *dlc; ///<数据生命周期回调函数
|
||||||
|
|
||||||
ObjectLifetimeCallback<V> default_dlc;
|
ObjectLifetimeCallback<V> default_dlc;
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ namespace hgl
|
|||||||
Clear();
|
Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void SetDataLifetimeCallback(ObjectLifetimeCallback<V> *cb) ///<设定数据生命周期回调函数
|
virtual void SetDataLifetimeCallback(ObjectLifetimeCallback<V> *cb) ///<设定数据生命周期回调函数
|
||||||
{
|
{
|
||||||
dlc=cb;
|
dlc=cb;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user