Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
THttpEngine.cxx
Go to the documentation of this file.
1// $Id$
2// Author: Sergey Linev 21/12/2013
3
4/*************************************************************************
5 * Copyright (C) 1995-2013, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12#include "THttpEngine.h"
13
14/** \class THttpEngine
15\ingroup http
16
17Abstract class for implementing http protocol for THttpServer
18*/
19
21
22////////////////////////////////////////////////////////////////////////////////
23/// constructor
24
25THttpEngine::THttpEngine(const char *name, const char *title) : TNamed(name, title)
26{
27}
#define ClassImp(name)
Definition Rtypes.h:377
char name[80]
Definition TGX11.cxx:110
Abstract class for implementing http protocol for THttpServer.
Definition THttpEngine.h:19
THttpEngine(const char *name, const char *title)
constructor
The TNamed class is the base class for all named ROOT classes.
Definition TNamed.h:29