Up

GSWeb: Class GSWRequestHandler

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.2

Date: 2002/08/04 18:00:11

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


Contents -

  1. Software documentation for the GSWRequestHandler class
  2. Software documentation for the GSWRequestHandler(GSWRequestHandlerClassA) category

Software documentation for the GSWRequestHandler class

GSWRequestHandler : NSObject

Declared in:
Foundation/GSWRequestHandler.h
Conforms to:
NSLocking
Standards:

Description forthcoming.


Instance Variables

Method summary

lock 

- (void) lock;

Description forthcoming.


unlock 

- (void) unlock;

Description forthcoming.




Instance Variables for GSWRequestHandler Class

_selfLock

@protected NSRecursiveLock* _selfLock;

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.


_selfLockn

@protected int _selfLockn;

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.





Software documentation for the GSWRequestHandler(GSWRequestHandlerClassA) category

GSWRequestHandler(GSWRequestHandlerClassA)

Declared in:
Foundation/GSWRequestHandler.h
Standards:

Description forthcoming.

Method summary

handler 

+ (id) handler;

Description forthcoming.



Up