(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 0bf3372882
commit bc08fe7c5f
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
{