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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 675 - (hide annotations) (download)
Tue Apr 27 20:07:12 2010 UTC (14 years, 1 month ago) by torben
File MIME type: text/plain
File size: 131 byte(s)
Added basic infra structure for an embedded http engine
1 torben 675
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