simpledatamodeladapter/inc/presencepluginxdmpresrules.h
changeset 12 e6a66db4e9d0
parent 0 c8caa15ef882
equal deleted inserted replaced
0:c8caa15ef882 12:e6a66db4e9d0
     1 /*
     1 /*
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   314          * @return TBool
   314          * @return TBool
   315          */
   315          */
   316         TBool CheckIfOneExistL(
   316         TBool CheckIfOneExistL(
   317             const TDesC& aRule,
   317             const TDesC& aRule,
   318             const TDesC& aUri );
   318             const TDesC& aUri );
   319         
       
   320         /**
       
   321          * Compare uri to attribute without prefix. Returns ETrue if match.
       
   322          *
       
   323          * @since S60 5.0
       
   324          * @param aUri, entity url
       
   325          * @parram aAttribute url attribute
       
   326          * @return TBool
       
   327          */
       
   328         TBool CompareUriWithoutPrefixL( 
       
   329             const TDesC& aUri, const TDesC& aAttribute );
       
   330                 
   319                 
   331     protected: // from base class CActive
   320     protected: // from base class CActive
   332 
   321 
   333         /**
   322         /**
   334          * Defined in a base class
   323          * Defined in a base class