Ignore:
Timestamp:
May 15, 2009, 12:25:09 PM (17 years ago)
Author:
garnier
Message:

maj en aussi sur CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/interfaces/basic/include/G4VUIshell.hh

    r989 r1043  
    2525//
    2626//
    27 // $Id: G4VUIshell.hh,v 1.7 2007/06/14 05:44:58 kmura Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4VUIshell.hh,v 1.8 2009/05/13 09:01:36 kmura Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030
     
    8787  void SetPrompt(const G4String& prompt);
    8888  void SetCurrentDirectory(const G4String& ccd);
     89  virtual void SetLsColor(TermColorIndex, TermColorIndex);
    8990
    9091  // shell commands
     
    118119}
    119120
     121inline void G4VUIshell::SetLsColor(TermColorIndex, TermColorIndex)
     122{
     123}
     124
    120125inline void G4VUIshell::ShowCurrentDirectory() const
    121126{
Note: See TracChangeset for help on using the changeset viewer.