1 #ifndef PROFILE_WATCHER_H
2 #define PROFILE_WATCHER_H
5 #include <profileenginesdkcrkeys.h>
6 #include <centralrepository.h>
8 #include "sdlepocapi.h"
10 class ProfileWatcher
: public CActive
13 ProfileWatcher(MProfileWatcher
& observer
);
20 CRepository
* m_repository
;
21 MProfileWatcher
& m_observer
;