terminalsecurity/SCP/SCPTimestampPlugin/inc/SCPTimestampPlugin.h
branchRCL_3
changeset 11 06f47423ecee
parent 5 3f7d9dbe57c8
child 13 86979fe66c4c
equal deleted inserted replaced
9:57a65a3a658c 11:06f47423ecee
    24 #include "SCPPlugin.h"
    24 #include "SCPPlugin.h"
    25 #include <f32file.h>
    25 #include <f32file.h>
    26 #include <barsc.h>
    26 #include <barsc.h>
    27 
    27 
    28 #include <TerminalControl3rdPartyAPI.h>
    28 #include <TerminalControl3rdPartyAPI.h>
    29 
    29 #include "SCPUserInf.h"
    30 
    30 
    31 // LOCAL CONSTANTS
    31 // LOCAL CONSTANTS
    32 const TInt KSCPMaxExpiration = 365;
    32 const TInt KSCPMaxExpiration = 365;
    33 const TInt KSCPMaxTolerance = 8;
    33 const TInt KSCPMaxTolerance = 8;
    34 const TInt KSCPMaxInterval = 1000;
    34 const TInt KSCPMaxInterval = 1000;
   192         /* Resourcefile-object */
   192         /* Resourcefile-object */
   193 	    RResourceFile iResFile;
   193 	    RResourceFile iResFile;
   194 	    
   194 	    
   195 	    /* Resource-file indicator */
   195 	    /* Resource-file indicator */
   196 	    TBool iResOpen;   
   196 	    TBool iResOpen;   
       
   197 	    CSCPUserInf *iUserInfo;
   197     };
   198     };
   198 
   199 
   199 #endif // __CSCPPTIMESTAMPPLUGIN_H
   200 #endif // __CSCPPTIMESTAMPPLUGIN_H
   200 
   201 
   201 // End of File
   202 // End of File