ROOT
6.08/07
Reference Guide
net
bonjour
inc
LinkDef.h
Go to the documentation of this file.
1
/* @(#)root/bonjour:$Id$ */
2
3
/*************************************************************************
4
* Copyright (C) 1995-2009, Rene Brun and Fons Rademakers. *
5
* All rights reserved. *
6
* *
7
* For the licensing terms see $ROOTSYS/LICENSE. *
8
* For the list of contributors see $ROOTSYS/README/CREDITS. *
9
*************************************************************************/
10
11
#ifdef __CINT__
12
13
#pragma link C++ class TBonjourRecord;
14
#pragma link C++ class TBonjourRegistrar;
15
#pragma link C++ class TBonjourBrowser;
16
#pragma link C++ class TBonjourResolver;
17
18
#endif