lowlevellibsandfws/pluginfw/Framework/ResolverTest/t_resolver.cpp
changeset 44 97b0fb8a2cc2
parent 22 ddc455616bd6
equal deleted inserted replaced
22:ddc455616bd6 44:97b0fb8a2cc2
   146 The implementation of the abstract Registrar Observer class,
   146 The implementation of the abstract Registrar Observer class,
   147 used for recieving notifications of registry changes.
   147 used for recieving notifications of registry changes.
   148 Stub class(for CEComServer) used for the creation of CRegistrar class object.
   148 Stub class(for CEComServer) used for the creation of CRegistrar class object.
   149 CEComServer class acts as observer for CRegistrar.
   149 CEComServer class acts as observer for CRegistrar.
   150 */
   150 */
   151 class CTestRegistrarObserver : public MRegistrarObserver
   151 class CTestRegistrarObserver : public MRegistrarObserver // codescanner::missingcclass
   152 	{
   152 	{
   153 public:
   153 public:
   154 	// This function is used by RegistrarObserver (i.e.CEComServer) to notify its
   154 	// This function is used by RegistrarObserver (i.e.CEComServer) to notify its
   155 	// clients(REComSession objects) that some change has happened in Registry.
   155 	// clients(REComSession objects) that some change has happened in Registry.
   156 	// Here we have no clients to notify, so no implementaion.
   156 	// Here we have no clients to notify, so no implementaion.