pnpmobileservices/pnpms/PnP/PnpProvisioningAppInc/PnpServiceActivation.h
changeset 2 a5fecba4b1e4
parent 0 3ce708148e4d
equal deleted inserted replaced
1:4490afcb47b1 2:a5fecba4b1e4
    57   	     * provisioning setting application ID. 
    57   	     * provisioning setting application ID. 
    58   	     * This function validates the application ID with provisioning 
    58   	     * This function validates the application ID with provisioning 
    59   	     * settings ID 
    59   	     * settings ID 
    60   	     */ 
    60   	     */ 
    61   	     TBool ValidateAppUidWithProvappIDL();
    61   	     TBool ValidateAppUidWithProvappIDL();
       
    62   	     TUint32 iLaunchUid;
       
    63   	     TUint32 iPosition;
    62 
    64 
    63 public:
    65 public:
    64 
    66 
    65 	  /** 	    
    67 	  /** 	    
    66 	    * Launch Application using command line Symbian Fw 
    68 	    * Launch Application using command line Symbian Fw 
    77 	    */ 
    79 	    */ 
    78 	    void DisplayAppSpecNoteL();
    80 	    void DisplayAppSpecNoteL();
    79 	// Additional  functions can be added if new functions are required
    81 	// Additional  functions can be added if new functions are required
    80         // for service activation
    82         // for service activation
    81 
    83 
       
    84 		TBool isPresent(TDesC& p );
    82 
    85 
       
    86 		void ParseValues(RPointerArray<HBufC>& array, TDesC& aValue);
       
    87 		void GetCenrepValueL(const TUid aRepositoryUid,TUint32 aKey, TDes16& aValue);
       
    88 		TBool Search(RPointerArray<HBufC>& array,TDesC& p);
       
    89 		TBool isFound(TDesC& p,TUint32 position);
    83 };
    90 };
    84 
    91 
    85 
    92 
    86 #endif PNP_SERVICE_ACTIVATION_H
    93 #endif PNP_SERVICE_ACTIVATION_H