Files
geant4/source/global/management/include/G4coutDestination.hh
T
2016-06-01 15:25:35 +02:00

14 lines
225 B
C++

#ifndef G4COUTDESTINATION_HH
#define G4COUTDESTINATION_HH
#include "globals.hh"
class G4coutDestination
{
public:
virtual int ReceiveG4cout(G4String){return 0;}
virtual int ReceiveG4cerr(G4String){return 0;}
};
#endif