From 2a0b7a682f110725f74ec102f8657fc609a99285 Mon Sep 17 00:00:00 2001 From: "thomasvl@gmail.com" Date: Fri, 27 Feb 2009 22:27:10 +0000 Subject: Dropping the Fetcher and ProgressMonitorInputStream, leaving pointers to the GData Obj-C client ones since they are pretty much matches and keeps us from having to maintain two copies of the same basic things. --- GTMDefines.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'GTMDefines.h') diff --git a/GTMDefines.h b/GTMDefines.h index 5fbd773..5012e49 100644 --- a/GTMDefines.h +++ b/GTMDefines.h @@ -34,17 +34,6 @@ // ---------------------------------------------------------------------------- -// GTMHTTPFetcher will support logging by default but only hook its input -// stream support for logging when requested. You can control the inclusion of -// the code by providing your own definitions for these w/in a prefix header. -// -#ifndef GTM_HTTPFETCHER_ENABLE_LOGGING - #define GTM_HTTPFETCHER_ENABLE_LOGGING 1 -#endif // GTM_HTTPFETCHER_ENABLE_LOGGING -#ifndef GTM_HTTPFETCHER_ENABLE_INPUTSTREAM_LOGGING - #define GTM_HTTPFETCHER_ENABLE_INPUTSTREAM_LOGGING 0 -#endif // GTM_HTTPFETCHER_ENABLE_INPUTSTREAM_LOGGING - // By setting the GTM_CONTAINERS_VALIDATION_FAILED_LOG and // GTM_CONTAINERS_VALIDATION_FAILED_ASSERT macros you can control what happens // when a validation fails. If you implement your own validators, you may want -- cgit v1.2.3