/* File: DiscRecording/DiscRecording.h Contains: DiscRecording interfaces. Version: Technology: Mac OS X Release: Mac OS X Copyright: (c) 2002-2007 Apple Inc. All Rights Reserved. Bugs?: For bug reports, consult the following page on the World Wide Web: http://developer.apple.com/bugreporter/ */ #ifndef _H_DiscRecording #define _H_DiscRecording #if PRAGMA_ONCE #pragma once #endif #ifndef __CORESERVICES__ #include #endif #ifndef _H_DRCoreBurn #include #endif #ifndef _H_DRCoreCDText #include #endif #ifndef _H_DRCoreDevice #include #endif #ifndef _H_DRCoreErase #include #endif #ifndef _H_DRCoreErrors #include #endif #ifndef _H_DRCoreNotifications #include #endif #ifndef _H_DRCoreObject #include #endif #ifndef _H_DRCoreStatus #include #endif #ifndef _H_DRCoreTrack #include #endif #ifndef _H_DRContentFolder #include #endif #ifndef _H_DRContentFile #include #endif #ifndef _H_DRContentProperties #include #endif #ifndef _H_DRContentTrack #include #endif #ifdef __OBJC__ #import #import #import #import #import #import #import #import #import #import #import #import #import #import #endif #ifdef __cplusplus extern "C" { #endif NumVersion DRGetVersion(void); #ifdef __cplusplus } #endif #endif /* _H_DiscRecording */