/[papo]/gnue/common/src/GClientApp.py
ViewVC logotype

Diff of /gnue/common/src/GClientApp.py

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

revision 1.1 by charlie, Fri Jun 28 19:43:49 2002 UTC revision 1.2 by styxman, Fri Nov 15 15:32:54 2002 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 2000, 2001 Free Software Foundation  # Copyright 2000-2002 Free Software Foundation
20  #  #
21  # FILE:  # FILE:
22  # GClientApp.py  # GClientApp.py
23  #  #
24  # DESCRIPTION:  # DESCRIPTION:
25  # Class that provides a basis for GNUe client applications.  # Class that provides a basis for GNUe client applications.
26  #  #
27  # NOTES:  # NOTES:
28  # This will eventually have features only needed by "client"  # This will eventually have features only needed by "client"
29  # applications, such as abstracted client RPC calls via  # applications, such as abstracted client RPC calls via
30  # CORBA, RPC-XML, SOAP, etc.  # CORBA, RPC-XML, SOAP, etc.
 #  
 # HISTORY:  
31  #  #
32    
33  from GBaseApp import GBaseApp  from GBaseApp import GBaseApp
34    
35  class GClientApp(GBaseApp):  class GClientApp(GBaseApp):
36    
37    #    #
38    #  Set the login handler for this session    #  Set the login handler for this session

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

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