Songbird String Bundle Service Source. More...
#include "sbStringBundleService.h"#include <nsIObserverService.h>#include "sbStringUtils.h"#include <nsAutoPtr.h>#include <nsCOMPtr.h>#include <nsServiceManagerUtils.h>#include <nsThreadUtils.h>Go to the source code of this file.
Functions | |
| NS_IMPL_THREADSAFE_ISUPPORTS3 (sbStringBundleService, nsIStringBundleService, nsIObserver, sbIStringBundleService) NS_IMETHODIMP sbStringBundleService | |
| Main Songbird string bundle. Thread-safe. More... | |
| NS_IMPL_THREADSAFE_ISUPPORTS1 (sbStringBundle, nsIStringBundle) NS_IMETHODIMP sbStringBundle | |
Songbird String Bundle Service Source.
Definition in file sbStringBundleService.cpp.
| NS_IMPL_THREADSAFE_ISUPPORTS1 | ( | sbStringBundle | , |
| nsIStringBundle | |||
| ) |
Definition at line 348 of file sbStringBundleService.cpp.
| NS_IMPL_THREADSAFE_ISUPPORTS3 | ( | sbStringBundleService | , |
| nsIStringBundleService | , | ||
| nsIObserver | , | ||
| sbIStringBundleService | |||
| ) |
Main Songbird string bundle. Thread-safe.
Definition at line 69 of file sbStringBundleService.cpp.