lowlevellibsandfws/pluginfw/Framework/RegistrarTest/t_registrar.cpp
changeset 44 97b0fb8a2cc2
parent 0 e4d67989cc36
child 57 2efc27d87e1c
equal deleted inserted replaced
22:ddc455616bd6 44:97b0fb8a2cc2
   324 The implementation of the abstract Registrar Observer class,
   324 The implementation of the abstract Registrar Observer class,
   325 used for recieving notifications of registry changes.
   325 used for recieving notifications of registry changes.
   326 Stub class(for CEComServer) used for the creation of CRegistrar class object.
   326 Stub class(for CEComServer) used for the creation of CRegistrar class object.
   327 CEComServer class acts as observer for CRegistrar.
   327 CEComServer class acts as observer for CRegistrar.
   328 */
   328 */
   329 class CTestRegistrarObserver : public MRegistrarObserver
   329 class CTestRegistrarObserver : public MRegistrarObserver // codescanner::missingcclass
   330 	{
   330 	{
   331 public:
   331 public:
   332 	// This function is used by RegistrarObserver (i.e.CEComServer) to notify its
   332 	// This function is used by RegistrarObserver (i.e.CEComServer) to notify its
   333 	// clients(REComSession objects) that some change has happened in Registry.
   333 	// clients(REComSession objects) that some change has happened in Registry.
   334 	// Here we have no clients to notify, so no implementaion.
   334 	// Here we have no clients to notify, so no implementaion.