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::ScheduleRewriteContext Class Referenceabstract

Passed to RunImpl for implementations of ScheduleRewriteCallback. More...

#include "schedule_rewrite_callback.h"

Inheritance diagram for net_instaweb::ScheduleRewriteContext:
net_instaweb::ScheduleRewriteRpcContext

Public Member Functions

virtual void MarkSucceeded ()=0
 
virtual void MarkFailed ()=0
 

Detailed Description

Passed to RunImpl for implementations of ScheduleRewriteCallback.

Member Function Documentation

virtual void net_instaweb::ScheduleRewriteContext::MarkSucceeded ( )
pure virtual

Mark the rewrite operation as complete. MarkSucceeded will be automatically invoked at destruction if neither is explicitly called.

Implemented in net_instaweb::ScheduleRewriteRpcContext.


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