summaryrefslogtreecommitdiff
path: root/server/componentHTTP.c
blob: 035cb01d9f8583ad99ed4110e80e620d3aef4b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 *  $Id: componentHTTP.c,v 1.1 2004/12/30 22:44:19 lordjaxom Exp $
 */
 
#include "server/componentHTTP.h"
#include "server/connectionHTTP.h"
#include "server/setup.h"

cComponentHTTP::cComponentHTTP(void):
		cServerComponent("HTTP", StreamdevServerSetup.HTTPBindIP,
				StreamdevServerSetup.HTTPServerPort) {
}

cComponentHTTP::~cComponentHTTP() {
}