javaextensions/satsa/pki/src.s60/cstsseprompt.h
branchRCL_3
changeset 24 6c158198356e
parent 14 04becd199f91
equal deleted inserted replaced
23:e5618cc85d74 24:6c158198356e
    20 #define CSTSSEPROMPT_H
    20 #define CSTSSEPROMPT_H
    21 
    21 
    22 // INCLUDE
    22 // INCLUDE
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 
    24 
       
    25 // FORWARD DECLARATIONS
       
    26 #ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS
    25 
    27 
       
    28 class CAOSynchronizer;
       
    29 class CAknGlobalNote;
    26 
    30 
    27 
    31 #endif
    28 // FORWARD DECLARATIONS
       
    29 class CAknGlobalNote;
       
    30 class CAOSynchronizer;
       
    31 
       
    32 // CLASS DECLARATION
    32 // CLASS DECLARATION
    33 
    33 
    34 /**
    34 /**
    35 * Shows a security element prompt. Security element prompt informs
    35 * Shows a security element prompt. Security element prompt informs
    36 * the user to insert a security element. The actual text shown in the
    36 * the user to insert a security element. The actual text shown in the
    69         */
    69         */
    70     void ConstructL();
    70     void ConstructL();
    71 
    71 
    72 
    72 
    73 private: // data
    73 private: // data
    74 
    74     #ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS
    75     // displays the prompt asynchronously, owned
    75     // displays the prompt asynchronously, owned
    76     CAknGlobalNote* iGlobalNote;
    76     CAknGlobalNote* iGlobalNote;
    77     // waits for the prompt to finish, owned
    77     // waits for the prompt to finish, owned
    78     CAOSynchronizer* iSynchronizer;
    78     CAOSynchronizer* iSynchronizer;
       
    79     
       
    80     #endif
       
    81     
    79 
    82 
    80 };
    83 };
    81 
    84 
    82 
    85 
    83 
    86