Page Speed Optimization Libraries
1.4.26.1
|
00001 // Copyright 2013 Google Inc. 00016 00017 #ifndef NET_INSTAWEB_SYSTEM_PUBLIC_SYSTEM_SERVER_CONTEXT_H_ 00018 #define NET_INSTAWEB_SYSTEM_PUBLIC_SYSTEM_SERVER_CONTEXT_H_ 00019 00020 #include "net/instaweb/rewriter/public/server_context.h" 00021 00022 #include "net/instaweb/util/public/basictypes.h" 00023 00024 namespace net_instaweb { 00025 00026 class SystemRewriteDriverFactory; 00027 00029 class SystemServerContext : public ServerContext { 00030 public: 00031 explicit SystemServerContext(SystemRewriteDriverFactory* driver_factory); 00032 00033 private: 00034 DISALLOW_COPY_AND_ASSIGN(SystemServerContext); 00035 }; 00036 00037 } 00038 00039 #endif ///< NET_INSTAWEB_SYSTEM_PUBLIC_SYSTEM_SERVER_CONTEXT_H_