2 * Copyright 2011, Oliver Tappe <zooey@hirschkaefer.de>
3 * Distributed under the terms of the MIT License.
5 #ifndef _OBJECT_LIST_PRIVATE_H
6 #define _OBJECT_LIST_PRIVATE_H
9 #include <ObjectList.h>
13 class BObjectList
<T
>::Private
{
15 Private(BObjectList
<T
>* objectList
)
17 fObjectList(objectList
)
34 BObjectList
<T
>* fObjectList
;
38 #endif // _OBJECT_LIST_PRIVATE_H