TUnixSystem

Pascal Girard (girard@jlab.org)
Fri, 05 Feb 1999 13:51:10 -0500


--------------70619CA20406CD93725348CE
Content-Type: text/plain; charset=x-user-defined
Content-Transfer-Encoding: 7bit

Hi Valery and sorry for the delay,

gSystem is a TSystem, and i'm casting it to a TUnixSystem,
because we are working on unix.
I agree , It's not very important and probably doesn't change anything.

p.

> On 4 Feb 99 at 10:57, Pascal Girard wrote:
>
> > if ( !((TUnixSystem*)gSystem)->AccessPathName(file) ) {
>
> Could you clarify why you did cast to TUnixSystem and did not use
> the thing directly:
>
> if (!(gSystem->AccessPathName(file) ) {
>
> Valery
>

--------------70619CA20406CD93725348CE
Content-Type: text/html; charset=x-user-defined
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
Hi Valery and sorry for the delay,

gSystem is a TSystem,  and i'm casting it to a TUnixSystem,
because we are working on unix.
I agree , It's not very important and probably doesn't change anything.
 

p.

On  4 Feb 99 at 10:57, Pascal Girard wrote:

>     if ( !((TUnixSystem*)gSystem)->AccessPathName(file) ) {

  Could you clarify why you did cast to TUnixSystem and did not use
the thing directly:

     if (!(gSystem->AccessPathName(file) ) {

                      Valery
 

--------------70619CA20406CD93725348CE--