Songbird seekable channel component implementation. More...
#include "SeekableChannel.h"
#include <nsIInputStream.h>
#include <nsIIOService.h>
#include <nsIResumableChannel.h>
#include <nsIURI.h>
#include <nsMemory.h>
#include <nsServiceManagerUtils.h>
#include <nsStringGlue.h>
#include <prlog.h>
Go to the source code of this file.
Macros | |
#define | LOG(args) /* nothing */ |
Functions | |
NS_IMPL_THREADSAFE_ISUPPORTS5 (sbSeekableChannel, sbISeekableChannel, nsIStreamListener, nsIRequestObserver, nsIChannelEventSink, nsIInterfaceRequestor) NS_IMETHODIMP sbSeekableChannel | |
Songbird seekable channel component implementation.
Definition in file SeekableChannel.cpp.
#define LOG | ( | args | ) | /* nothing */ |
Definition at line 70 of file SeekableChannel.cpp.
NS_IMPL_THREADSAFE_ISUPPORTS5 | ( | sbSeekableChannel | , |
sbISeekableChannel | , | ||
nsIStreamListener | , | ||
nsIRequestObserver | , | ||
nsIChannelEventSink | , | ||
nsIInterfaceRequestor | |||
) |
Definition at line 80 of file SeekableChannel.cpp.