Import Geant4 9.6.0 source tree
This commit is contained in:
@@ -24,8 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4UIGainServer.hh,v 1.5 2006-06-29 19:09:21 gunter Exp $
|
||||
// $Name: not supported by cvs2svn $
|
||||
// $Id$
|
||||
//
|
||||
|
||||
|
||||
@@ -111,13 +110,10 @@ public:
|
||||
// Usage: delete gainSession;
|
||||
//
|
||||
|
||||
|
||||
G4UIsession* SessionStart();
|
||||
void PauseSessionStart(G4String msg);
|
||||
G4int ReceiveG4cout(G4String coutString);
|
||||
G4int ReceiveG4cerr(G4String cerrString);
|
||||
|
||||
|
||||
G4UIsession* SessionStart();
|
||||
virtual void PauseSessionStart(const G4String& msg);
|
||||
virtual G4int ReceiveG4cout(const G4String& coutString);
|
||||
virtual G4int ReceiveG4cerr(const G4String& cerrString);
|
||||
|
||||
public:
|
||||
// G4UIGainServer(G4VUIshell* aShell=0);
|
||||
@@ -132,9 +128,9 @@ public:
|
||||
G4String GetCommand();
|
||||
|
||||
private:
|
||||
void ExecuteCommand(G4String aCommand);
|
||||
G4bool GetHelpChoice(G4int& aInt);
|
||||
void ExitHelp();
|
||||
virtual void ExecuteCommand(const G4String& aCommand);
|
||||
virtual G4bool GetHelpChoice(G4int& aInt);
|
||||
virtual void ExitHelp() const;
|
||||
bool SetUPServer();
|
||||
void WaitingConnection();
|
||||
void CloseConnection();
|
||||
|
||||
Reference in New Issue
Block a user