I want to make an application which can save data to the central repository.
So, I want to create a new repository in which to save the data.
How can I create the new file (*.cre) which has an unique id that i can
give it to the constructor of the CRepository class?
CRepository *m_repository=CRepository::NewL(KSomeRepository);
What should I put instead of KSomeRepository?
I don't want some existing repositories, instead I want to create my own.
Thanks

Reply With Quote


