Index: src/libchcore/TBasePathData.h =================================================================== diff -u -N -ra7834ba278464cb62739f22d35f9bc16269706a1 -ra5aa3c3cb78f3767641de2627d1a49a1dc35b429 --- src/libchcore/TBasePathData.h (.../TBasePathData.h) (revision a7834ba278464cb62739f22d35f9bc16269706a1) +++ src/libchcore/TBasePathData.h (.../TBasePathData.h) (revision a5aa3c3cb78f3767641de2627d1a49a1dc35b429) @@ -25,10 +25,12 @@ #include "libchcore.h" #include "TPath.h" -#include "TModPathContainer.h" #include #include "TSharedModificationTracker.h" #include "TRemovedObjects.h" +#include "ISerializerRowData.h" +#include "IColumnsDefinition.h" +#include "ISerializerRowReader.h" BEGIN_CHCORE_NAMESPACE @@ -104,6 +106,8 @@ void Add(const TBasePathDataPtr& spEntry); void RemoveAt(size_t stIndex); TBasePathDataPtr GetAt(size_t stIndex) const; + TBasePathDataPtr FindByID(size_t stObjectID) const; + void Clear(); bool IsEmpty() const;