calendarui/organizerplugin/aiagendaplugin2/inc/aicalendarplugin2constantdata.h
branchRCL_3
changeset 5 42814f902fe6
parent 0 f979ecb2b13e
child 67 1539a383d7b6
--- a/calendarui/organizerplugin/aiagendaplugin2/inc/aicalendarplugin2constantdata.h	Tue Feb 02 10:12:19 2010 +0200
+++ b/calendarui/organizerplugin/aiagendaplugin2/inc/aicalendarplugin2constantdata.h	Fri Feb 19 22:49:53 2010 +0200
@@ -21,11 +21,12 @@
 
 // INCLUDES
 #include <e32base.h>
-#include <aipropertyextension.h>
+#include <hscontentpublisher.h>
 
 // FORWARD DECLARATIONS
 class MAiContentItemIterator;
 
+
 /**
  *  Constant data container.
  *  Active Idle Calendar plug-in 2 constant data container.
@@ -51,9 +52,7 @@
 
         const TDesC& MakeEventOnL( const TTime& aTime );
         
-        TAny* GetPropertyL( TInt aProperty );
-        
-        void SetPropertyL( TInt aProperty, TAny* aValue );
+        TAny* GetPropertyL( CHsContentPublisher::TProperty aProperty );
 
         /**
          * Tell if we need to append end time to "not today timed" events.
@@ -114,12 +113,6 @@
         HBufC*                              iDateFormatWithoutYearWithZero;
 
         /**
-         * This plugins publisher info.
-         * Own.
-         */
-        TAiPublisherInfo                    iInfo;
-
-        /**
          * Plugin content iterator.
          * Own.
          */