sbMediaItemDownloadService.cpp File Reference

Songbird Media Item Download Service Source. More...

#include "sbMediaItemDownloadService.h"
#include <sbIMediaItemDownloader.h>
#include <sbXPCOMUtils.h>
#include <nsComponentManagerUtils.h>
#include <nsIObserverService.h>
#include "prlog.h"
Include dependency graph for sbMediaItemDownloadService.cpp:

Go to the source code of this file.

Macros

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

Functions

 NS_IMPL_THREADSAFE_ISUPPORTS2 (sbMediaItemDownloadService, sbIMediaItemDownloadService, nsIObserver) NS_IMETHODIMP sbMediaItemDownloadService
 

Detailed Description

Songbird Media Item Download Service Source.

Definition in file sbMediaItemDownloadService.cpp.

Macro Definition Documentation

#define LOG (   args)    /* nothing */

Definition at line 82 of file sbMediaItemDownloadService.cpp.

#define TRACE (   args)    /* nothing */

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

Definition at line 81 of file sbMediaItemDownloadService.cpp.

Function Documentation

NS_IMPL_THREADSAFE_ISUPPORTS2 ( sbMediaItemDownloadService  ,
sbIMediaItemDownloadService  ,
nsIObserver   
)

Definition at line 92 of file sbMediaItemDownloadService.cpp.