aboutsummaryrefslogtreecommitdiff
path: root/GTMDefines.h
diff options
context:
space:
mode:
authorGravatar thomasvl@gmail.com <thomasvl@gmail.com@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-02-27 22:27:10 +0000
committerGravatar thomasvl@gmail.com <thomasvl@gmail.com@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-02-27 22:27:10 +0000
commit2a0b7a682f110725f74ec102f8657fc609a99285 (patch)
tree5e2624fa11cf1dd01839718fc57da29a6527b37e /GTMDefines.h
parent695ba5c2c7168059c0aa243ea7303ac57e10d455 (diff)
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.
Diffstat (limited to 'GTMDefines.h')
-rw-r--r--GTMDefines.h11
1 files changed, 0 insertions, 11 deletions
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