--- a/ncdengine/inc/ncdnodecontentinfo.h Fri Feb 19 22:57:02 2010 +0200
+++ b/ncdengine/inc/ncdnodecontentinfo.h Fri Mar 12 15:43:14 2010 +0200
@@ -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"
@@ -78,7 +78,6 @@
*/
virtual TUid Uid() const = 0;
-
/**
* Different versions of the content items may exist. Thus,
* a version identifier may be defined for the item. When installing
@@ -102,6 +101,15 @@
*/
virtual TInt Size() const = 0;
+ /**
+ * This function is the indicative Identifier for the
+ * contents that are widgets. This can be used e.g. for checking
+ * if the widget has already been installed to the phone.
+ *
+ * @return The Identifer of the application item.
+ */
+ virtual const TDesC& Identifier() const = 0;
+
protected: