Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
net_instaweb::Resource::AsyncCallback Class Referenceabstract

#include "resource.h"

Inheritance diagram for net_instaweb::Resource::AsyncCallback:
net_instaweb::MockResourceCallback net_instaweb::Resource::FreshenCallback

Public Member Functions

 AsyncCallback (const ResourcePtr &resource)
 
virtual void Done (bool lock_failure, bool resource_ok)=0
 
const ResourcePtrresource ()
 

Detailed Description

We define a new Callback type here because we need to pass in the Resource to the Done callback so it can collect the fetched data.


The documentation for this class was generated from the following file: