sbMainThreadMetadataProcessor.cpp File Reference

Implementation for sbMainThreadMetadataProcessor.h. More...

#include <nspr.h>
#include <nscore.h>
#include <nsThreadUtils.h>
#include <nsComponentManagerUtils.h>
#include "sbMainThreadMetadataProcessor.h"
#include "sbFileMetadataService.h"
#include "sbMetadataJobItem.h"
#include "prlog.h"
Include dependency graph for sbMainThreadMetadataProcessor.cpp:

Go to the source code of this file.

Macros

#define TIMER_PERIOD   33
 
#define NUM_ACTIVE_HANDLERS   15
 
#define TRACE(args)   /* nothing */
 
#define LOG(args)   /* nothing */
 

Functions

 NS_IMPL_THREADSAFE_ISUPPORTS1 (sbMainThreadMetadataProcessor, nsITimerCallback)
 

Detailed Description

Macro Definition Documentation

#define LOG (   args)    /* nothing */

Definition at line 57 of file sbMainThreadMetadataProcessor.cpp.

#define NUM_ACTIVE_HANDLERS   15

Definition at line 49 of file sbMainThreadMetadataProcessor.cpp.

#define TIMER_PERIOD   33

Definition at line 48 of file sbMainThreadMetadataProcessor.cpp.

#define TRACE (   args)    /* nothing */

Definition at line 56 of file sbMainThreadMetadataProcessor.cpp.

Function Documentation

NS_IMPL_THREADSAFE_ISUPPORTS1 ( sbMainThreadMetadataProcessor  ,
nsITimerCallback   
)