uigraphics/AknIcon/MifToCdlIndex/DllCreator.h
changeset 98 4c5ac0e85ed3
parent 0 05e9090e2422
child 107 9f95a5546443
equal deleted inserted replaced
80:3bd7be4c9278 98:4c5ac0e85ed3
    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: