Changeset 1043 for trunk/source/interfaces/basic/include
- Timestamp:
- May 15, 2009, 12:25:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/interfaces/basic/include/G4VUIshell.hh
r989 r1043 25 25 // 26 26 // 27 // $Id: G4VUIshell.hh,v 1. 7 2007/06/14 05:44:58kmura 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: $ 29 29 // 30 30 … … 87 87 void SetPrompt(const G4String& prompt); 88 88 void SetCurrentDirectory(const G4String& ccd); 89 virtual void SetLsColor(TermColorIndex, TermColorIndex); 89 90 90 91 // shell commands … … 118 119 } 119 120 121 inline void G4VUIshell::SetLsColor(TermColorIndex, TermColorIndex) 122 { 123 } 124 120 125 inline void G4VUIshell::ShowCurrentDirectory() const 121 126 {
Note:
See TracChangeset
for help on using the changeset viewer.
