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/G4UItcsh.hh

    r483 r593  
    2525//
    2626//
    27 // $Id: G4UItcsh.hh,v 1.7 2006/06/29 19:09:37 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     27// $Id: G4UItcsh.hh,v 1.8 2007/06/14 05:44:58 kmura Exp $
     28// GEANT4 tag $Name: geant4-09-00-ref-01 $
    2929//
    3030
     
    4040#include "G4UIcommandTree.hh"
    4141
    42 //
     42// ====================================================================
    4343//   Description:
    4444//   This class gives tcsh-like shell.
     
    6868//   %h ... history# (different from G4 history#)
    6969//
     70// ====================================================================
    7071
    7172class G4UItcsh : public G4VUIshell {
     
    125126  void SetLsColor(TermColorIndex dirColor, TermColorIndex cmdColor);
    126127  virtual G4String GetCommandLine(const char* msg=0);
     128
     129  virtual void ResetTerminal();
    127130};
    128131
     132// ====================================================================
     133//   inline functions
     134// ====================================================================
    129135inline G4bool G4UItcsh::IsCursorLast() const
    130136{
Note: See TracChangeset for help on using the changeset viewer.