commit-gnue
[Top][All Lists]
Advanced

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

gnue-common/src/rpc/drivers proxy/__init__.py s...


From: Jan Ischebeck
Subject: gnue-common/src/rpc/drivers proxy/__init__.py s...
Date: Mon, 22 Sep 2003 18:50:45 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-common
Branch:         
Changes by:     Jan Ischebeck <address@hidden>  03/09/22 18:50:45

Modified files:
        src/rpc/drivers/proxy: __init__.py 
        src/rpc/drivers/sockets: __init__.py 
        src/rpc/drivers/_helpers: ObjectEnabler.py 

Log message:
        RPC Directory Structure Change: fix ObjectEnabler and add more 
infrastruct.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/rpc/drivers/proxy/__init__.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/rpc/drivers/sockets/__init__.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/rpc/drivers/_helpers/ObjectEnabler.py.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: gnue-common/src/rpc/drivers/_helpers/ObjectEnabler.py
diff -c gnue-common/src/rpc/drivers/_helpers/ObjectEnabler.py:1.6 
gnue-common/src/rpc/drivers/_helpers/ObjectEnabler.py:1.7
*** gnue-common/src/rpc/drivers/_helpers/ObjectEnabler.py:1.6   Thu Apr  3 
14:57:20 2003
--- gnue-common/src/rpc/drivers/_helpers/ObjectEnabler.py       Mon Sep 22 
18:50:45 2003
***************
*** 30,37 ****
  #
  
  from gnue.common.apps import GDebug
! from gnue.common.rpc.drivers._helpers import ObjectLibrarian
! from gnue.common.rpc.drivers._directory import DirectoryServer
  
  import string, sys, thread, traceback
  
--- 30,36 ----
  #
  
  from gnue.common.apps import GDebug
! from gnue.common.rpc.drivers._helpers import ObjectLibrarian, DirectoryServer
  
  import string, sys, thread, traceback
  
Index: gnue-common/src/rpc/drivers/proxy/__init__.py
diff -c gnue-common/src/rpc/drivers/proxy/__init__.py:1.2 
gnue-common/src/rpc/drivers/proxy/__init__.py:1.3
*** gnue-common/src/rpc/drivers/proxy/__init__.py:1.2   Wed Jan  1 19:45:42 2003
--- gnue-common/src/rpc/drivers/proxy/__init__.py       Mon Sep 22 18:50:44 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 ----
! DRIVER=['proxy']
Index: gnue-common/src/rpc/drivers/sockets/__init__.py
diff -c gnue-common/src/rpc/drivers/sockets/__init__.py:1.2 
gnue-common/src/rpc/drivers/sockets/__init__.py:1.3
*** gnue-common/src/rpc/drivers/sockets/__init__.py:1.2 Wed Jan  1 19:45:42 2003
--- gnue-common/src/rpc/drivers/sockets/__init__.py     Mon Sep 22 18:50:44 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 ----
! DRIVER=['socket']




reply via email to

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