~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to Headers/Foundation/NSURLHandle.h

Tags: upstream-1.11.2
ImportĀ upstreamĀ versionĀ 1.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
   
19
19
   You should have received a copy of the GNU Library General Public
20
20
   License along with this library; if not, write to the Free
21
 
   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
 
21
   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
22
22
*/
23
23
 
24
24
#ifndef _NSURLHandle_h__
158
158
- (void) URLHandleResourceDidBeginLoading: (NSURLHandle*)sender;
159
159
 
160
160
/**
161
 
 * Sent by the NSURLHandle object when resource loading is canceled
 
161
 * Sent by the NSURLHandle object when resource loading is cancelled
162
162
 * by programmatic request (rather than by failure).
163
163
 */
164
164
- (void) URLHandleResourceDidCancelLoading: (NSURLHandle*)sender;