#include "sbWatchFolderService.h"
#include "sbWatchFolderServiceCID.h"
#include "sbWatchFolderDefines.h"
#include <sbIWFMoveRenameHelper9000.h>
#include <sbIWFRemoveHelper9001.h>
#include <sbPropertiesCID.h>
#include <sbStandardProperties.h>
#include <sbIApplicationController.h>
#include <sbIDirectoryImportService.h>
#include <sbIFileMetadataService.h>
#include <sbIJobProgress.h>
#include <sbIJobProgressService.h>
#include <sbILibraryManager.h>
#include <sbIPropertyArray.h>
#include <sbStringBundle.h>
#include <sbIPrompter.h>
#include <nsComponentManagerUtils.h>
#include <nsServiceManagerUtils.h>
#include <nsICategoryManager.h>
#include <nsILocalFile.h>
#include <nsIPrefBranch2.h>
#include <nsIObserverService.h>
#include <nsIURI.h>
#include <nsTArray.h>
#include <sbIMediacoreTypeSniffer.h>
#include <nsThreadUtils.h>
#include <nsXPCOMCIDInternal.h>
#include <nsIXULRuntime.h>
#include <prlog.h>
Go to the source code of this file.
Functions | |
NS_IMPL_ISUPPORTS5 (sbWatchFolderService, sbIWatchFolderService, sbIFileSystemListener, sbIMediaListEnumerationListener, nsITimerCallback, sbIJobProgressListener) sbWatchFolderService | |
NS_IMPL_ISUPPORTS5 | ( | sbWatchFolderService | , |
sbIWatchFolderService | , | ||
sbIFileSystemListener | , | ||
sbIMediaListEnumerationListener | , | ||
nsITimerCallback | , | ||
sbIJobProgressListener | |||
) |
Definition at line 63 of file sbWatchFolderService.cpp.