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
controller
compatible_central_controller.h
Go to the documentation of this file.
1
// Copyright 2015 Google Inc.
16
17
#ifndef PAGESPEED_CONTROLLER_COMPATIBLE_CENTRAL_CONTROLLER_H_
18
#define PAGESPEED_CONTROLLER_COMPATIBLE_CENTRAL_CONTROLLER_H_
19
20
#include "
pagespeed/controller/in_process_central_controller.h
"
21
#include "
pagespeed/kernel/base/basictypes.h
"
22
#include "
pagespeed/kernel/base/named_lock_manager.h
"
23
#include "
pagespeed/kernel/base/statistics.h
"
24
#include "
pagespeed/kernel/base/thread_system.h
"
25
26
namespace
net_instaweb {
27
31
32
class
CompatibleCentralController
:
public
InProcessCentralController
{
33
public
:
34
CompatibleCentralController
(
int
max_expensive_operations,
Statistics
* stats,
35
ThreadSystem
* thread_system,
36
NamedLockManager
* lock_manager);
37
38
virtual
~
CompatibleCentralController
();
39
40
private
:
41
42
};
43
44
}
45
46
#endif
net_instaweb::NamedLockManager
Definition:
named_lock_manager.h:82
net_instaweb::Statistics
Base class for implementations of monitoring statistics.
Definition:
statistics.h:342
net_instaweb::InProcessCentralController
Definition:
in_process_central_controller.h:35
in_process_central_controller.h
statistics.h
net_instaweb::CompatibleCentralController
Definition:
compatible_central_controller.h:32
net_instaweb::ThreadSystem
Definition:
thread_system.h:40
thread_system.h
named_lock_manager.h
basictypes.h
Generated on Fri Nov 3 2017 20:10:40 for Page Speed Optimization Libraries by
1.8.6