Struct and codes for MediaFiles

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5323 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2003-11-12 09:36:48 +00:00
parent da87390fc5
commit adcc5beaca
2 changed files with 78 additions and 2 deletions
+6 -1
View File
@@ -90,7 +90,12 @@ public:
return true;
return false;
}
int CountItems()
{
return item_count;
}
bool IsEmpty()
{
return item_count == 0;