ROOT
master
Reference Guide
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
//////////////////////////////////////////////////////////////////////////
15
// //
16
// THttpEngine //
17
// //
18
// Abstract class for implementing http protocol for THttpServer //
19
// //
20
//////////////////////////////////////////////////////////////////////////
21
22
ClassImp
(
THttpEngine
);
23
24
////////////////////////////////////////////////////////////////////////////////
25
/// normal constructor
26
27
THttpEngine::THttpEngine
(
const
char
*
name
,
const
char
*title) :
TNamed
(
name
, title)
28
{
29
}
name
char name[80]
Definition:
TGX11.cxx:110
ClassImp
ClassImp(THttpEngine)
THttpEngine.h
THttpEngine
Definition:
THttpEngine.h:19
THttpEngine::THttpEngine
THttpEngine(const char *name, const char *title)
normal constructor
Definition:
THttpEngine.cxx:27
TNamed
The TNamed class is the base class for all named ROOT classes.
Definition:
TNamed.h:29
net
http
src
THttpEngine.cxx
ROOT master - Reference Guide Generated on Tue May 24 2022 18:24:33 (GVA Time) using Doxygen 1.9.5