Up

GSWeb: Class GSWRecording

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.1

Date: 2003/11/24 10:51:45

Copyright: (C) 2003 Free Software Foundation, Inc.

Software documentation for the GSWRecording class

GSWRecording : NSObject

Declared in:
Foundation/GSWRecording.h
Standards:

Description forthcoming.


Instance Variables



Instance Variables for GSWRecording Class

_recordingPath

@protected NSString* _recordingPath;

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.


_recordingStep

@protected long int _recordingStep;

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.


_request

@protected GSWRequest* _request;

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.


_wildcards

@protected NSString* _wildcards;

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.






Up