ArrayList* pArrayList = new ArrayList(SingleObjectDeleter);
this line of code generate error:
The type 'Tizen::Base::Collection::ArrayList' must implement the inherited pure virtual method 'Tizen::Base::Collection::IList::RemoveItems'
ArrayList* pArrayList = new ArrayList(SingleObjectDeleter);
this line of code generate error:
The type 'Tizen::Base::Collection::ArrayList' must implement the inherited pure virtual method 'Tizen::Base::Collection::IList::RemoveItems'