// $Id$ // Author: Sergey Linev 20/10/2017 /************************************************************************* * Copyright (C) 1995-2017, 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_THttpWSEngine #define ROOT_THttpWSEngine #include "Rtypes.h" #include "THttpCallArg.h" #include #include #include #include class THttpWSHandler; class THttpWSEngine { private: friend class THttpWSHandler; bool fMTSend{false}; /// &arg); virtual void PostProcess(std::shared_ptr &arg); }; #endif