equal
deleted
inserted
replaced
19 #include <StringLoader.h> |
19 #include <StringLoader.h> |
20 #include <avkon.rsg> |
20 #include <avkon.rsg> |
21 #include <AknUtils.h> |
21 #include <AknUtils.h> |
22 #include <aidevstaplgres.rsg> |
22 #include <aidevstaplgres.rsg> |
23 #include <bacntf.h> |
23 #include <bacntf.h> |
|
24 #include <aicontentobserver.h> |
|
25 |
24 #include "aidatepublisher.h" |
26 #include "aidatepublisher.h" |
25 #include "aicontentobserver.h" |
|
26 |
27 |
27 const TInt KMaxDateStringLength = 100; |
28 const TInt KMaxDateStringLength = 100; |
28 |
29 |
29 // ======== MEMBER FUNCTIONS ======== |
30 // ======== MEMBER FUNCTIONS ======== |
30 |
31 |
66 RefreshDateL(); |
67 RefreshDateL(); |
67 } |
68 } |
68 |
69 |
69 |
70 |
70 void CAiDatePublisher::Subscribe( MAiContentObserver& aObserver, |
71 void CAiDatePublisher::Subscribe( MAiContentObserver& aObserver, |
71 MAiPropertyExtension& aExtension, |
72 CHsContentPublisher& aExtension, |
72 MAiPublishPrioritizer& /*aPrioritizer*/, |
73 MAiPublishPrioritizer& /*aPrioritizer*/, |
73 MAiPublisherBroadcaster& /*aBroadcaster*/ ) |
74 MAiPublisherBroadcaster& /*aBroadcaster*/ ) |
74 { |
75 { |
75 iContentObserver = &aObserver; |
76 iContentObserver = &aObserver; |
76 iExtension = &aExtension; |
77 iExtension = &aExtension; |