rcLoginImpl.py

Go to the documentation of this file.
00001 #!/usr/local/bin/python
00002 #
00003 #                               Copyright 2005
00004 #                                     by
00005 #                        The Board of Trustees of the
00006 #                     Leland Stanford Junior University.
00007 #                            All rights reserved.
00008 #
00009 
00010 __facility__ = "Online"
00011 __abstract__ = "Dialog for authenticating the user"
00012 __author__   = "S. Tuvi <STuvi@SLAC.Stanford.edu>"
00013 __date__     = "2005/07/23 00:08:27"
00014 __updated__  = "$Date: 2005/09/22 00:29:30 $"
00015 __version__  = "$Revision: 1.4 $"
00016 __release__  = "$Name: HEAD $"
00017 __credits__  = "SLAC"
00018 
00019 import LICOS.copyright_SLAC
00020 
00021 from rcLogin import rcLogin
00022 
00023 class rcLoginImpl(rcLogin):
00024   """!\brief Login dialog implementation.
00025 
00026   """
00027   def __init__(self, parent=None, name="rcLoginImpl", fl=0):
00028     """!\brief rcLoginImpl constructor.
00029 
00030     \param parent Parent GUI
00031     \param name   GUI name
00032     \param fl     GUI flag
00033     """
00034     rcLogin.__init__(self,parent,name,fl)
00035 

Generated on Thu Apr 27 20:52:43 2006 for LICOS L02-01-00 by doxygen 1.4.6-NO