Ignore:
Timestamp:
Sep 10, 2008, 5:40:37 PM (17 years ago)
Author:
garnier
Message:

geant4.8.2 beta

Location:
trunk/source/interfaces/GAG/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/interfaces/GAG/src/G4UIGAG.cc

    r609 r850  
    2626//
    2727// $Id: G4UIGAG.cc,v 1.19 2007/10/30 10:14:34 kmura Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030// G4UIGAG.cc
  • trunk/source/interfaces/GAG/src/G4UIGainServer.cc

    r631 r850  
    2626//
    2727// 12/06/2002 G4UIGainServer H. MInamimoto and H. Yoshida created
    28 // $Id: G4UIGainServer.cc,v 1.11 2007/11/16 14:59:35 kmura Exp $
    29 // $Name: $
     28// $Id: G4UIGainServer.cc,v 1.12 2008/07/18 06:39:43 kmura Exp $
     29// $Name: HEAD $
    3030//
    3131#ifndef WIN32
     
    414414#endif
    415415            G4cerr<<"accept:"<<i<<G4endl;
    416             exit(1);
     416            //exit(1);
     417            G4Exception("G4UIGainServer::WaitingConnection", "Invalid Socket",
     418                        FatalException, "Cannot establish connection");
     419
     420
    417421        }
    418422    }
Note: See TracChangeset for help on using the changeset viewer.