webengine/osswebengine/cache/inc/HttpCacheObserver.h
changeset 11 c8a366e56285
parent 0 dd21522fd290
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
    60         virtual ~CHttpCacheObserver();
    60         virtual ~CHttpCacheObserver();
    61 
    61 
    62     public: // new functions
    62     public: // new functions
    63         void StartObserver();
    63         void StartObserver();
    64 
    64 
       
    65         inline TBool Updated() const { return (IsActive() && iStatus != KRequestPending); };
       
    66         void Queue();
       
    67         
    65     public: // from base class CActive
    68     public: // from base class CActive
    66         void RunL();
    69         void RunL();
    67         TInt RunError(TInt aError);
    70         TInt RunError(TInt aError);
    68         void DoCancel();
    71         void DoCancel();
    69 
    72