Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4HadronicDeprecate.hh File Reference
#include "G4ios.hh"
#include "G4Types.hh"
Include dependency graph for G4HadronicDeprecate.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define G4HadronicDeprecate(name)
 

Macro Definition Documentation

#define G4HadronicDeprecate (   name)
Value:
{\
static G4bool dowarn=true;\
if (dowarn) \
G4cout << "WARNING: " << name << " is deprecated and will be removed in GEANT4 version 10.0." \
<< G4endl;\
dowarn=false;\
}
const XML_Char * name
Definition: expat.h:151
if(nIso!=0)
G4GLOB_DLL std::ostream G4cout
bool G4bool
Definition: G4Types.hh:79
#define G4endl
Definition: G4ios.hh:61

Definition at line 33 of file G4HadronicDeprecate.hh.