Page Speed Optimization Libraries
1.13.35.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
pagespeed
system
controller_process.h
Go to the documentation of this file.
1
// Copyright 2016 Google Inc.
16
17
#ifndef PAGESPEED_SYSTEM_CONTROLLER_PROCESS_H_
18
#define PAGESPEED_SYSTEM_CONTROLLER_PROCESS_H_
19
20
#include "base/macros.h"
21
22
namespace
net_instaweb {
23
38
39
class
ControllerProcess
{
40
public
:
41
ControllerProcess
() {}
42
virtual
~
ControllerProcess
() {}
43
47
virtual
int
Setup
() {
return
0; }
48
57
virtual
int
Run
() = 0;
58
62
virtual
void
Stop
() = 0;
63
64
private
:
65
66
};
67
68
}
69
70
#endif
net_instaweb::ControllerProcess::Run
virtual int Run()=0
net_instaweb::ControllerProcess::Setup
virtual int Setup()
Definition:
controller_process.h:47
net_instaweb::ControllerProcess
Definition:
controller_process.h:39
net_instaweb::ControllerProcess::Stop
virtual void Stop()=0
Generated on Fri Nov 3 2017 20:10:41 for Page Speed Optimization Libraries by
1.8.6