Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/track/include/G4VUserTrackInformation.hh

    r1196 r1315  
    2525//
    2626//
    27 // $Id: G4VUserTrackInformation.hh,v 1.8 2009/10/19 17:11:43 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: G4VUserTrackInformation.hh,v 1.9 2010/03/09 02:49:44 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2929//
    3030//
     
    6969    virtual ~G4VUserTrackInformation();
    7070
    71     virtual void Print() const = 0;
     71    virtual void Print() const {};
    7272   
    7373    const G4String& GetType() const;
     
    7575 
    7676  protected:
    77     G4String fType;   
     77    G4String* pType;   
    7878};
    7979
    80 inline
    81  const G4String& G4VUserTrackInformation::GetType() const
    82 {
    83   return fType;
    84 }
    85    
    8680#endif
    8781
Note: See TracChangeset for help on using the changeset viewer.