/[papo]/gnue/common/src/commdrivers/proxy/CommDriver.py
ViewVC logotype

Diff of /gnue/common/src/commdrivers/proxy/CommDriver.py

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

revision 1.1 by charlie, Fri Jun 28 19:43:51 2002 UTC revision 1.1.4.1 by anthonyl, Tue Mar 4 22:09:33 2003 UTC
# Line 16  Line 16 
16  # write to the Free Software Foundation, Inc., 59 Temple Place  # write to the Free Software Foundation, Inc., 59 Temple Place
17  # - Suite 330, Boston, MA 02111-1307, USA.  # - Suite 330, Boston, MA 02111-1307, USA.
18  #  #
19  # Copyright 2001 Free Software Foundation  # Copyright 2001-2003 Free Software Foundation
20  #  #
21  # FILE:  # FILE:
22  # proxy/CommDriver.py  # proxy/CommDriver.py
# Line 57  class ClientAdapter(GCommBase.Client): Line 57  class ClientAdapter(GCommBase.Client):
57      try:      try:
58        self._serverproxy = params['_proxy']        self._serverproxy = params['_proxy']
59      except KeyError:      except KeyError:
60        raise GComm.AdapterInitializationError, \        tmsg = _('Proxy client adapter should be called with the server object')
61           _('Proxy client adapter should be called with the server object')        raise GComm.AdapterInitializationError, tmsg
62    
63    def request(self, service, params={}):    def request(self, service, params={}):
64      proxy = _ProxyObject(self, service, \      proxy = _ProxyObject(self, service, \

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.4.1

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