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

    r483 r593  
    2525//
    2626//
    27 // $Id: G4VUIshell.hh,v 1.6 2006/06/29 19:09:41 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     27// $Id: G4VUIshell.hh,v 1.7 2007/06/14 05:44:58 kmura Exp $
     28// GEANT4 tag $Name: geant4-09-00-ref-01 $
    2929//
    3030
     
    3434#include "globals.hh"
    3535
    36 //
     36// ====================================================================
    3737//   Description:
    3838//   This class is the abstract base class for various UI shells.
     
    5050//   %/ ... current working directory
    5151//
     52// ====================================================================
    5253
    5354// terminal color index
     
    9596  // get command string from a command line
    9697  virtual G4String GetCommandLine(const char* msg=0)= 0;
     98
     99  virtual void ResetTerminal();
    97100};
    98101
    99 
    100 // inlines...
     102// ====================================================================
     103//   inline functions
     104// ====================================================================
    101105inline void G4VUIshell::SetNColumn(G4int ncol)
    102106{
Note: See TracChangeset for help on using the changeset viewer.