Page Speed Optimization Libraries  1.6.29.3
net/instaweb/system/public/handlers.h
Go to the documentation of this file.
00001 // Copyright 2013 Google Inc.
00018 
00019 #ifndef NET_INSTAWEB_SYSTEM_PUBLIC_HANDLERS_H_
00020 #define NET_INSTAWEB_SYSTEM_PUBLIC_HANDLERS_H_
00021 
00022 namespace net_instaweb {
00023 
00024 class MessageHandler;
00025 class SystemRewriteOptions;
00026 class Writer;
00027 
00030 void ConsoleHandler(SystemRewriteOptions* options, Writer* writer,
00031                     MessageHandler* handler);
00032 
00033 }  
00034 
00035 #endif  ///< NET_INSTAWEB_SYSTEM_PUBLIC_HANDLERS_H_
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines