--- a/imgtools/romtools/rofsbuild/r_obey.h Mon Oct 25 11:53:21 2010 +0800
+++ b/imgtools/romtools/rofsbuild/r_obey.h Tue Oct 26 11:12:31 2010 +0800
@@ -75,6 +75,7 @@
EKeywordDataImageName,
EKeywordDataImageFileSystem,
EKeywordDataImageSize,
+ EKeywordDataImageVolumeID,
EKeywordDataImageVolume,
EKeywordDataImageSectorSize,
EKeywordDataImageClusterSize,
@@ -158,12 +159,12 @@
void ProcessTime(TInt64& aTime);
static void TimeNow(TInt64& aTime);
+ inline static TBool IsGap(char ch) {
+ return (ch==' ' || ch=='=' || ch=='\t');
+ }
private:
TInt ReadAndParseLine();
TInt Parse();
- inline static TBool IsGap(char ch) {
- return (ch==' ' || ch=='=' || ch=='\t');
- }
static const ObeyFileKeyword iKeywords[];
static const FileAttributeKeyword iAttributeKeywords[];