installationservices/swcomponentregistry/inc/appregentries.h
changeset 75 2d2d25361590
parent 25 98b66e4fb0be
equal deleted inserted replaced
69:b18a4bf55ddb 75:2d2d25361590
    17 */
    17 */
    18 
    18 
    19 /**
    19 /**
    20  @file
    20  @file
    21  @publishedAll
    21  @publishedAll
    22  @prototype 
    22  @released 
    23 */
    23 */
    24 
    24 
    25 #ifndef APPREGENTRIES_H
    25 #ifndef APPREGENTRIES_H
    26 #define APPREGENTRIES_H
    26 #define APPREGENTRIES_H
    27 
    27 
   167         
   167         
   168         /**
   168         /**
   169             Creates a AppRegistrationInfo filter object from a stream.
   169             Creates a AppRegistrationInfo filter object from a stream.
   170             @param aStream The stream to read the AppRegistrationInfo filter object from
   170             @param aStream The stream to read the AppRegistrationInfo filter object from
   171             @return A pointer to the newly allocated AppRegistrationInfo filter object, if creation is successful.
   171             @return A pointer to the newly allocated AppRegistrationInfo filter object, if creation is successful.
   172             @internalComponent
       
   173          */
   172          */
   174         IMPORT_C static CAppInfoFilter* NewL(RReadStream& aStream);
   173         IMPORT_C static CAppInfoFilter* NewL(RReadStream& aStream);
   175         
   174         
   176         IMPORT_C void SetAllApps();
   175         IMPORT_C void SetAllApps();
   177         IMPORT_C void SetAllApps(const TInt aScreenMode);
   176         IMPORT_C void SetAllApps(const TInt aScreenMode);
   247     	    	        
   246     	    	        
   248     	/**
   247     	/**
   249     	Creates a CAppServiceInfoFilter filter object from a stream.
   248     	Creates a CAppServiceInfoFilter filter object from a stream.
   250     	@param aStream The stream to read the CAppServiceInfoFilter filter object from
   249     	@param aStream The stream to read the CAppServiceInfoFilter filter object from
   251     	@return A pointer to the newly allocated CAppServiceInfoFilter filter object, if creation is successful.
   250     	@return A pointer to the newly allocated CAppServiceInfoFilter filter object, if creation is successful.
   252     	@internalComponent
       
   253     	*/
   251     	*/
   254     	IMPORT_C static CAppServiceInfoFilter* NewL(RReadStream& aStream);
   252     	IMPORT_C static CAppServiceInfoFilter* NewL(RReadStream& aStream);
   255     	    	  
   253     	    	  
   256     	IMPORT_C void SetAppUidForServiceInfo (const TUid aAppUid);
   254     	IMPORT_C void SetAppUidForServiceInfo (const TUid aAppUid);
   257     	IMPORT_C void SetServiceUidForServiceImplementations (const TUid aServiceUid);
   255     	IMPORT_C void SetServiceUidForServiceImplementations (const TUid aServiceUid);