OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimWebRequestFactoryBase.h
Go to the documentation of this file.
1 #ifndef ossimWebRequestFactoryBase_HEADER
2 #define ossimWebRequestFactoryBase_HEADER
12 {
13 public:
14  virtual ossimWebRequest* create(const ossimUrl& /*url*/)
15  {
16  return 0;
17  }
18 };
19 #endif
We will for now hard code to be ossimHttpRequest but later we will refactor and add a base ossimWebRe...
#define OSSIM_DLL
virtual ossimWebRequest * create(const ossimUrl &)