From 82551d4b3057f5e9b768f6bb0e0fc7e236e8f71d Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Sun, 28 Jan 2007 18:30:18 +0000
Subject: [PATCH] Replace the calls to TVirtualIO by new calls in TBuffer or
 TDirectory -------

git-svn-id: http://root.cern.ch/svn/root/trunk@17542 27541ba8-7e3a-0410-8455-c3a389f83636
---
 cont/src/TRefTable.cxx | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/cont/src/TRefTable.cxx b/cont/src/TRefTable.cxx
index 17229885a64..901cb2859ee 100644
--- a/cont/src/TRefTable.cxx
+++ b/cont/src/TRefTable.cxx
@@ -1,4 +1,4 @@
-// @(#)root/cont:$Name:  $:$Id: TRefTable.cxx,v 1.12 2006/05/14 08:25:47 brun Exp $
+// @(#)root/cont:$Name:  $:$Id: TRefTable.cxx,v 1.13 2007/01/25 11:51:13 brun Exp $
 // Author: Rene Brun   28/09/2001
 
 /*************************************************************************
@@ -40,7 +40,6 @@
 
 #include "TRefTable.h"
 #include "TObjArray.h"
-#include "TVirtualIO.h"
 #include "TProcessID.h"
 #include <algorithm>
 
@@ -334,7 +333,7 @@ void TRefTable::ReadBuffer(TBuffer &b)
       // old format, only one PID
       numIids = 1;
 
-      TProcessID *fileProcessID = TVirtualIO::GetIO()->GetLastProcessID(b,this);
+      TProcessID *fileProcessID = b.GetLastProcessID(this);
 
       startIid = GetInternalIdxForPID(fileProcessID);
       if (startIid == -1) {
-- 
GitLab