Page Speed Optimization Libraries  1.2.24.1
net/instaweb/rewriter/public/process_context.h
Go to the documentation of this file.
00001 // Copyright 2011 Google Inc.
00016 
00017 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_PROCESS_CONTEXT_H_
00018 #define NET_INSTAWEB_REWRITER_PUBLIC_PROCESS_CONTEXT_H_
00019 
00020 namespace net_instaweb {
00021 
00030 class ProcessContext {
00031  public:
00032   ProcessContext();
00033   ~ProcessContext();
00034 };
00035 
00036 }  
00037 
00038 #endif  ///< NET_INSTAWEB_REWRITER_PUBLIC_PROCESS_CONTEXT_H_
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines