Rudiments
httpserverapi.h
1 // Copyright (c) 1999-2018 David Muse
2 // See the COPYING file for more information
3 
4 #ifndef RUDIMENTS_HTTPSERVERAPI_H
5 #define RUDIMENTS_HTTPSERVERAPI_H
6 
7 #include <rudiments/private/httpserverapiincludes.h>
8 
9 class RUDIMENTS_DLLSPEC httpserverapi : public output {
10  public:
11  httpserverapi(void *apistruct) {};
12  virtual ~httpserverapi() {};
13 
14  #include <rudiments/private/httpserverapi.h>
15 };
16 
17 #endif
Definition: httpserverapi.h:9
Definition: output.h:9