ncdengine/provider/client/inc/ncdnodecontentinfoproxy.h
branchRCL_3
changeset 18 3ba40be8e484
parent 0 ba25891c3a9e
equal deleted inserted replaced
15:51c0f5edf5ef 18:3ba40be8e484
     1 /*
     1 /*
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-2010 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".
   120     /**
   120     /**
   121      * @see MNcdNodeContent::Size
   121      * @see MNcdNodeContent::Size
   122      */     
   122      */     
   123     virtual TInt Size() const;
   123     virtual TInt Size() const;
   124 
   124 
       
   125     /**
       
   126      * @see MNcdNodeContent::Identifier
       
   127      */ 
       
   128     const TDesC& Identifier() const;
       
   129     
   125 protected:
   130 protected:
   126 
   131 
   127     /**
   132     /**
   128      * Constructor
   133      * Constructor
   129      *
   134      *
   169     
   174     
   170 private: // data
   175 private: // data
   171 
   176 
   172     TUint iPurpose;
   177     TUint iPurpose;
   173     HBufC* iMimeType;
   178     HBufC* iMimeType;
       
   179     HBufC* iIdentifier;
   174     TUid iUid;
   180     TUid iUid;
   175     HBufC* iVersion;
   181     HBufC* iVersion;
   176     TInt iSize;
   182     TInt iSize;
   177     
   183     
   178     };
   184     };