PublicUtility/CADebugger.h
/* |
Copyright (C) 2016 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
Part of Core Audio Public Utility Classes |
*/ |
#if !defined(__CADebugger_h__) |
#define __CADebugger_h__ |
//============================================================================= |
// Includes |
//============================================================================= |
#if !defined(__COREAUDIO_USE_FLAT_INCLUDES__) |
#include <CoreAudio/CoreAudioTypes.h> |
#else |
#include <CoreAudioTypes.h> |
#endif |
//============================================================================= |
// CADebugger |
//============================================================================= |
#if TARGET_API_MAC_OSX |
extern bool CAIsDebuggerAttached(void); |
#endif |
extern void CADebuggerStop(void); |
#endif |
Copyright © 2016 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2016-02-19