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

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

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

revision 1.11 by reinhard, Tue Aug 12 17:04:52 2003 UTC revision 1.12 by reinhard, Tue Aug 12 17:58:20 2003 UTC
# Line 79  class geasInstance: Line 79  class geasInstance:
79      # missing the class definition repository. -- Siesel      # missing the class definition repository. -- Siesel
80            
81      # mis-using trigger to implement methods      # mis-using trigger to implement methods
82      trigger=self._list._session._triggerMg.getTriggerByName \  #   trigger=self._list._session._triggerMg.getTriggerByName \
83                 ('%s:%s' % (self._list._classname,methodname))  #              ('%s:%s' % (self._list._classdef.fullName,methodname))
84      if trigger!=None:  #   if trigger!=None:
85          return trigger()  #       return trigger()
86      # just containing a basic test method      # just containing a basic test method
87      if methodname=="show":      if methodname=="show":
88        print "Function 'show' was called. This record contains the following "+\        print "Function 'show' was called. This record contains the following "+\

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

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