OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimWebPluginRequestFactory.h
Go to the documentation of this file.
1 #ifndef ossimWebPluginRequestFactory_HEADER
2 #define ossimWebPluginRequestFactory_HEADER
4 
6 {
7 public:
9  virtual ossimWebRequest* create(const ossimUrl& url);
10 
11 protected:
13 
15 };
16 
17 #endif
virtual ossimWebRequest * create(const ossimUrl &url)
static ossimWebPluginRequestFactory * instance()
We will for now hard code to be ossimHttpRequest but later we will refactor and add a base ossimWebRe...
static ossimWebPluginRequestFactory * m_instance