--- a/ncdengine/provider/client/inc/ncdnodecontentinfoproxy.h Fri Mar 19 09:33:35 2010 +0200
+++ b/ncdengine/provider/client/inc/ncdnodecontentinfoproxy.h Fri Apr 16 15:05:20 2010 +0300
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
@@ -122,6 +122,11 @@
*/
virtual TInt Size() const;
+ /**
+ * @see MNcdNodeContent::Identifier
+ */
+ const TDesC& Identifier() const;
+
protected:
/**
@@ -171,6 +176,7 @@
TUint iPurpose;
HBufC* iMimeType;
+ HBufC* iIdentifier;
TUid iUid;
HBufC* iVersion;
TInt iSize;