uigraphics/AknIcon/MifToCdlIndex/DllCreator.h
changeset 93 b705c392b9a4
parent 0 05e9090e2422
child 107 9f95a5546443
equal deleted inserted replaced
85:d8333970eafb 93:b705c392b9a4
    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: