Page Speed Optimization Libraries
1.9.32.2
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
net
instaweb
apache
log_message_handler.h
Go to the documentation of this file.
1
// Copyright 2010 Google Inc.
17
18
#ifndef NET_INSTAWEB_APACHE_LOG_MESSAGE_HANDLER_H_
19
#define NET_INSTAWEB_APACHE_LOG_MESSAGE_HANDLER_H_
20
21
#include <algorithm>
22
#include "apr_pools.h"
23
24
#include "pagespeed/kernel/base/string_util.h"
25
26
struct
server_rec;
27
28
namespace
net_instaweb {
29
30
namespace
log_message_handler {
31
34
void
Install(apr_pool_t* pool);
35
40
void
AddServerConfig(
const
server_rec* server,
const
StringPiece& version);
41
43
void
ShutDown();
44
45
}
46
47
}
48
49
#endif
Generated on Mon Oct 27 2014 16:36:26 for Page Speed Optimization Libraries by
1.8.6