Revision a794a6590d1184c57f65760f9e382c5c6c9bfb03 authored by Unknown Author on 31 May 2006, 07:48:57 UTC, committed by Unknown Author on 31 May 2006, 07:48:57 UTC
git-svn-id: http://root.cern.ch/svn/root/tags/v5-11-04@15252 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent ca81efd
Raw File
LinkDef.h
/* @(#)root/netx:$Name:  $:$Id: LinkDef.h,v 1.1 2005/12/12 12:54:27 rdm Exp $ */

/*************************************************************************
 * Copyright (C) 1995-2004, Rene Brun and Fons Rademakers.               *
 * All rights reserved.                                                  *
 *                                                                       *
 * For the licensing terms see $ROOTSYS/LICENSE.                         *
 * For the list of contributors see $ROOTSYS/README/CREDITS.             *
 *************************************************************************/

#ifdef __CINT__

#pragma link off all globals;
#pragma link off all classes;
#pragma link off all functions;

#pragma link C++ class TXProofMgr;
#pragma link C++ class TXSlave;
#pragma link C++ class TXSocket;
#ifndef WIN32
#pragma link C++ class TXProofServ;
#pragma link C++ class TXUnixSocket;
#endif

#endif
back to top