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

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

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 size: 159 byte(s)
Added basic infra structure for an embedded http engine
1 torben 675
2     #include "embeddedhttp.h"
3    
4     #include <stdio.h>
5     #include "mongoose.h"
6    
7     void EmbeddedHttp::startServer() {
8     mg_start();
9     }
10    
11    
12     void EmbeddedHttp::stopServer() {
13    
14     }

  ViewVC Help
Powered by ViewVC 1.1.20