sbDurationPropertyInfo.cpp File Reference
#include "sbDurationPropertyInfo.h"
#include <nsAutoPtr.h>
#include <nsComponentManagerUtils.h>
#include <nsServiceManagerUtils.h>
#include <prtime.h>
#include <prprf.h>
#include <sbLockUtils.h>
Include dependency graph for sbDurationPropertyInfo.cpp:

Go to the source code of this file.

Functions

 NS_IMPL_ADDREF_INHERITED (sbDurationPropertyInfo, sbPropertyInfo)
 
 NS_IMPL_RELEASE_INHERITED (sbDurationPropertyInfo, sbPropertyInfo)
 

Variables

static const char * gsFmtRadix10 = "%lld"
 
static const char * gsSortFmtRadix10 = "%+020lld"
 
static const char * gsFmtMilliseconds10 = "%04d"
 

Function Documentation

NS_IMPL_ADDREF_INHERITED ( sbDurationPropertyInfo  ,
sbPropertyInfo   
)
NS_IMPL_RELEASE_INHERITED ( sbDurationPropertyInfo  ,
sbPropertyInfo   
)

Variable Documentation

const char* gsFmtMilliseconds10 = "%04d"
static

Definition at line 39 of file sbDurationPropertyInfo.cpp.

const char* gsFmtRadix10 = "%lld"
static

Definition at line 37 of file sbDurationPropertyInfo.cpp.

const char* gsSortFmtRadix10 = "%+020lld"
static

Definition at line 38 of file sbDurationPropertyInfo.cpp.