/[gnue]/gnue-appserver/src/language/Session.py
ViewVC logotype

Diff of /gnue-appserver/src/language/Session.py

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

revision 1.8 by reinhard, Mon Jul 28 22:44:56 2003 UTC revision 1.9 by siesel, Sat Aug 16 17:07:16 2003 UTC
# Line 79  class Session: Line 79  class Session:
79    # -------------------------------------------------------------------------    # -------------------------------------------------------------------------
80    def new (self, classname):    def new (self, classname):
81      return newObject (self._sm, self._session_id, classname)      return newObject (self._sm, self._session_id, classname)
82    
83    
84    class InternalSession(Session):
85    
86      # -------------------------------------------------------------------------
87      # Constructor:
88      # -------------------------------------------------------------------------
89    
90      def __init__ (self, sessionManager):
91        self._sm = sessionManager
92        self._session_id = self._sm._internalSession

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

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