calnotification.h

Go to the documentation of this file.
00001 // calnotification.h
00002 //
00003 // Copyright (c) Symbian Software Ltd 2005. All rights reserved.
00004 //
00005 
00006 #ifndef __CALNOTIFICATION_H__
00007 #define __CALNOTIFICATION_H__
00008 
00014 const TUid KCalPubSubCategory = { 0x10003a5b };
00015 
00020 enum TCalPubSubValues
00021         {
00023         ECalPubSubTodoNotification,
00025         ECalPubSubEventNotification,
00026         };
00027         
00032 struct TCalPubSubData
00033         {
00035         TTime iTimeOfChangeUtc;
00037         TUint32 iFileNameHash;
00038         };
00039 
00040 // __CALNOTIFICATION_H__
00041 #endif
00042 

Copyright © Nokia Corporation 2001-2008
Back to top