// @(#)root/base:$Id$
// Author: Fons Rademakers   04/08/95

/*************************************************************************
 * 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.             *
 *************************************************************************/

//////////////////////////////////////////////////////////////////////////
//                                                                      //
//  TRefCnt                                                             //
//                                                                      //
//  Definitions for TRefCnt, base class for reference counted objects.  //
//                                                                      //
//////////////////////////////////////////////////////////////////////////


#include "TRefCnt.h"


// This definition is compiled in case nothing else is,
// in order to quiet down some fussy librarians
int gDummy_ref_cpp;

//_______________________________________________________________________
TRefCnt::TRefCnt(EReferenceFlag)
{
  // Leave fRefs alone
}
 TRefCnt.cxx:1
 TRefCnt.cxx:2
 TRefCnt.cxx:3
 TRefCnt.cxx:4
 TRefCnt.cxx:5
 TRefCnt.cxx:6
 TRefCnt.cxx:7
 TRefCnt.cxx:8
 TRefCnt.cxx:9
 TRefCnt.cxx:10
 TRefCnt.cxx:11
 TRefCnt.cxx:12
 TRefCnt.cxx:13
 TRefCnt.cxx:14
 TRefCnt.cxx:15
 TRefCnt.cxx:16
 TRefCnt.cxx:17
 TRefCnt.cxx:18
 TRefCnt.cxx:19
 TRefCnt.cxx:20
 TRefCnt.cxx:21
 TRefCnt.cxx:22
 TRefCnt.cxx:23
 TRefCnt.cxx:24
 TRefCnt.cxx:25
 TRefCnt.cxx:26
 TRefCnt.cxx:27
 TRefCnt.cxx:28
 TRefCnt.cxx:29
 TRefCnt.cxx:30
 TRefCnt.cxx:31
 TRefCnt.cxx:32