Import Geant4 10.1.0 source tree
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4AttDefStore.hh 69802 2013-05-15 14:52:57Z gcosmo $
|
||||
// $Id: G4AttDefStore.hh 78306 2013-12-11 10:53:30Z gcosmo $
|
||||
|
||||
#ifndef G4ATTDEFSTORE_HH
|
||||
#define G4ATTDEFSTORE_HH
|
||||
@@ -37,7 +37,7 @@ class G4AttDef;
|
||||
namespace G4AttDefStore {
|
||||
|
||||
std::map<G4String,G4AttDef>*
|
||||
GetInstance(G4String storeKey, G4bool& isNew);
|
||||
GetInstance(const G4String& storeKey, G4bool& isNew);
|
||||
// Returns a pointer to the definitions accessed by the given key.
|
||||
// "isNew" is true if definitions pointer is new and therefore the
|
||||
// needs filling. The store keeps the ownership of the returned
|
||||
|
||||
Reference in New Issue
Block a user