interceptor.h
Go to the documentation of this file.
1 #ifndef INTERCEPTOR_H
2 #define INTERCEPTOR_H
3 
4 namespace duly_gui {
5  namespace http {
6  class Interceptor
7  {
8  public:
9  Interceptor();
10  };
11  }
12 }
13 
14 #endif // INTERCEPTOR_H
Definition: interceptor.h:4
Definition: interceptor.h:6