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

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

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

revision 1.7 by siesel, Wed Apr 16 00:18:01 2003 UTC revision 1.8 by reinhard, Mon Jul 28 21:25:01 2003 UTC
# Line 30  class AuthError(Exception): Line 30  class AuthError(Exception):
30    
31  class geasSessionManager:  class geasSessionManager:
32        
33    def __init__(self):    def __init__ (self, connections):
34      self._sessNo=0      self._connections = connections
35      self._sessions={}      self._sessNo = 0
36        self._sessions = {}
37      # use DB for authetification      # use DB for authetification
38      self._authAdapter=geasAuthentification.geasDBAuthAgent()      self._authAdapter = geasAuthentification.geasDBAuthAgent()
   
   def setConnections(self,connections):  
     self._connections=connections  
   
39    
40    def _getSession(self,sess_id):    def _getSession(self,sess_id):
41      try:      try:

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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