/[gnue]/gnue-appserver/src/frontend.py
ViewVC logotype

Diff of /gnue-appserver/src/frontend.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by reinhard, Thu May 22 20:04:54 2003 UTC revision 1.13 by reinhard, Mon Jul 28 21:25:01 2003 UTC
# Line 59  class application (GClientApp.GClientApp Line 59  class application (GClientApp.GClientApp
59    def __init__ (self):    def __init__ (self):
60      GClientApp.GClientApp.__init__ (self)      GClientApp.GClientApp.__init__ (self)
61    
     # create session manager object representing the server  
     self.server = geasSessionManager.geasSessionManager ()  
   
62      # this should (IMHO) happen in geasSessionManager -- reinhard      # this should (IMHO) happen in geasSessionManager -- reinhard
63      self.connections.setLoginHandler (geasLoginHandler ())      self.connections.setLoginHandler (geasLoginHandler ())
64      self.server.setConnections (self.connections)  
65        # create session manager object representing the server
66        self.server = geasSessionManager.geasSessionManager (self.connections)
67    
68      # the current session_id      # the current session_id
69      self.session = None      self.session = None

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26