commonuisupport/uikon/srvinc/EIKNFYSV.H
branchRCL_3
changeset 64 85902f042028
parent 0 2f259fa3e83a
equal deleted inserted replaced
59:978afdc0236f 64:85902f042028
    66 public:
    66 public:
    67 	TNotifierSecureInfo(const TUid aNotifierUid, const TSecureId aSecureId);
    67 	TNotifierSecureInfo(const TUid aNotifierUid, const TSecureId aSecureId);
    68 public:
    68 public:
    69 	TUid iNotifierUid;
    69 	TUid iNotifierUid;
    70 	TSecureId iSecureId;
    70 	TSecureId iSecureId;
       
    71 	TInt iCount;
    71 	};
    72 	};
    72 
    73 
    73 /** @internalComponent */
    74 /** @internalComponent */
    74 typedef RArray<const TNotifierMessageInfo> RNotifierMessageInfoQueue;
    75 typedef RArray<const TNotifierMessageInfo> RNotifierMessageInfoQueue;
    75 /** @internalComponent */
    76 /** @internalComponent */
    76 typedef RArray<const TNotifierSecureInfo> RNotifierSecureInfoQueue;
    77 typedef RArray<TNotifierSecureInfo> RNotifierSecureInfoQueue;
    77 
    78 
    78 /** 
    79 /** 
    79 @internalComponent 
    80 @internalComponent 
    80 */
    81 */
    81 NONSHARABLE_CLASS(CEikServNotifyServer) : public CPolicyServer
    82 NONSHARABLE_CLASS(CEikServNotifyServer) : public CPolicyServer