(svn r27641) -Codechange: Fold the _fios_items file list vector into its own class.

This commit is contained in:
alberth
2016-09-04 12:50:22 +00:00
parent c530f89761
commit a38cdeccc0
5 changed files with 102 additions and 15 deletions

View File

@@ -256,6 +256,8 @@ public:
/**
* Get the number of items in the list.
*
* @return The number of items in the list.
*/
inline uint Length() const
{