Ignore:
Timestamp:
Nov 16, 2007, 11:59:21 AM (17 years ago)
Author:
garnier
Message:

r659@mac-90108: laurentgarnier | 2007-11-16 12:02:01 +0100
mise a jour de Geant4 au head ET qq mise a jour pour Qt de mon cote

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/N03/include/ExN03EventActionMessenger.hh

    r483 r609  
    2525//
    2626//
    27 // $Id: ExN03EventActionMessenger.hh,v 1.9 2006/10/26 14:28:00 allison Exp $
    28 // GEANT4 tag $Name: geant4-08-02-patch-01-ref $
     27// $Id: ExN03EventActionMessenger.hh,v 1.10 2007/07/02 13:22:08 vnivanch Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030//
     
    4747class ExN03EventActionMessenger: public G4UImessenger
    4848{
    49   public:
    50     ExN03EventActionMessenger(ExN03EventAction*);
    51   ~ExN03EventActionMessenger();
     49public:
     50  ExN03EventActionMessenger(ExN03EventAction*);
     51  virtual ~ExN03EventActionMessenger();
    5252   
    53     void SetNewValue(G4UIcommand*, G4String);
     53  void SetNewValue(G4UIcommand*, G4String);
    5454   
    55   private:
    56     ExN03EventAction*     eventAction;
    57     G4UIdirectory*        eventDir;   
    58     G4UIcmdWithAnInteger* PrintCmd;   
     55private:
     56  ExN03EventAction*     eventAction;
     57  G4UIdirectory*        eventDir;   
     58  G4UIcmdWithAnInteger* PrintCmd;   
    5959};
    6060
Note: See TracChangeset for help on using the changeset viewer.