Changeset 321

Show
Ignore:
Timestamp:
08/26/06 21:22:28 (5 years ago)
Author:
mj
Message:

Selectables are assumed to be protocols sometimes; a connectionLost method is expected to exist

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • z3wingdbg/trunk/debugger/twistedmainloop.py

    r292 r321  
    3838        """The select loop calls this on every select to log information""" 
    3939        return 'z3wingdbg.debugger.twistedmainloop.socketdescriptor' 
     40     
     41    def connectionLost(self, *args): 
     42        """Called when twisted reactor shuts down""" 
     43        pass 
    4044         
    4145    def close(self):