commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue-common/src/rpc/drivers __init__.py pyro/__...


From: Jan Ischebeck
Subject: gnue-common/src/rpc/drivers __init__.py pyro/__...
Date: Wed, 15 Oct 2003 10:00:25 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-common
Branch:         
Changes by:     Jan Ischebeck <address@hidden>  03/10/15 10:00:25

Modified files:
        src/rpc/drivers: __init__.py 
        src/rpc/drivers/pyro: __init__.py 
Added files:
        src/rpc/drivers/pyro: Driver.py ClientAdapter.py 
                              ServerAdapter.py 

Log message:
        add pyro rpc-driver (alpha status)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/rpc/drivers/__init__.py.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/rpc/drivers/pyro/Driver.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/rpc/drivers/pyro/ClientAdapter.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/rpc/drivers/pyro/ServerAdapter.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/rpc/drivers/pyro/__init__.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gnue-common/src/rpc/drivers/__init__.py
diff -c gnue-common/src/rpc/drivers/__init__.py:1.4 
gnue-common/src/rpc/drivers/__init__.py:1.5
*** gnue-common/src/rpc/drivers/__init__.py:1.4 Tue Sep 23 18:34:38 2003
--- gnue-common/src/rpc/drivers/__init__.py     Wed Oct 15 10:00:24 2003
***************
*** 1 ****
! DRIVERS = [ 'xmlrpc','proxy','sockets','corba','soap']
--- 1 ----
! DRIVERS = [ 'xmlrpc','proxy','sockets','corba','soap','pyro']
Index: gnue-common/src/rpc/drivers/pyro/__init__.py
diff -c gnue-common/src/rpc/drivers/pyro/__init__.py:1.2 
gnue-common/src/rpc/drivers/pyro/__init__.py:1.3
*** gnue-common/src/rpc/drivers/pyro/__init__.py:1.2    Wed Jan  1 19:45:42 2003
--- gnue-common/src/rpc/drivers/pyro/__init__.py        Wed Oct 15 10:00:24 2003
***************
*** 1,30 ****
! #
! # This file is part of GNU Enterprise.
! #
! # GNU Enterprise is free software; you can redistribute it
! # and/or modify it under the terms of the GNU General Public
! # License as published by the Free Software Foundation; either
! # version 2, or (at your option) any later version.
! #
! # GNU Enterprise is distributed in the hope that it will be
! # useful, but WITHOUT ANY WARRANTY; without even the implied
! # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
! # PURPOSE. See the GNU General Public License for more details.
! #
! # You should have received a copy of the GNU General Public
! # License along with program; see the file COPYING. If not,
! # write to the Free Software Foundation, Inc., 59 Temple Place
! # - Suite 330, Boston, MA 02111-1307, USA.
! #
! # Copyright 2001-2003 Free Software Foundation
! #
! # FILE:
! # __init__.py
! #
! # DESCRIPTION:
! # __init__ class for commdrivers.
! #
! # NOTES:
! 
! from CommDriver import *
! 
--- 1 ----
! DRIVERS = ['pyro']




reply via email to

[Prev in Thread] Current Thread [Next in Thread]