/[projects]/smsdaemon/embedded-http/embeddedhttp.h
ViewVC logotype

Contents of /smsdaemon/embedded-http/embeddedhttp.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 675 - (show annotations) (download)
Tue Apr 27 20:07:12 2010 UTC (14 years ago) by torben
File MIME type: text/plain
File size: 131 byte(s)
Added basic infra structure for an embedded http engine
1
2 struct mg_context;
3
4 class EmbeddedHttp {
5 public:
6 void startServer();
7
8 void stopServer();
9
10 private:
11 mg_context* m_context;
12 };

  ViewVC Help
Powered by ViewVC 1.1.20