HTTP Media Item Downloader Source. More...
#include "sbHTTPMediaItemDownloader.h"
#include "sbHTTPMediaItemDownloadJob.h"
#include <sbFileUtils.h>
#include <sbProxiedComponentManager.h>
#include <nsAutoPtr.h>
#include <nsIChannel.h>
#include <nsIIOService.h>
#include <nsIPropertyBag2.h>
#include <nsIURI.h>
#include "prlog.h"
Go to the source code of this file.
Macros | |
#define | TRACE(args) /* nothing */ |
#define | LOG(args) /* nothing */ |
Functions | |
NS_IMPL_THREADSAFE_ISUPPORTS1 (sbHTTPMediaItemDownloader, sbIMediaItemDownloader) NS_IMETHODIMP sbHTTPMediaItemDownloader | |
HTTP Media Item Downloader Source.
Definition in file sbHTTPMediaItemDownloader.cpp.
#define LOG | ( | args | ) | /* nothing */ |
Definition at line 87 of file sbHTTPMediaItemDownloader.cpp.
#define TRACE | ( | args | ) | /* nothing */ |
To log this module, set the following environment variable: NSPR_LOG_MODULES=sbHTTPMediaItemDownloader:5 Use the following to output to a file: NSPR_LOG_FILE=path/to/file.log
Definition at line 86 of file sbHTTPMediaItemDownloader.cpp.
NS_IMPL_THREADSAFE_ISUPPORTS1 | ( | sbHTTPMediaItemDownloader | , |
sbIMediaItemDownloader | |||
) |
Definition at line 97 of file sbHTTPMediaItemDownloader.cpp.