lowlevellibsandfws/pluginfw/Framework/DisableDrivesTest/t_disabledrives.cpp
changeset 44 97b0fb8a2cc2
parent 0 e4d67989cc36
child 57 2efc27d87e1c
equal deleted inserted replaced
22:ddc455616bd6 44:97b0fb8a2cc2
   234 The implementation of the abstract Registrar Observer class,
   234 The implementation of the abstract Registrar Observer class,
   235 used for recieving notifications of registry changes.
   235 used for recieving notifications of registry changes.
   236 Stub class(for CEComServer) used for the creation of CRegistrar class object.
   236 Stub class(for CEComServer) used for the creation of CRegistrar class object.
   237 CEComServer class acts as observer for CRegistrar.
   237 CEComServer class acts as observer for CRegistrar.
   238 */
   238 */
   239 class CTestRegistrarObserver : public MRegistrarObserver
   239 class CTestRegistrarObserver : public MRegistrarObserver // codescanner::missingcclass
   240 	{
   240 	{
   241 public:
   241 public:
   242 	// This function is used by RegistrarObserver (i.e.CEComServer) to notify its
   242 	// This function is used by RegistrarObserver (i.e.CEComServer) to notify its
   243 	// clients(REComSession objects) that some change has happened in Registry.
   243 	// clients(REComSession objects) that some change has happened in Registry.
   244 	// Here we have no clients to notify, so no implementaion.
   244 	// Here we have no clients to notify, so no implementaion.