// $Id$ // Author: Sergey Linev 21/12/2013 /************************************************************************* * Copyright (C) 1995-2013, Rene Brun and Fons Rademakers. * * All rights reserved. * * * * For the licensing terms see $ROOTSYS/LICENSE. * * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ #ifndef ROOT_THttpEngine #define ROOT_THttpEngine #include "TNamed.h" class THttpServer; class THttpEngine : public TNamed { protected: friend class THttpServer; THttpServer *fServer; ///