CFile: add filetypes for install and update packages

This commit is contained in:
2014-12-21 00:32:30 +01:00
parent 7520fee2ef
commit 7ada20de64
3 changed files with 14 additions and 12 deletions

View File

@@ -71,7 +71,9 @@ class CFile
FILE_PLAYLIST,
STREAM_AUDIO,
FILE_PICTURE,
STREAM_PICTURE
STREAM_PICTURE,
FILE_BIN_PACKAGE,
FILE_PKG_PACKAGE
};
FileType getType(void) const;