Index: src/libchengine/TFileInfoArray.h =================================================================== diff -u -N -r0d5b67ee96b435d63f7bf075dc8e28603793b187 -r85b07e753393f661f7d8f528e4238ebb6e9e1204 --- src/libchengine/TFileInfoArray.h (.../TFileInfoArray.h) (revision 0d5b67ee96b435d63f7bf075dc8e28603793b187) +++ src/libchengine/TFileInfoArray.h (.../TFileInfoArray.h) (revision 85b07e753393f661f7d8f528e4238ebb6e9e1204) @@ -24,6 +24,7 @@ #include "TBasePathData.h" #include "CommonDataTypes.h" +#include "TBasePathDataContainer.h" namespace chengine { @@ -37,10 +38,10 @@ ~TFileInfoArray(); // Adds a new object info to this container - void AddFileInfo(const TFileInfoPtr& spFileInfo); + void Add(const TFileInfoPtr& spFileInfo); /// Retrieves count of elements in this object - file_count_t GetSize() const; + file_count_t GetCount() const; /// Retrieves an element at the specified index TFileInfoPtr GetAt(file_count_t stIndex) const;