e32tools/elf2e32/source/e32imagefile.h
changeset 590 360bd6b35136
parent 0 044383f39525
--- a/e32tools/elf2e32/source/e32imagefile.h	Wed Jun 16 16:51:40 2010 +0300
+++ b/e32tools/elf2e32/source/e32imagefile.h	Wed Jun 23 16:56:47 2010 +0800
@@ -173,10 +173,10 @@
 
 	void UpdateHeaderCrc();
 
-	bool WriteImage(const char * aName);
+	bool WriteImage(const char* aName);
 
 public:
-	const char * iFileName;
+	const char* iFileName;
 
 	char * iE32Image;
 	uint8 * iExportBitMap;
@@ -226,7 +226,7 @@
 	TUint32 Capability();
 	TUint32 Format();
 
-	void Dump(TText *aFileName,TInt aDumpFlags);
+	void Dump(const char* aFileName,TInt aDumpFlags);
 	void DumpHeader(TInt aDumpFlags);
 	void DumpData(TInt aDumpFlags);
 	void DumpSymbolInfo(E32EpocExpSymInfoHdr *aSymInfoHdr);