Up

GSWeb: Class GSWLogin

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.4

Date: 2004/03/25 08:31:52

Copyright: (C) 1999-2004 Free Software Foundation, Inc.

Software documentation for the GSWLogin class

GSWLogin : GSWComponent

Declared in:
Foundation/GSWLogin.h
Standards:

Description forthcoming.


Instance Variables



Instance Variables for GSWLogin Class

_tryCount

@protected int _tryCount;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


message

@protected NSString* message;

Description forthcoming.


password

@protected NSString* password;

Description forthcoming.


user

@protected NSString* user;

Description forthcoming.






Up