Ignore:
Timestamp:
Nov 14, 2008, 5:28:23 PM (16 years ago)
Author:
garnier
Message:

renaming. See History

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/interfaces/common/src/G4Win32.cc

    r850 r883  
    2525//
    2626//
    27 // $Id: G4Win32.cc,v 1.9 2006/06/29 19:10:26 gunter Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4Win32.cc,v 1.10 2008/11/14 16:21:42 lgarnier Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030// G.Barrand
     
    8989  }
    9090
    91   AddDispatcher((G4DispatchFunction)G4Win32::dispatchWin32Event);
     91  AddDispatcher((G4DispatchFunction)G4Win32::DispatchWin32Event);
    9292  SetMainInteractor(topWindow);
    9393}
     
    134134}
    135135/***************************************************************************/
    136 G4bool G4Win32::dispatchWin32Event  (
     136G4bool G4Win32::DispatchWin32Event  (
    137137 void* a_event
    138138)
Note: See TracChangeset for help on using the changeset viewer.