Ignore:
Timestamp:
Nov 9, 2007, 3:32:25 PM (17 years ago)
Author:
garnier
Message:

r627@mac-90108: laurentgarnier | 2007-11-09 07:57:42 +0100
modif dans les includes directives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/interfaces/basic/include/G4UIterminal.hh

    r483 r593  
    2424// ********************************************************************
    2525//
     26// $Id: G4UIterminal.hh,v 1.10 2007/05/22 01:51:05 kmura Exp $
     27// GEANT4 tag $Name: geant4-09-00-ref-01 $
    2628//
    27 // $Id: G4UIterminal.hh,v 1.9 2006/06/29 19:09:39 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
    29 //
    30 
    31 #ifndef G4UIterminal_h
    32 #define G4UIterminal_h 1
    33 
    34 #include <fstream>
    35 #include "G4UImanager.hh"
    36 #include "G4VBasicShell.hh"
    37 #include "G4VUIshell.hh"
    38 
     29// ====================================================================
     30//   G4UIterminal.cc
    3931//
    4032//   Description:
     
    6961//
    7062//   For more detail, see source codes.
    71 //
     63// ====================================================================
     64#ifndef G4UIterminal_h
     65#define G4UIterminal_h 1
     66
     67#include <fstream>
     68#include "G4UImanager.hh"
     69#include "G4VBasicShell.hh"
     70#include "G4VUIshell.hh"
    7271
    7372class G4UIterminal : public G4VBasicShell {
     
    8281
    8382public:
    84   G4UIterminal(G4VUIshell* aShell=0);
     83  G4UIterminal(G4VUIshell* aShell=0, G4bool qsig=true);
    8584  ~G4UIterminal();
    8685
Note: See TracChangeset for help on using the changeset viewer.