uigraphics/AknIcon/MifToCdlIndex/DllCreator.h
branchRCL_3
changeset 24 e4e3998ddda2
parent 0 05e9090e2422
child 25 9f95a5546443
equal deleted inserted replaced
23:9dbe1b043bea 24:e4e3998ddda2
    31 using namespace CdlCompilerToolkit;
    31 using namespace CdlCompilerToolkit;
    32 
    32 
    33 class DllCreator
    33 class DllCreator
    34 	{
    34 	{
    35 public:
    35 public:
    36 	DllCreator();
    36 	DllCreator( const std::string& aFileName );
    37 	void SetNameAndUid(const string& aDllName, const string& dllUid);
    37 	void SetNameAndUid(const string& aDllName, const string& dllUid);
    38 	void SetIndex(const MifIndex& index);
    38 	void SetIndex(const MifIndex& index);
    39 	void WriteSource();
    39 	void WriteSource();
    40 	void WriteDll();
    40 	void WriteDll();
    41 private:
    41 private: