--- a/imgtools/romtools/rombuild/r_areaset.h Wed Jul 14 14:50:01 2010 +0100
+++ b/imgtools/romtools/rombuild/r_areaset.h Tue Jul 20 15:02:28 2010 +0800
@@ -97,11 +97,11 @@
void AddFile(TRomBuilderEntry* aFile);
TInt SortFilesForPagedRom();
+ void WriteDependenceGraph();
private:
// only AreaSet can create areas
Area(const char* aName, TLinAddr aDestBaseAddr, TUint aMaxSize, Area* aNext=0);
void ReleaseAllFiles();
- void WriteDependenceGraph();
public:
TRomBuilderEntry* iFirstPagedCode; // For PagedRom only
private: