commit-gnue
[Top][All Lists]
Advanced

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

gnue/common/doc/technotes 00005.txt


From: Jason Cater
Subject: gnue/common/doc/technotes 00005.txt
Date: Thu, 07 Nov 2002 19:12:25 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/11/07 19:12:25

Modified files:
        common/doc/technotes: 00005.txt 

Log message:
        updated technote to remove obsolete info

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/doc/technotes/00005.txt.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gnue/common/doc/technotes/00005.txt
diff -c gnue/common/doc/technotes/00005.txt:1.2 
gnue/common/doc/technotes/00005.txt:1.3
*** gnue/common/doc/technotes/00005.txt:1.2     Wed Sep 18 02:49:27 2002
--- gnue/common/doc/technotes/00005.txt Thu Nov  7 19:12:25 2002
***************
*** 64,80 ****
  
  Some notes:
  
!   1) GNUe-Common will expect to see to two objects in your handler's
!      namespace:   LoginHandler   (from the import statement) and
!                   MyLoginHandler (your customized login class)
! 
!      For this reason, do NOT change the import statement to read:
!        from gnue.common import GLoginHandler
!      and then change the class' parent to be GLoginHandler.LoginHandler.
!      If you do, your customized handler will probably not work the way
!      you expect.
! 
!   2) Almost the only restriction placed on getLogin's functionality is
       that it must return a hash containing at least the values requested
       when getLogin was called, using the value id's supplied. Your code,
       in theory, can do whatever it needs in order to return these values.
--- 64,70 ----
  
  Some notes:
  
!   1) Almost the only restriction placed on getLogin's functionality is
       that it must return a hash containing at least the values requested
       when getLogin was called, using the value id's supplied. Your code,
       in theory, can do whatever it needs in order to return these values.




reply via email to

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