equal
deleted
inserted
replaced
16 #ifndef __FILE_ACCESS_H__ |
16 #ifndef __FILE_ACCESS_H__ |
17 #define __FILE_ACCESS_H__ |
17 #define __FILE_ACCESS_H__ |
18 |
18 |
19 #include <caf/content.h> |
19 #include <caf/content.h> |
20 #include <caf/data.h> |
20 #include <caf/data.h> |
21 #include <mmf/common/mmcaf.h> |
21 #include "mmf/common/mmcaf.h" |
22 |
22 |
23 // Abstract class providing generic file access |
23 // Abstract class providing generic file access |
24 class MGenericFile |
24 class MGenericFile |
25 { |
25 { |
26 public: |
26 public: |