lowlevellibsandfws/pluginfw/Framework/ResolverTest/t_resolver.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
equal deleted inserted replaced
56:acd3cd4aaceb 57:2efc27d87e1c
    86 
    86 
    87 LOCAL_D RFs					TheFs;
    87 LOCAL_D RFs					TheFs;
    88 
    88 
    89 LOCAL_D RTest				test(_L("t_resolver.exe"));
    89 LOCAL_D RTest				test(_L("t_resolver.exe"));
    90 
    90 
    91 //LOCAL_D TCapabilitySet		dummycaps;
    91 LOCAL_D TCapabilitySet		dummycaps;
    92 // Utility clean up function
    92 // Utility clean up function
    93 LOCAL_C void CleanupEComPtrArray(TAny* aArray);
    93 LOCAL_C void CleanupEComPtrArray(TAny* aArray);
    94 
    94 
    95 /**
    95 /**
    96 This friend class allows us to access private and protected members of production
    96 This friend class allows us to access private and protected members of production
   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 // codescanner::missingcclass
   151 class CTestRegistrarObserver : public MRegistrarObserver
   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.