TClProxy.h

Go to the documentation of this file.
00001 // @(#)root/clarens:$Id: TClProxy.h 20882 2007-11-19 11:31:26Z rdm $
00002 // Author: Maarten Ballintijn    26/10/2004
00003 
00004 /*************************************************************************
00005  * Copyright (C) 1995-2005, Rene Brun and Fons Rademakers.               *
00006  * All rights reserved.                                                  *
00007  *                                                                       *
00008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
00009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
00010  *************************************************************************/
00011 
00012 #ifndef ROOT_TClProxy
00013 #define ROOT_TClProxy
00014 
00015 //////////////////////////////////////////////////////////////////////////
00016 //                                                                      //
00017 // TClProxy                                                             //
00018 //                                                                      //
00019 //                                                                      //
00020 //////////////////////////////////////////////////////////////////////////
00021 
00022 #ifndef ROOT_TObject
00023 #include "TObject.h"
00024 #endif
00025 
00026 
00027 class TXmlRpc;
00028 
00029 
00030 class TClProxy : public TObject {
00031 protected:
00032    TXmlRpc    *fRpc;       //RPC data
00033 
00034 public:
00035    TClProxy(const Char_t *service, TXmlRpc *rpc);
00036    virtual ~TClProxy() { }
00037 
00038    void     Print(Option_t *option="") const;
00039    Bool_t   RpcFailed(const Char_t *member, const Char_t *what);
00040 
00041    ClassDef(TClProxy,0);  // Clarens Proxy base
00042 };
00043 
00044 #endif

Generated on Tue Jul 5 14:26:41 2011 for ROOT_528-00b_version by  doxygen 1.5.1