Changeset 883 for trunk/source/interfaces/common
- Timestamp:
- Nov 14, 2008, 5:28:23 PM (17 years ago)
- Location:
- trunk/source/interfaces/common
- Files:
-
- 2 edited
-
include/G4Win32.hh (modified) (2 diffs)
-
src/G4Win32.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/interfaces/common/include/G4Win32.hh
r850 r883 25 25 // 26 26 // 27 // $Id: G4Win32.hh,v 1. 8 2006/06/29 19:10:11 gunter Exp $28 // GEANT4 tag $Name: HEAD$27 // $Id: G4Win32.hh,v 1.9 2008/11/14 16:21:42 lgarnier Exp $ 28 // GEANT4 tag $Name: $ 29 29 // 30 30 // To unify Windows message treatment between … … 57 57 void* GetEvent (); 58 58 void FlushAndWaitExecution (); 59 static G4bool dispatchWin32Event (void*);59 static G4bool DispatchWin32Event (void*); 60 60 virtual ~G4Win32 (); 61 61 private: -
trunk/source/interfaces/common/src/G4Win32.cc
r850 r883 25 25 // 26 26 // 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: $ 29 29 // 30 30 // G.Barrand … … 89 89 } 90 90 91 AddDispatcher((G4DispatchFunction)G4Win32:: dispatchWin32Event);91 AddDispatcher((G4DispatchFunction)G4Win32::DispatchWin32Event); 92 92 SetMainInteractor(topWindow); 93 93 } … … 134 134 } 135 135 /***************************************************************************/ 136 G4bool G4Win32:: dispatchWin32Event (136 G4bool G4Win32::DispatchWin32Event ( 137 137 void* a_event 138 138 )
Note:
See TracChangeset
for help on using the changeset viewer.
