Show
Ignore:
Timestamp:
11/16/2009 08:07:37 PM (2 years ago)
Author:
gbooker
Message:

Made the virtual directory importer more global and at completed the custom virtual directory setup for tv directories.
Refs #313

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SapphireFrappliance/FRAppliance/SapphireApplianceController.h

    r903 r966  
    2323#define DISTRIBUTED_MESSAGES_PORT 15473 
    2424 
    25 @class SapphireSettings, SapphireTheme, SapphireLeopardOnly, SapphireImporterDataMenu, SapphireBrowser, SapphireDistributedMessagesReceiver; 
     25@class SapphireSettings, SapphireTheme, SapphireLeopardOnly, SapphireImporterDataMenu, SapphireBrowser, SapphireDistributedMessagesReceiver, SapphireCustomVirtualDirectoryImporter; 
    2626 
    2727extern NSString *SAPPHIRE_MANAGED_OBJECT_CONTEXT_CLOSING; 
     
    141141 
    142142/*! 
     143 * @brief Gets the current custom virtual directory importer 
     144 * 
     145 * @return The current custom virtual directory importer 
     146 */ 
     147+ (SapphireCustomVirtualDirectoryImporter *)customVirtualDirectoryImporter; 
     148 
     149/*! 
    143150 * @brief Log an exception to the console 
    144151 *