Ignore:
Timestamp:
May 20, 2010, 11:48:23 AM (14 years ago)
Author:
garnier
Message:

remove cycle dependency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/intercoms/include/G4UImanager.hh

    r1228 r1256  
    2525//
    2626//
    27 // $Id: G4UImanager.hh,v 1.21 2006/06/29 19:08:17 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     27// $Id: G4UImanager.hh,v 1.22 2010/05/19 14:50:30 lgarnier Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030
     
    144144      G4UIcommandTree * treeTop;
    145145      G4UIsession * session;
     146      G4UIsession * g4UIWindow;
    146147      G4UIcontrolMessenger * UImessenger;
    147148      G4UnitsMessenger * UnitsMessenger;
     
    198199      inline G4UIsession * GetSession() const
    199200      { return session; }
     201      inline G4UIsession * GetG4UIWindow() const
     202      { return g4UIWindow; }
    200203  public: // with description
    201204      inline void SetSession(G4UIsession *const value)
    202205      { session = value; }
     206      inline void SetG4UIWindow(G4UIsession *const value)
     207      { g4UIWindow = value; }
    203208      //  This method defines the active (G)UI session.
    204209     void SetCoutDestination(G4UIsession *const value);
Note: See TracChangeset for help on using the changeset viewer.