sbHTTPMediaItemDownloadJob.cpp File Reference

HTTP Media Item Download Job Source. More...

#include "sbHTTPMediaItemDownloadJob.h"
#include <nsAutoPtr.h>
#include "prlog.h"
Include dependency graph for sbHTTPMediaItemDownloadJob.cpp:

Go to the source code of this file.

Macros

#define TRACE(args)   /* nothing */
 
#define LOG(args)   /* nothing */
 

Functions

 NS_IMPL_ISUPPORTS_INHERITED0 (sbHTTPMediaItemDownloadJob, sbBaseMediaItemDownloadJob) nsresult sbHTTPMediaItemDownloadJob
 

Detailed Description

HTTP Media Item Download Job Source.

Definition in file sbHTTPMediaItemDownloadJob.cpp.

Macro Definition Documentation

#define LOG (   args)    /* nothing */

Definition at line 76 of file sbHTTPMediaItemDownloadJob.cpp.

#define TRACE (   args)    /* nothing */

To log this module, set the following environment variable: NSPR_LOG_MODULES=sbHTTPMediaItemDownloadJob:5 Use the following to output to a file: NSPR_LOG_FILE=path/to/file.log

Definition at line 75 of file sbHTTPMediaItemDownloadJob.cpp.

Function Documentation

NS_IMPL_ISUPPORTS_INHERITED0 ( sbHTTPMediaItemDownloadJob  ,
sbBaseMediaItemDownloadJob   
)

Definition at line 86 of file sbHTTPMediaItemDownloadJob.cpp.