// ///////////////////////////////////////////////////////////////////
//
//  File:      TFVirtualIO.cxx
//
//  Version:   1.0
//
//  Author:    Reiner Rohlfs (GADC)
//
//  History:   1.0   15.07.03  first released version
//
// ///////////////////////////////////////////////////////////////////
#include "TFVirtualIO.h"
#include "TFIOElement.h"

ClassImp(TFVirtualIO)
ClassImp(TFVirtualFileIter)


TFVirtualFileIter::~TFVirtualFileIter()
{
   delete fElement;
}


Last update: Fri Mar 14 13:55:24 2008

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.