swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf
Raw File
Tip revision: 72ef11ceb2352f1d824da5786d343e570bad2ad4 authored by Unknown Author on 29 August 2006, 15:55:02 UTC
This commit was manufactured by cvs2svn to create tag 'v5-13-02'.
Tip revision: 72ef11c
proofdp.h
// @(#)root/proofd:$Name:  $:$Id: proofdp.h,v 1.3 2001/01/26 16:44:35 rdm Exp $
// Author: Fons Rademakers   15/12/2000

/*************************************************************************
 * Copyright (C) 1995-2000, 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_proofdp
#define ROOT_proofdp


//////////////////////////////////////////////////////////////////////////
//                                                                      //
// proofdp                                                              //
//                                                                      //
// This header file contains private definitions and declarations       //
// used by proofd.                                                      //
//                                                                      //
//////////////////////////////////////////////////////////////////////////

#ifndef ROOT_rpdp
#include "rpdp.h"
#endif

#endif
back to top