API 0.9.5
Foundation/CPJSONPConnection.h
Go to the documentation of this file.
00001 
00002 @interface CPJSONPConnection : CPObject
00003 {
00004     CPURLRequest    _request;
00005     id              _delegate;
00006 
00007     CPString        _callbackParameter;
00008     DOMElement      _scriptTag;
00009 }
00010 @end
 All Classes Files Functions Variables Defines