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

maj en aussi sur CVS

Location:
trunk/source/interfaces/basic
Files:
2 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{
  • trunk/source/interfaces/basic/src/G4UIQt.cc

    r1034 r1043  
    2525//
    2626//
    27 // $Id: G4UIQt.cc,v 1.25 2009/02/16 11:40:26 lgarnier Exp $
     27// $Id: G4UIQt.cc,v 1.26 2009/05/15 09:36:17 lgarnier Exp $
    2828// GEANT4 tag $Name:  $
    2929//
Note: See TracChangeset for help on using the changeset viewer.