Base Media Item Download Job Source. More...
#include "sbBaseMediaItemDownloadJob.h"
#include <sbPropertiesCID.h>
#include <sbProxiedComponentManager.h>
#include <sbStringUtils.h>
#include <sbTArrayStringEnumerator.h>
#include <nsAutoLock.h>
#include <nsIURI.h>
#include <nsIURL.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_ISUPPORTS4 (sbBaseMediaItemDownloadJob, sbIMediaItemDownloadJob, sbIJobProgress, sbIJobCancelable, sbIFileDownloaderListener) NS_IMETHODIMP sbBaseMediaItemDownloadJob | |
Base Media Item Download Job Source.
Definition in file sbBaseMediaItemDownloadJob.cpp.
#define LOG | ( | args | ) | /* nothing */ |
Definition at line 84 of file sbBaseMediaItemDownloadJob.cpp.
#define TRACE | ( | args | ) | /* nothing */ |
To log this module, set the following environment variable: NSPR_LOG_MODULES=sbBaseMediaItemDownloadJob:5 Use the following to output to a file: NSPR_LOG_FILE=path/to/file.log
Definition at line 83 of file sbBaseMediaItemDownloadJob.cpp.
NS_IMPL_THREADSAFE_ISUPPORTS4 | ( | sbBaseMediaItemDownloadJob | , |
sbIMediaItemDownloadJob | , | ||
sbIJobProgress | , | ||
sbIJobCancelable | , | ||
sbIFileDownloaderListener | |||
) |
Definition at line 94 of file sbBaseMediaItemDownloadJob.cpp.