javacommons/security/javaunicertstoreplugin/src.s60/javacertstoreimpl.h
changeset 35 85266cc22c7f
parent 23 98ccebc37403
child 64 0ea12c182930
equal deleted inserted replaced
26:dc7c549001d5 35:85266cc22c7f
    66     CJavaCertData &operator=(const CJavaCertData &x);
    66     CJavaCertData &operator=(const CJavaCertData &x);
    67 
    67 
    68 };
    68 };
    69 
    69 
    70 class CJavaCertStoreImpl: public CActive, public MCTWritableCertStore,
    70 class CJavaCertStoreImpl: public CActive, public MCTWritableCertStore,
    71         public java::comms::CommsListener,
    71         public java::comms::CommsListener
    72         public java::comms::CommsClientEndpoint
       
    73 {
    72 {
    74 public:
    73 public:
    75 
    74 
    76     static CJavaCertStoreImpl* NewL(CJavaCertStoreToken& aToken);
    75     static CJavaCertStoreImpl* NewL(CJavaCertStoreToken& aToken);
    77 
    76