uigraphics/AknIcon/MifToCdlIndex/DllCreator.h
branchRCL_3
changeset 25 9f95a5546443
parent 24 e4e3998ddda2
equal deleted inserted replaced
24:e4e3998ddda2 25:9f95a5546443
    31 using namespace CdlCompilerToolkit;
    31 using namespace CdlCompilerToolkit;
    32 
    32 
    33 class DllCreator
    33 class DllCreator
    34 	{
    34 	{
    35 public:
    35 public:
    36 	DllCreator( const std::string& aFileName );
    36 	DllCreator();
    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: