lowlevellibsandfws/pluginfw/Framework/ResolverTest/t_resolver.cpp
changeset 52 bf6a71c50e42
parent 31 ce057bb09d0b
equal deleted inserted replaced
34:5fae379060a7 52:bf6a71c50e42
   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.