cryptomgmtlibs/cryptotokenfw/tsecdlg/Tsecdlg.h
changeset 15 da2ae96f639b
parent 8 35751d3474b7
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
    37 IMPORT_C CArrayPtr<MNotifierBase2>* NotifierArray();
    37 IMPORT_C CArrayPtr<MNotifierBase2>* NotifierArray();
    38 
    38 
    39 #else
    39 #else
    40 
    40 
    41 #include <eiknotapi.h>
    41 #include <eiknotapi.h>
    42 #include <implementationproxy.h>
    42 #include <ecom/implementationproxy.h>
    43 #define MNotifierBase2 MEikSrvNotifierBase2
    43 #define MNotifierBase2 MEikSrvNotifierBase2
    44 
    44 
    45 IMPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount);
    45 IMPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount);
    46 CArrayPtr<MNotifierBase2>* NotifierArray();
    46 CArrayPtr<MNotifierBase2>* NotifierArray();
    47 
    47