Changeset 850 for trunk/source/interfaces/GAG
- Timestamp:
- Sep 10, 2008, 5:40:37 PM (17 years ago)
- Location:
- trunk/source/interfaces/GAG
- Files:
-
- 4 edited
-
include/G4UIGAG.hh (modified) (1 diff)
-
include/G4UIGainServer.hh (modified) (1 diff)
-
src/G4UIGAG.cc (modified) (1 diff)
-
src/G4UIGainServer.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/interfaces/GAG/include/G4UIGAG.hh
r688 r850 26 26 // 27 27 // $Id: G4UIGAG.hh,v 1.7 2006/06/29 19:09:18 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // G4UIGAG.hh -
trunk/source/interfaces/GAG/include/G4UIGainServer.hh
r688 r850 26 26 // 27 27 // $Id: G4UIGainServer.hh,v 1.5 2006/06/29 19:09:21 gunter Exp $ 28 // $Name: $28 // $Name: HEAD $ 29 29 // 30 30 -
trunk/source/interfaces/GAG/src/G4UIGAG.cc
r609 r850 26 26 // 27 27 // $Id: G4UIGAG.cc,v 1.19 2007/10/30 10:14:34 kmura Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: HEAD $ 29 29 // 30 30 // G4UIGAG.cc -
trunk/source/interfaces/GAG/src/G4UIGainServer.cc
r631 r850 26 26 // 27 27 // 12/06/2002 G4UIGainServer H. MInamimoto and H. Yoshida created 28 // $Id: G4UIGainServer.cc,v 1.1 1 2007/11/16 14:59:35kmura Exp $29 // $Name: $28 // $Id: G4UIGainServer.cc,v 1.12 2008/07/18 06:39:43 kmura Exp $ 29 // $Name: HEAD $ 30 30 // 31 31 #ifndef WIN32 … … 414 414 #endif 415 415 G4cerr<<"accept:"<<i<<G4endl; 416 exit(1); 416 //exit(1); 417 G4Exception("G4UIGainServer::WaitingConnection", "Invalid Socket", 418 FatalException, "Cannot establish connection"); 419 420 417 421 } 418 422 }
Note:
See TracChangeset
for help on using the changeset viewer.
