Browse Source

Replace include guards with "#pragma once"

tags/2021-05-28
hogliux 8 years ago
parent
commit
2da1bc5f41
100 changed files with 101 additions and 470 deletions
  1. +1
    -6
      modules/juce_audio_basics/buffers/juce_AudioChannelSet.h
  2. +1
    -5
      modules/juce_audio_basics/buffers/juce_AudioDataConverters.h
  3. +1
    -5
      modules/juce_audio_basics/buffers/juce_AudioSampleBuffer.h
  4. +1
    -5
      modules/juce_audio_basics/buffers/juce_FloatVectorOperations.h
  5. +1
    -5
      modules/juce_audio_basics/effects/juce_Decibels.h
  6. +1
    -5
      modules/juce_audio_basics/effects/juce_IIRFilter.h
  7. +1
    -5
      modules/juce_audio_basics/effects/juce_LinearSmoothedValue.h
  8. +1
    -5
      modules/juce_audio_basics/effects/juce_Reverb.h
  9. +1
    -4
      modules/juce_audio_basics/juce_audio_basics.h
  10. +1
    -5
      modules/juce_audio_basics/midi/juce_MidiBuffer.h
  11. +1
    -5
      modules/juce_audio_basics/midi/juce_MidiFile.h
  12. +1
    -5
      modules/juce_audio_basics/midi/juce_MidiKeyboardState.h
  13. +1
    -4
      modules/juce_audio_basics/midi/juce_MidiMessage.h
  14. +1
    -5
      modules/juce_audio_basics/midi/juce_MidiMessageSequence.h
  15. +1
    -5
      modules/juce_audio_basics/midi/juce_MidiRPN.h
  16. +1
    -5
      modules/juce_audio_basics/mpe/juce_MPEInstrument.h
  17. +1
    -6
      modules/juce_audio_basics/mpe/juce_MPEMessages.h
  18. +1
    -5
      modules/juce_audio_basics/mpe/juce_MPENote.h
  19. +1
    -5
      modules/juce_audio_basics/mpe/juce_MPESynthesiser.h
  20. +1
    -5
      modules/juce_audio_basics/mpe/juce_MPESynthesiserBase.h
  21. +1
    -5
      modules/juce_audio_basics/mpe/juce_MPESynthesiserVoice.h
  22. +1
    -5
      modules/juce_audio_basics/mpe/juce_MPEValue.h
  23. +1
    -5
      modules/juce_audio_basics/mpe/juce_MPEZone.h
  24. +1
    -5
      modules/juce_audio_basics/mpe/juce_MPEZoneLayout.h
  25. +1
    -5
      modules/juce_audio_basics/sources/juce_AudioSource.h
  26. +1
    -5
      modules/juce_audio_basics/sources/juce_BufferingAudioSource.h
  27. +1
    -5
      modules/juce_audio_basics/sources/juce_ChannelRemappingAudioSource.h
  28. +1
    -5
      modules/juce_audio_basics/sources/juce_IIRFilterAudioSource.h
  29. +1
    -5
      modules/juce_audio_basics/sources/juce_MixerAudioSource.h
  30. +1
    -5
      modules/juce_audio_basics/sources/juce_PositionableAudioSource.h
  31. +1
    -5
      modules/juce_audio_basics/sources/juce_ResamplingAudioSource.h
  32. +1
    -5
      modules/juce_audio_basics/sources/juce_ReverbAudioSource.h
  33. +1
    -5
      modules/juce_audio_basics/sources/juce_ToneGeneratorAudioSource.h
  34. +1
    -5
      modules/juce_audio_basics/synthesisers/juce_Synthesiser.h
  35. +1
    -4
      modules/juce_audio_devices/audio_io/juce_AudioDeviceManager.h
  36. +1
    -5
      modules/juce_audio_devices/audio_io/juce_AudioIODevice.h
  37. +1
    -5
      modules/juce_audio_devices/audio_io/juce_AudioIODeviceType.h
  38. +1
    -5
      modules/juce_audio_devices/audio_io/juce_SystemAudioVolume.h
  39. +1
    -4
      modules/juce_audio_devices/juce_audio_devices.h
  40. +1
    -5
      modules/juce_audio_devices/midi_io/juce_MidiInput.h
  41. +1
    -5
      modules/juce_audio_devices/midi_io/juce_MidiMessageCollector.h
  42. +1
    -5
      modules/juce_audio_devices/midi_io/juce_MidiOutput.h
  43. +1
    -4
      modules/juce_audio_devices/native/juce_MidiDataConcatenator.h
  44. +1
    -5
      modules/juce_audio_devices/sources/juce_AudioSourcePlayer.h
  45. +1
    -5
      modules/juce_audio_devices/sources/juce_AudioTransportSource.h
  46. +1
    -5
      modules/juce_audio_formats/format/juce_AudioFormat.h
  47. +1
    -5
      modules/juce_audio_formats/format/juce_AudioFormatManager.h
  48. +1
    -5
      modules/juce_audio_formats/format/juce_AudioFormatReader.h
  49. +1
    -5
      modules/juce_audio_formats/format/juce_AudioFormatReaderSource.h
  50. +1
    -4
      modules/juce_audio_formats/format/juce_AudioFormatWriter.h
  51. +1
    -4
      modules/juce_audio_formats/format/juce_AudioSubsectionReader.h
  52. +1
    -5
      modules/juce_audio_formats/format/juce_BufferingAudioFormatReader.h
  53. +1
    -5
      modules/juce_audio_formats/format/juce_MemoryMappedAudioFormatReader.h
  54. +1
    -4
      modules/juce_audio_formats/juce_audio_formats.h
  55. +1
    -5
      modules/juce_audio_formats/sampler/juce_Sampler.h
  56. +1
    -2
      modules/juce_audio_plugin_client/AAX/juce_AAX_Modifier_Injector.h
  57. +1
    -4
      modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode_Header.h
  58. +1
    -5
      modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterWindow.h
  59. +1
    -4
      modules/juce_audio_plugin_client/juce_audio_plugin_client.h
  60. +1
    -4
      modules/juce_audio_plugin_client/utility/juce_CarbonVisibility.h
  61. +1
    -4
      modules/juce_audio_plugin_client/utility/juce_FakeMouseMoveGenerator.h
  62. +1
    -4
      modules/juce_audio_plugin_client/utility/juce_IncludeModuleHeaders.h
  63. +1
    -5
      modules/juce_audio_processors/format/juce_AudioPluginFormat.h
  64. +1
    -6
      modules/juce_audio_processors/format/juce_AudioPluginFormatManager.h
  65. +1
    -3
      modules/juce_audio_processors/format_types/juce_VST3Common.h
  66. +1
    -4
      modules/juce_audio_processors/format_types/juce_VST3Headers.h
  67. +1
    -3
      modules/juce_audio_processors/format_types/juce_VST3PluginFormat.h
  68. +1
    -4
      modules/juce_audio_processors/format_types/juce_VSTCommon.h
  69. +2
    -4
      modules/juce_audio_processors/format_types/juce_VSTMidiEventList.h
  70. +1
    -4
      modules/juce_audio_processors/juce_audio_processors.h
  71. +1
    -5
      modules/juce_audio_processors/processors/juce_AudioPlayHead.h
  72. +1
    -5
      modules/juce_audio_processors/processors/juce_AudioPluginInstance.h
  73. +1
    -5
      modules/juce_audio_processors/processors/juce_AudioProcessor.h
  74. +1
    -5
      modules/juce_audio_processors/processors/juce_AudioProcessorEditor.h
  75. +1
    -5
      modules/juce_audio_processors/processors/juce_AudioProcessorGraph.h
  76. +1
    -4
      modules/juce_audio_processors/processors/juce_AudioProcessorListener.h
  77. +1
    -5
      modules/juce_audio_processors/processors/juce_AudioProcessorParameter.h
  78. +1
    -5
      modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.h
  79. +1
    -5
      modules/juce_audio_processors/processors/juce_PluginDescription.h
  80. +1
    -5
      modules/juce_audio_processors/scanning/juce_KnownPluginList.h
  81. +1
    -5
      modules/juce_audio_processors/scanning/juce_PluginDirectoryScanner.h
  82. +1
    -5
      modules/juce_audio_processors/scanning/juce_PluginListComponent.h
  83. +1
    -4
      modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.h
  84. +1
    -3
      modules/juce_audio_utils/audio_cd/juce_AudioCDBurner.h
  85. +1
    -3
      modules/juce_audio_utils/audio_cd/juce_AudioCDReader.h
  86. +1
    -5
      modules/juce_audio_utils/gui/juce_AudioAppComponent.h
  87. +1
    -5
      modules/juce_audio_utils/gui/juce_AudioDeviceSelectorComponent.h
  88. +1
    -5
      modules/juce_audio_utils/gui/juce_AudioThumbnail.h
  89. +1
    -4
      modules/juce_audio_utils/gui/juce_AudioThumbnailBase.h
  90. +1
    -5
      modules/juce_audio_utils/gui/juce_AudioThumbnailCache.h
  91. +1
    -5
      modules/juce_audio_utils/gui/juce_AudioVisualiserComponent.h
  92. +1
    -5
      modules/juce_audio_utils/gui/juce_BluetoothMidiDevicePairingDialogue.h
  93. +1
    -5
      modules/juce_audio_utils/gui/juce_MidiKeyboardComponent.h
  94. +1
    -4
      modules/juce_audio_utils/juce_audio_utils.h
  95. +1
    -5
      modules/juce_audio_utils/players/juce_AudioProcessorPlayer.h
  96. +1
    -5
      modules/juce_audio_utils/players/juce_SoundPlayer.h
  97. +1
    -5
      modules/juce_blocks_basics/juce_blocks_basics.h
  98. +1
    -4
      modules/juce_box2d/juce_box2d.h
  99. +1
    -5
      modules/juce_box2d/utils/juce_Box2DRenderer.h
  100. +1
    -5
      modules/juce_core/containers/juce_AbstractFifo.h

+ 1
- 6
modules/juce_audio_basics/buffers/juce_AudioChannelSet.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOCHANNELSET_H_INCLUDED
#define JUCE_AUDIOCHANNELSET_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -369,7 +368,3 @@ private:
explicit AudioChannelSet (uint32); explicit AudioChannelSet (uint32);
}; };
#endif // JUCE_AUDIOCHANNELSET_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/buffers/juce_AudioDataConverters.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIODATACONVERTERS_H_INCLUDED
#define JUCE_AUDIODATACONVERTERS_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -717,6 +716,3 @@ private:
AudioDataConverters(); AudioDataConverters();
JUCE_DECLARE_NON_COPYABLE (AudioDataConverters) JUCE_DECLARE_NON_COPYABLE (AudioDataConverters)
}; };
#endif // JUCE_AUDIODATACONVERTERS_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/buffers/juce_AudioSampleBuffer.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOSAMPLEBUFFER_H_INCLUDED
#define JUCE_AUDIOSAMPLEBUFFER_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -1105,6 +1104,3 @@ private:
@see AudioBuffer @see AudioBuffer
*/ */
typedef AudioBuffer<float> AudioSampleBuffer; typedef AudioBuffer<float> AudioSampleBuffer;
#endif // JUCE_AUDIOSAMPLEBUFFER_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/buffers/juce_FloatVectorOperations.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_FLOATVECTOROPERATIONS_H_INCLUDED
#define JUCE_FLOATVECTOROPERATIONS_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -211,6 +210,3 @@ public:
*/ */
static void JUCE_CALLTYPE disableDenormalisedNumberSupport() noexcept; static void JUCE_CALLTYPE disableDenormalisedNumberSupport() noexcept;
}; };
#endif // JUCE_FLOATVECTOROPERATIONS_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/effects/juce_Decibels.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_DECIBELS_H_INCLUDED
#define JUCE_DECIBELS_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -105,6 +104,3 @@ private:
Decibels(); // This class can't be instantiated, it's just a holder for static methods.. Decibels(); // This class can't be instantiated, it's just a holder for static methods..
JUCE_DECLARE_NON_COPYABLE (Decibels) JUCE_DECLARE_NON_COPYABLE (Decibels)
}; };
#endif // JUCE_DECIBELS_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/effects/juce_IIRFilter.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_IIRFILTER_H_INCLUDED
#define JUCE_IIRFILTER_H_INCLUDED
#pragma once
class IIRFilter; class IIRFilter;
@@ -214,6 +213,3 @@ protected:
IIRFilter& operator= (const IIRFilter&); IIRFilter& operator= (const IIRFilter&);
JUCE_LEAK_DETECTOR (IIRFilter) JUCE_LEAK_DETECTOR (IIRFilter)
}; };
#endif // JUCE_IIRFILTER_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/effects/juce_LinearSmoothedValue.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_LINEARSMOOTHEDVALUE_H_INCLUDED
#define JUCE_LINEARSMOOTHEDVALUE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -108,6 +107,3 @@ private:
FloatType currentValue, target, step; FloatType currentValue, target, step;
int countdown, stepsToTarget; int countdown, stepsToTarget;
}; };
#endif // JUCE_LINEARSMOOTHEDVALUE_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/effects/juce_Reverb.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_REVERB_H_INCLUDED
#define JUCE_REVERB_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -325,6 +324,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (Reverb) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (Reverb)
}; };
#endif // JUCE_REVERB_H_INCLUDED

+ 1
- 4
modules/juce_audio_basics/juce_audio_basics.h View File

@@ -54,8 +54,7 @@
*******************************************************************************/ *******************************************************************************/
#ifndef JUCE_AUDIO_BASICS_H_INCLUDED
#define JUCE_AUDIO_BASICS_H_INCLUDED
#pragma once
#include <juce_core/juce_core.h> #include <juce_core/juce_core.h>
@@ -103,5 +102,3 @@ namespace juce
#include "synthesisers/juce_Synthesiser.h" #include "synthesisers/juce_Synthesiser.h"
} }
#endif // JUCE_AUDIO_BASICS_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/midi/juce_MidiBuffer.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MIDIBUFFER_H_INCLUDED
#define JUCE_MIDIBUFFER_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -236,6 +235,3 @@ public:
private: private:
JUCE_LEAK_DETECTOR (MidiBuffer) JUCE_LEAK_DETECTOR (MidiBuffer)
}; };
#endif // JUCE_MIDIBUFFER_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/midi/juce_MidiFile.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MIDIFILE_H_INCLUDED
#define JUCE_MIDIFILE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -187,6 +186,3 @@ private:
JUCE_LEAK_DETECTOR (MidiFile) JUCE_LEAK_DETECTOR (MidiFile)
}; };
#endif // JUCE_MIDIFILE_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/midi/juce_MidiKeyboardState.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MIDIKEYBOARDSTATE_H_INCLUDED
#define JUCE_MIDIKEYBOARDSTATE_H_INCLUDED
#pragma once
class MidiKeyboardState; class MidiKeyboardState;
@@ -206,6 +205,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MidiKeyboardState) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MidiKeyboardState)
}; };
#endif // JUCE_MIDIKEYBOARDSTATE_H_INCLUDED

+ 1
- 4
modules/juce_audio_basics/midi/juce_MidiMessage.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MIDIMESSAGE_H_INCLUDED
#define JUCE_MIDIMESSAGE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -937,5 +936,3 @@ private:
inline uint8* getData() const noexcept { return isHeapAllocated() ? packedData.allocatedData : (uint8*) packedData.asBytes; } inline uint8* getData() const noexcept { return isHeapAllocated() ? packedData.allocatedData : (uint8*) packedData.asBytes; }
uint8* allocateSpace (int); uint8* allocateSpace (int);
}; };
#endif // JUCE_MIDIMESSAGE_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/midi/juce_MidiMessageSequence.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MIDIMESSAGESEQUENCE_H_INCLUDED
#define JUCE_MIDIMESSAGESEQUENCE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -287,6 +286,3 @@ private:
JUCE_LEAK_DETECTOR (MidiMessageSequence) JUCE_LEAK_DETECTOR (MidiMessageSequence)
}; };
#endif // JUCE_MIDIMESSAGESEQUENCE_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/midi/juce_MidiRPN.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MIDIRPNDETECTOR_H_INCLUDED
#define JUCE_MIDIRPNDETECTOR_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -153,6 +152,3 @@ public:
bool isNRPN = false, bool isNRPN = false,
bool use14BitValue = true); bool use14BitValue = true);
}; };
#endif // JUCE_MIDIRPNDETECTOR_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/mpe/juce_MPEInstrument.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MPEINSTRUMENT_H_INCLUDED
#define JUCE_MPEINSTRUMENT_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -383,6 +382,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MPEInstrument) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MPEInstrument)
}; };
#endif // JUCE_MPE_H_INCLUDED

+ 1
- 6
modules/juce_audio_basics/mpe/juce_MPEMessages.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MPEMESSAGES_H_INCLUDED
#define JUCE_MPEMESSAGES_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -96,7 +95,3 @@ public:
*/ */
static const int zoneLayoutMessagesRpnNumber = 6; static const int zoneLayoutMessagesRpnNumber = 6;
}; };
#endif // JUCE_MPEMESSAGES_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/mpe/juce_MPENote.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MPENOTE_H_INCLUDED
#define JUCE_MPENOTE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -181,6 +180,3 @@ struct JUCE_API MPENote
/** Returns true if two notes are different notes, determined by their unique ID. */ /** Returns true if two notes are different notes, determined by their unique ID. */
bool operator!= (const MPENote& other) const noexcept; bool operator!= (const MPENote& other) const noexcept;
}; };
#endif // JUCE_MPENOTE_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/mpe/juce_MPESynthesiser.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MPESynthesiser_H_INCLUDED
#define JUCE_MPESynthesiser_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -314,6 +313,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MPESynthesiser) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MPESynthesiser)
}; };
#endif // JUCE_MPESynthesiser_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/mpe/juce_MPESynthesiserBase.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MPESynthesiserBase_H_INCLUDED
#define JUCE_MPESynthesiserBase_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -213,6 +212,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MPESynthesiserBase) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MPESynthesiserBase)
}; };
#endif // JUCE_MPESynthesiserBase_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/mpe/juce_MPESynthesiserVoice.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MPEVoice_H_INCLUDED
#define JUCE_MPEVoice_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
/** /**
@@ -192,6 +191,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MPESynthesiserVoice) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MPESynthesiserVoice)
}; };
#endif // JUCE_MPEVoice_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/mpe/juce_MPEValue.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MPEVALUE_H_INCLUDED
#define JUCE_MPEVALUE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -97,6 +96,3 @@ private:
MPEValue (int normalisedValue); MPEValue (int normalisedValue);
int normalisedValue; int normalisedValue;
}; };
#endif // JUCE_MPEVALUE_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/mpe/juce_MPEZone.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MPEZONE_H_INCLUDED
#define JUCE_MPEZONE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -147,6 +146,3 @@ private:
int perNotePitchbendRange; int perNotePitchbendRange;
int masterPitchbendRange; int masterPitchbendRange;
}; };
#endif // JUCE_MPEZONE_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/mpe/juce_MPEZoneLayout.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MPEZONELAYOUT_H_INCLUDED
#define JUCE_MPEZONELAYOUT_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -166,6 +165,3 @@ private:
void processZoneLayoutRpnMessage (MidiRPNMessage); void processZoneLayoutRpnMessage (MidiRPNMessage);
void processPitchbendRangeRpnMessage (MidiRPNMessage); void processPitchbendRangeRpnMessage (MidiRPNMessage);
}; };
#endif // JUCE_MPEZONELAYOUT_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/sources/juce_AudioSource.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOSOURCE_H_INCLUDED
#define JUCE_AUDIOSOURCE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -182,6 +181,3 @@ public:
*/ */
virtual void getNextAudioBlock (const AudioSourceChannelInfo& bufferToFill) = 0; virtual void getNextAudioBlock (const AudioSourceChannelInfo& bufferToFill) = 0;
}; };
#endif // JUCE_AUDIOSOURCE_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/sources/juce_BufferingAudioSource.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_BUFFERINGAUDIOSOURCE_H_INCLUDED
#define JUCE_BUFFERINGAUDIOSOURCE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -122,6 +121,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (BufferingAudioSource) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (BufferingAudioSource)
}; };
#endif // JUCE_BUFFERINGAUDIOSOURCE_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/sources/juce_ChannelRemappingAudioSource.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_CHANNELREMAPPINGAUDIOSOURCE_H_INCLUDED
#define JUCE_CHANNELREMAPPINGAUDIOSOURCE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -144,6 +143,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ChannelRemappingAudioSource) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ChannelRemappingAudioSource)
}; };
#endif // JUCE_CHANNELREMAPPINGAUDIOSOURCE_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/sources/juce_IIRFilterAudioSource.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_IIRFILTERAUDIOSOURCE_H_INCLUDED
#define JUCE_IIRFILTERAUDIOSOURCE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -71,6 +70,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (IIRFilterAudioSource) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (IIRFilterAudioSource)
}; };
#endif // JUCE_IIRFILTERAUDIOSOURCE_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/sources/juce_MixerAudioSource.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MIXERAUDIOSOURCE_H_INCLUDED
#define JUCE_MIXERAUDIOSOURCE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -102,6 +101,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MixerAudioSource) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MixerAudioSource)
}; };
#endif // JUCE_MIXERAUDIOSOURCE_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/sources/juce_PositionableAudioSource.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_POSITIONABLEAUDIOSOURCE_H_INCLUDED
#define JUCE_POSITIONABLEAUDIOSOURCE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -79,6 +78,3 @@ public:
/** Tells the source whether you'd like it to play in a loop. */ /** Tells the source whether you'd like it to play in a loop. */
virtual void setLooping (bool shouldLoop) { ignoreUnused (shouldLoop); } virtual void setLooping (bool shouldLoop) { ignoreUnused (shouldLoop); }
}; };
#endif // JUCE_POSITIONABLEAUDIOSOURCE_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/sources/juce_ResamplingAudioSource.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_RESAMPLINGAUDIOSOURCE_H_INCLUDED
#define JUCE_RESAMPLINGAUDIOSOURCE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -108,6 +107,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ResamplingAudioSource) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ResamplingAudioSource)
}; };
#endif // JUCE_RESAMPLINGAUDIOSOURCE_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/sources/juce_ReverbAudioSource.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_REVERBAUDIOSOURCE_H_INCLUDED
#define JUCE_REVERBAUDIOSOURCE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -77,6 +76,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ReverbAudioSource) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ReverbAudioSource)
}; };
#endif // JUCE_REVERBAUDIOSOURCE_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/sources/juce_ToneGeneratorAudioSource.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_TONEGENERATORAUDIOSOURCE_H_INCLUDED
#define JUCE_TONEGENERATORAUDIOSOURCE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -74,6 +73,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ToneGeneratorAudioSource) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ToneGeneratorAudioSource)
}; };
#endif // JUCE_TONEGENERATORAUDIOSOURCE_H_INCLUDED

+ 1
- 5
modules/juce_audio_basics/synthesisers/juce_Synthesiser.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_SYNTHESISER_H_INCLUDED
#define JUCE_SYNTHESISER_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -641,6 +640,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (Synthesiser) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (Synthesiser)
}; };
#endif // JUCE_SYNTHESISER_H_INCLUDED

+ 1
- 4
modules/juce_audio_devices/audio_io/juce_AudioDeviceManager.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIODEVICEMANAGER_H_INCLUDED
#define JUCE_AUDIODEVICEMANAGER_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -527,5 +526,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioDeviceManager) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioDeviceManager)
}; };
#endif // JUCE_AUDIODEVICEMANAGER_H_INCLUDED

+ 1
- 5
modules/juce_audio_devices/audio_io/juce_AudioIODevice.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOIODEVICE_H_INCLUDED
#define JUCE_AUDIOIODEVICE_H_INCLUDED
#pragma once
class AudioIODevice; class AudioIODevice;
@@ -310,6 +309,3 @@ protected:
/** @internal */ /** @internal */
String name, typeName; String name, typeName;
}; };
#endif // JUCE_AUDIOIODEVICE_H_INCLUDED

+ 1
- 5
modules/juce_audio_devices/audio_io/juce_AudioIODeviceType.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOIODEVICETYPE_H_INCLUDED
#define JUCE_AUDIOIODEVICETYPE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -183,6 +182,3 @@ private:
JUCE_DECLARE_NON_COPYABLE (AudioIODeviceType) JUCE_DECLARE_NON_COPYABLE (AudioIODeviceType)
}; };
#endif // JUCE_AUDIOIODEVICETYPE_H_INCLUDED

+ 1
- 5
modules/juce_audio_devices/audio_io/juce_SystemAudioVolume.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_SYSTEMAUDIOVOLUME_H_INCLUDED
#define JUCE_SYSTEMAUDIOVOLUME_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -62,6 +61,3 @@ private:
SystemAudioVolume(); // Don't instantiate this class, just call its static fns. SystemAudioVolume(); // Don't instantiate this class, just call its static fns.
JUCE_DECLARE_NON_COPYABLE (SystemAudioVolume) JUCE_DECLARE_NON_COPYABLE (SystemAudioVolume)
}; };
#endif // JUCE_SYSTEMAUDIOVOLUME_H_INCLUDED

+ 1
- 4
modules/juce_audio_devices/juce_audio_devices.h View File

@@ -56,8 +56,7 @@
*******************************************************************************/ *******************************************************************************/
#ifndef JUCE_AUDIO_DEVICES_H_INCLUDED
#define JUCE_AUDIO_DEVICES_H_INCLUDED
#pragma once
#include <juce_events/juce_events.h> #include <juce_events/juce_events.h>
#include <juce_audio_basics/juce_audio_basics.h> #include <juce_audio_basics/juce_audio_basics.h>
@@ -138,5 +137,3 @@ namespace juce
#include "audio_io/juce_AudioDeviceManager.h" #include "audio_io/juce_AudioDeviceManager.h"
} }
#endif // JUCE_AUDIO_DEVICES_H_INCLUDED

+ 1
- 5
modules/juce_audio_devices/midi_io/juce_MidiInput.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MIDIINPUT_H_INCLUDED
#define JUCE_MIDIINPUT_H_INCLUDED
#pragma once
class MidiInput; class MidiInput;
@@ -180,6 +179,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MidiInput) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MidiInput)
}; };
#endif // JUCE_MIDIINPUT_H_INCLUDED

+ 1
- 5
modules/juce_audio_devices/midi_io/juce_MidiMessageCollector.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MIDIMESSAGECOLLECTOR_H_INCLUDED
#define JUCE_MIDIMESSAGECOLLECTOR_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -105,6 +104,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MidiMessageCollector) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MidiMessageCollector)
}; };
#endif // JUCE_MIDIMESSAGECOLLECTOR_H_INCLUDED

+ 1
- 5
modules/juce_audio_devices/midi_io/juce_MidiOutput.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MIDIOUTPUT_H_INCLUDED
#define JUCE_MIDIOUTPUT_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -148,6 +147,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MidiOutput) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MidiOutput)
}; };
#endif // JUCE_MIDIOUTPUT_H_INCLUDED

+ 1
- 4
modules/juce_audio_devices/native/juce_MidiDataConcatenator.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MIDIDATACONCATENATOR_H_INCLUDED
#define JUCE_MIDIDATACONCATENATOR_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
/** /**
@@ -196,5 +195,3 @@ private:
JUCE_DECLARE_NON_COPYABLE (MidiDataConcatenator) JUCE_DECLARE_NON_COPYABLE (MidiDataConcatenator)
}; };
#endif // JUCE_MIDIDATACONCATENATOR_H_INCLUDED

+ 1
- 5
modules/juce_audio_devices/sources/juce_AudioSourcePlayer.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOSOURCEPLAYER_H_INCLUDED
#define JUCE_AUDIOSOURCEPLAYER_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -116,6 +115,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioSourcePlayer) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioSourcePlayer)
}; };
#endif // JUCE_AUDIOSOURCEPLAYER_H_INCLUDED

+ 1
- 5
modules/juce_audio_devices/sources/juce_AudioTransportSource.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOTRANSPORTSOURCE_H_INCLUDED
#define JUCE_AUDIOTRANSPORTSOURCE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -181,6 +180,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioTransportSource) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioTransportSource)
}; };
#endif // JUCE_AUDIOTRANSPORTSOURCE_H_INCLUDED

+ 1
- 5
modules/juce_audio_formats/format/juce_AudioFormat.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOFORMAT_H_INCLUDED
#define JUCE_AUDIOFORMAT_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -174,6 +173,3 @@ private:
String formatName; String formatName;
StringArray fileExtensions; StringArray fileExtensions;
}; };
#endif // JUCE_AUDIOFORMAT_H_INCLUDED

+ 1
- 5
modules/juce_audio_formats/format/juce_AudioFormatManager.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOFORMATMANAGER_H_INCLUDED
#define JUCE_AUDIOFORMATMANAGER_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -138,6 +137,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioFormatManager) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioFormatManager)
}; };
#endif // JUCE_AUDIOFORMATMANAGER_H_INCLUDED

+ 1
- 5
modules/juce_audio_formats/format/juce_AudioFormatReader.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOFORMATREADER_H_INCLUDED
#define JUCE_AUDIOFORMATREADER_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -295,6 +294,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioFormatReader) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioFormatReader)
}; };
#endif // JUCE_AUDIOFORMATREADER_H_INCLUDED

+ 1
- 5
modules/juce_audio_formats/format/juce_AudioFormatReaderSource.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOFORMATREADERSOURCE_H_INCLUDED
#define JUCE_AUDIOFORMATREADERSOURCE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -95,6 +94,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioFormatReaderSource) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioFormatReaderSource)
}; };
#endif // JUCE_AUDIOFORMATREADERSOURCE_H_INCLUDED

+ 1
- 4
modules/juce_audio_formats/format/juce_AudioFormatWriter.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOFORMATWRITER_H_INCLUDED
#define JUCE_AUDIOFORMATWRITER_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -270,5 +269,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioFormatWriter) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioFormatWriter)
}; };
#endif // JUCE_AUDIOFORMATWRITER_H_INCLUDED

+ 1
- 4
modules/juce_audio_formats/format/juce_AudioSubsectionReader.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOSUBSECTIONREADER_H_INCLUDED
#define JUCE_AUDIOSUBSECTIONREADER_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -79,5 +78,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioSubsectionReader) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioSubsectionReader)
}; };
#endif // JUCE_AUDIOSUBSECTIONREADER_H_INCLUDED

+ 1
- 5
modules/juce_audio_formats/format/juce_BufferingAudioFormatReader.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_BUFFERINGAUDIOFORMATREADER_H_INCLUDED
#define JUCE_BUFFERINGAUDIOFORMATREADER_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
/** /**
@@ -88,6 +87,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (BufferingAudioReader) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (BufferingAudioReader)
}; };
#endif // JUCE_BUFFERINGAUDIOFORMATREADER_H_INCLUDED

+ 1
- 5
modules/juce_audio_formats/format/juce_MemoryMappedAudioFormatReader.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MEMORYMAPPEDAUDIOFORMATREADER_H_INCLUDED
#define JUCE_MEMORYMAPPEDAUDIOFORMATREADER_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -107,6 +106,3 @@ protected:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MemoryMappedAudioFormatReader) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MemoryMappedAudioFormatReader)
}; };
#endif // JUCE_MEMORYMAPPEDAUDIOFORMATREADER_H_INCLUDED

+ 1
- 4
modules/juce_audio_formats/juce_audio_formats.h View File

@@ -48,8 +48,7 @@
*******************************************************************************/ *******************************************************************************/
#ifndef JUCE_AUDIO_FORMATS_H_INCLUDED
#define JUCE_AUDIO_FORMATS_H_INCLUDED
#pragma once
#include <juce_audio_basics/juce_audio_basics.h> #include <juce_audio_basics/juce_audio_basics.h>
@@ -132,5 +131,3 @@ class AudioFormat;
#include "sampler/juce_Sampler.h" #include "sampler/juce_Sampler.h"
} }
#endif // JUCE_AUDIO_FORMATS_H_INCLUDED

+ 1
- 5
modules/juce_audio_formats/sampler/juce_Sampler.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_SAMPLER_H_INCLUDED
#define JUCE_SAMPLER_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -141,6 +140,3 @@ private:
JUCE_LEAK_DETECTOR (SamplerVoice) JUCE_LEAK_DETECTOR (SamplerVoice)
}; };
#endif // JUCE_SAMPLER_H_INCLUDED

+ 1
- 2
modules/juce_audio_plugin_client/AAX/juce_AAX_Modifier_Injector.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AAX_MODIFIER_INJECTOR_H_INCLUDED
#define JUCE_AAX_MODIFIER_INJECTOR_H_INCLUDED
#pragma once
struct ModifierKeyProvider struct ModifierKeyProvider
{ {


+ 1
- 4
modules/juce_audio_plugin_client/RTAS/juce_RTAS_DigiCode_Header.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_RTAS_DIGICODE_HEADER_H_INCLUDED
#define JUCE_RTAS_DIGICODE_HEADER_H_INCLUDED
#pragma once
#if JucePlugin_Build_RTAS #if JucePlugin_Build_RTAS
@@ -70,5 +69,3 @@
#endif #endif
#endif #endif
#endif #endif
#endif // JUCE_RTAS_DIGICODE_HEADER_H_INCLUDED

+ 1
- 5
modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterWindow.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_STANDALONEFILTERWINDOW_H_INCLUDED
#define JUCE_STANDALONEFILTERWINDOW_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
/** /**
@@ -490,6 +489,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (StandaloneFilterWindow) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (StandaloneFilterWindow)
}; };
#endif // JUCE_STANDALONEFILTERWINDOW_H_INCLUDED

+ 1
- 4
modules/juce_audio_plugin_client/juce_audio_plugin_client.h View File

@@ -46,8 +46,7 @@
*******************************************************************************/ *******************************************************************************/
#ifndef JUCE_AUDIO_PLUGIN_CLIENT_H_INCLUDED
#define JUCE_AUDIO_PLUGIN_CLIENT_H_INCLUDED
#pragma once
#include <juce_gui_basics/juce_gui_basics.h> #include <juce_gui_basics/juce_gui_basics.h>
#include <juce_audio_basics/juce_audio_basics.h> #include <juce_audio_basics/juce_audio_basics.h>
@@ -82,5 +81,3 @@ namespace juce
#include "utility/juce_PluginHostType.h" #include "utility/juce_PluginHostType.h"
#include "VST/juce_VSTCallbackHandler.h" #include "VST/juce_VSTCallbackHandler.h"
} }
#endif // JUCE_AUDIO_PLUGIN_CLIENT_H_INCLUDED

+ 1
- 4
modules/juce_audio_plugin_client/utility/juce_CarbonVisibility.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_CARBONVISIBILITY_H_INCLUDED
#define JUCE_CARBONVISIBILITY_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
#if JUCE_SUPPORT_CARBON && JUCE_MAC_WINDOW_VISIBITY_BODGE #if JUCE_SUPPORT_CARBON && JUCE_MAC_WINDOW_VISIBITY_BODGE
@@ -75,5 +74,3 @@ inline void removeWindowHidingHooks (Component* comp)
inline void attachWindowHidingHooks (void*, void*, void*) {} inline void attachWindowHidingHooks (void*, void*, void*) {}
inline void removeWindowHidingHooks (void*) {} inline void removeWindowHidingHooks (void*) {}
#endif #endif
#endif // JUCE_CARBONVISIBILITY_H_INCLUDED

+ 1
- 4
modules/juce_audio_plugin_client/utility/juce_FakeMouseMoveGenerator.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_FAKEMOUSEMOVEGENERATOR_H_INCLUDED
#define JUCE_FAKEMOUSEMOVEGENERATOR_H_INCLUDED
#pragma once
#if JUCE_MAC #if JUCE_MAC
@@ -63,5 +62,3 @@ private:
#else #else
struct FakeMouseMoveGenerator {}; struct FakeMouseMoveGenerator {};
#endif #endif
#endif // JUCE_FAKEMOUSEMOVEGENERATOR_H_INCLUDED

+ 1
- 4
modules/juce_audio_plugin_client/utility/juce_IncludeModuleHeaders.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_INCLUDEMODULEHEADERS_H_INCLUDED
#define JUCE_INCLUDEMODULEHEADERS_H_INCLUDED
#pragma once
#include "../juce_audio_plugin_client.h" #include "../juce_audio_plugin_client.h"
@@ -47,5 +46,3 @@ namespace juce
} }
extern AudioProcessor* JUCE_API JUCE_CALLTYPE createPluginFilterOfType (AudioProcessor::WrapperType); extern AudioProcessor* JUCE_API JUCE_CALLTYPE createPluginFilterOfType (AudioProcessor::WrapperType);
#endif // JUCE_INCLUDEMODULEHEADERS_H_INCLUDED

+ 1
- 5
modules/juce_audio_processors/format/juce_AudioPluginFormat.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOPLUGINFORMAT_H_INCLUDED
#define JUCE_AUDIOPLUGINFORMAT_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -165,6 +164,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioPluginFormat) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioPluginFormat)
}; };
#endif // JUCE_AUDIOPLUGINFORMAT_H_INCLUDED

+ 1
- 6
modules/juce_audio_processors/format/juce_AudioPluginFormatManager.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOPLUGINFORMATMANAGER_H_INCLUDED
#define JUCE_AUDIOPLUGINFORMATMANAGER_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -135,7 +134,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioPluginFormatManager) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioPluginFormatManager)
}; };
#endif // JUCE_AUDIOPLUGINFORMATMANAGER_H_INCLUDED

+ 1
- 3
modules/juce_audio_processors/format_types/juce_VST3Common.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_VST3COMMON_H_INCLUDED
#define JUCE_VST3COMMON_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
#define JUCE_DECLARE_VST3_COM_REF_METHODS \ #define JUCE_DECLARE_VST3_COM_REF_METHODS \
@@ -569,4 +568,3 @@ template <> struct VST3FloatAndDoubleBusMapCompositeHelper<double>
{ {
static inline VST3BufferExchange<double>::BusMap& get (VST3FloatAndDoubleBusMapComposite& impl) { return impl.doubleVersion; } static inline VST3BufferExchange<double>::BusMap& get (VST3FloatAndDoubleBusMapComposite& impl) { return impl.doubleVersion; }
}; };
#endif // JUCE_VST3COMMON_H_INCLUDED

+ 1
- 4
modules/juce_audio_processors/format_types/juce_VST3Headers.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_VST3HEADERS_H_INCLUDED
#define JUCE_VST3HEADERS_H_INCLUDED
#pragma once
// Wow, those Steinberg guys really don't worry too much about compiler warnings. // Wow, those Steinberg guys really don't worry too much about compiler warnings.
#if _MSC_VER #if _MSC_VER
@@ -177,5 +176,3 @@ namespace Steinberg
#undef DEF_CLASS2 #undef DEF_CLASS2
#undef DEF_CLASS_W #undef DEF_CLASS_W
#undef END_FACTORY #undef END_FACTORY
#endif // JUCE_VST3HEADERS_H_INCLUDED

+ 1
- 3
modules/juce_audio_processors/format_types/juce_VST3PluginFormat.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_VST3PLUGINFORMAT_H_INCLUDED
#define JUCE_VST3PLUGINFORMAT_H_INCLUDED
#pragma once
#if (JUCE_PLUGINHOST_VST3 && (JUCE_MAC || JUCE_WINDOWS)) || DOXYGEN #if (JUCE_PLUGINHOST_VST3 && (JUCE_MAC || JUCE_WINDOWS)) || DOXYGEN
@@ -65,4 +64,3 @@ private:
}; };
#endif // JUCE_PLUGINHOST_VST3 #endif // JUCE_PLUGINHOST_VST3
#endif // JUCE_VST3PLUGINFORMAT_H_INCLUDED

+ 1
- 4
modules/juce_audio_processors/format_types/juce_VSTCommon.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_VSTCOMMON_H_INCLUDED
#define JUCE_VSTCOMMON_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
struct SpeakerMappings : private AudioChannelSet // (inheritance only to give easier access to items in the namespace) struct SpeakerMappings : private AudioChannelSet // (inheritance only to give easier access to items in the namespace)
@@ -234,5 +233,3 @@ struct SpeakerMappings : private AudioChannelSet // (inheritance only to give e
return AudioChannelSet::unknown; return AudioChannelSet::unknown;
} }
}; };
#endif // JUCE_VSTCOMMON_H_INCLUDED

+ 2
- 4
modules/juce_audio_processors/format_types/juce_VSTMidiEventList.h View File

@@ -25,8 +25,7 @@
// NB: this must come first, *before* the header-guard. // NB: this must come first, *before* the header-guard.
#ifdef JUCE_VSTINTERFACE_H_INCLUDED #ifdef JUCE_VSTINTERFACE_H_INCLUDED
#ifndef JUCE_VSTMIDIEVENTLIST_H_INCLUDED
#define JUCE_VSTMIDIEVENTLIST_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
/** Holds a set of VSTMidiEvent objects and makes it easy to add /** Holds a set of VSTMidiEvent objects and makes it easy to add
@@ -184,5 +183,4 @@ private:
} }
}; };
#endif // JUCE_VSTMIDIEVENTLIST_H_INCLUDED
#endif // JUCE_VSTMIDIEVENTLIST_H_INCLUDED
#endif // JUCE_VSTINTERFACE_H_INCLUDED

+ 1
- 4
modules/juce_audio_processors/juce_audio_processors.h View File

@@ -48,8 +48,7 @@
*******************************************************************************/ *******************************************************************************/
#ifndef JUCE_AUDIO_PROCESSORS_H_INCLUDED
#define JUCE_AUDIO_PROCESSORS_H_INCLUDED
#pragma once
#include <juce_gui_basics/juce_gui_basics.h> #include <juce_gui_basics/juce_gui_basics.h>
#include <juce_audio_basics/juce_audio_basics.h> #include <juce_audio_basics/juce_audio_basics.h>
@@ -129,5 +128,3 @@ class AudioProcessor;
#include "utilities/juce_AudioParameterChoice.h" #include "utilities/juce_AudioParameterChoice.h"
} }
#endif // JUCE_AUDIO_PROCESSORS_H_INCLUDED

+ 1
- 5
modules/juce_audio_processors/processors/juce_AudioPlayHead.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOPLAYHEAD_H_INCLUDED
#define JUCE_AUDIOPLAYHEAD_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -139,6 +138,3 @@ public:
*/ */
virtual bool getCurrentPosition (CurrentPositionInfo& result) = 0; virtual bool getCurrentPosition (CurrentPositionInfo& result) = 0;
}; };
#endif // JUCE_AUDIOPLAYHEAD_H_INCLUDED

+ 1
- 5
modules/juce_audio_processors/processors/juce_AudioPluginInstance.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOPLUGININSTANCE_H_INCLUDED
#define JUCE_AUDIOPLUGININSTANCE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -84,6 +83,3 @@ protected:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioPluginInstance) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioPluginInstance)
}; };
#endif // JUCE_AUDIOPLUGININSTANCE_H_INCLUDED

+ 1
- 5
modules/juce_audio_processors/processors/juce_AudioProcessor.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOPROCESSOR_H_INCLUDED
#define JUCE_AUDIOPROCESSOR_H_INCLUDED
#pragma once
struct PluginBusUtilities; struct PluginBusUtilities;
@@ -1549,6 +1548,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioProcessor) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioProcessor)
}; };
#endif // JUCE_AUDIOPROCESSOR_H_INCLUDED

+ 1
- 5
modules/juce_audio_processors/processors/juce_AudioProcessorEditor.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOPROCESSOREDITOR_H_INCLUDED
#define JUCE_AUDIOPROCESSOREDITOR_H_INCLUDED
#pragma once
class AudioProcessorEditorListener; class AudioProcessorEditorListener;
//============================================================================== //==============================================================================
@@ -171,6 +170,3 @@ private:
JUCE_DECLARE_NON_COPYABLE (AudioProcessorEditor) JUCE_DECLARE_NON_COPYABLE (AudioProcessorEditor)
}; };
#endif // JUCE_AUDIOPROCESSOREDITOR_H_INCLUDED

+ 1
- 5
modules/juce_audio_processors/processors/juce_AudioProcessorGraph.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOPROCESSORGRAPH_H_INCLUDED
#define JUCE_AUDIOPROCESSORGRAPH_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
/** /**
@@ -401,6 +400,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioProcessorGraph) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioProcessorGraph)
}; };
#endif // JUCE_AUDIOPROCESSORGRAPH_H_INCLUDED

+ 1
- 4
modules/juce_audio_processors/processors/juce_AudioProcessorListener.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOPROCESSORLISTENER_H_INCLUDED
#define JUCE_AUDIOPROCESSORLISTENER_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -102,5 +101,3 @@ public:
virtual void audioProcessorParameterChangeGestureEnd (AudioProcessor* processor, virtual void audioProcessorParameterChangeGestureEnd (AudioProcessor* processor,
int parameterIndex); int parameterIndex);
}; };
#endif // JUCE_AUDIOPROCESSORLISTENER_H_INCLUDED

+ 1
- 5
modules/juce_audio_processors/processors/juce_AudioProcessorParameter.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOPROCESSORPARAMETER_H_INCLUDED
#define JUCE_AUDIOPROCESSORPARAMETER_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -175,6 +174,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioProcessorParameter) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioProcessorParameter)
}; };
#endif // JUCE_AUDIOPROCESSORPARAMETER_H_INCLUDED

+ 1
- 5
modules/juce_audio_processors/processors/juce_GenericAudioProcessorEditor.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_GENERICAUDIOPROCESSOREDITOR_H_INCLUDED
#define JUCE_GENERICAUDIOPROCESSOREDITOR_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -53,6 +52,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (GenericAudioProcessorEditor) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (GenericAudioProcessorEditor)
}; };
#endif // JUCE_GENERICAUDIOPROCESSOREDITOR_H_INCLUDED

+ 1
- 5
modules/juce_audio_processors/processors/juce_PluginDescription.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_PLUGINDESCRIPTION_H_INCLUDED
#define JUCE_PLUGINDESCRIPTION_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -151,6 +150,3 @@ private:
//============================================================================== //==============================================================================
JUCE_LEAK_DETECTOR (PluginDescription) JUCE_LEAK_DETECTOR (PluginDescription)
}; };
#endif // JUCE_PLUGINDESCRIPTION_H_INCLUDED

+ 1
- 5
modules/juce_audio_processors/scanning/juce_KnownPluginList.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_KNOWNPLUGINLIST_H_INCLUDED
#define JUCE_KNOWNPLUGINLIST_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -220,6 +219,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (KnownPluginList) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (KnownPluginList)
}; };
#endif // JUCE_KNOWNPLUGINLIST_H_INCLUDED

+ 1
- 5
modules/juce_audio_processors/scanning/juce_PluginDirectoryScanner.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_PLUGINDIRECTORYSCANNER_H_INCLUDED
#define JUCE_PLUGINDIRECTORYSCANNER_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -126,6 +125,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (PluginDirectoryScanner) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (PluginDirectoryScanner)
}; };
#endif // JUCE_PLUGINDIRECTORYSCANNER_H_INCLUDED

+ 1
- 5
modules/juce_audio_processors/scanning/juce_PluginListComponent.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_PLUGINLISTCOMPONENT_H_INCLUDED
#define JUCE_PLUGINLISTCOMPONENT_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -127,6 +126,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (PluginListComponent) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (PluginListComponent)
}; };
#endif // JUCE_PLUGINLISTCOMPONENT_H_INCLUDED

+ 1
- 4
modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOPROCESSORVALUETREESTATE_H_INCLUDED
#define JUCE_AUDIOPROCESSORVALUETREESTATE_H_INCLUDED
#pragma once
#if JUCE_COMPILER_SUPPORTS_LAMBDAS #if JUCE_COMPILER_SUPPORTS_LAMBDAS
@@ -228,5 +227,3 @@ private:
}; };
#endif #endif
#endif // JUCE_AUDIOPROCESSORVALUETREESTATE_H_INCLUDED

+ 1
- 3
modules/juce_audio_utils/audio_cd/juce_AudioCDBurner.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOCDBURNER_H_INCLUDED
#define JUCE_AUDIOCDBURNER_H_INCLUDED
#pragma once
#if JUCE_USE_CDBURNER || DOXYGEN #if JUCE_USE_CDBURNER || DOXYGEN
@@ -166,4 +165,3 @@ private:
#endif #endif
#endif // JUCE_AUDIOCDBURNER_H_INCLUDED

+ 1
- 3
modules/juce_audio_utils/audio_cd/juce_AudioCDReader.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOCDREADER_H_INCLUDED
#define JUCE_AUDIOCDREADER_H_INCLUDED
#pragma once
#if JUCE_USE_CDREADER || DOXYGEN #if JUCE_USE_CDREADER || DOXYGEN
@@ -171,4 +170,3 @@ private:
}; };
#endif #endif
#endif // JUCE_AUDIOCDREADER_H_INCLUDED

+ 1
- 5
modules/juce_audio_utils/gui/juce_AudioAppComponent.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOAPPCOMPONENT_H_INCLUDED
#define JUCE_AUDIOAPPCOMPONENT_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -112,6 +111,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioAppComponent) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioAppComponent)
}; };
#endif // JUCE_AUDIOAPPCOMPONENT_H_INCLUDED

+ 1
- 5
modules/juce_audio_utils/gui/juce_AudioDeviceSelectorComponent.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIODEVICESELECTORCOMPONENT_H_INCLUDED
#define JUCE_AUDIODEVICESELECTORCOMPONENT_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -119,6 +118,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioDeviceSelectorComponent) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioDeviceSelectorComponent)
}; };
#endif // JUCE_AUDIODEVICESELECTORCOMPONENT_H_INCLUDED

+ 1
- 5
modules/juce_audio_utils/gui/juce_AudioThumbnail.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOTHUMBNAIL_H_INCLUDED
#define JUCE_AUDIOTHUMBNAIL_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -222,6 +221,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioThumbnail) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioThumbnail)
}; };
#endif // JUCE_AUDIOTHUMBNAIL_H_INCLUDED

+ 1
- 4
modules/juce_audio_utils/gui/juce_AudioThumbnailBase.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOTHUMBNAILBASE_H_INCLUDED
#define JUCE_AUDIOTHUMBNAILBASE_H_INCLUDED
#pragma once
class AudioThumbnailCache; class AudioThumbnailCache;
@@ -151,5 +150,3 @@ public:
/** Returns the hash code that was set by setSource() or setReader(). */ /** Returns the hash code that was set by setSource() or setReader(). */
virtual int64 getHashCode() const = 0; virtual int64 getHashCode() const = 0;
}; };
#endif // JUCE_AUDIOTHUMBNAILBASE_H_INCLUDED

+ 1
- 5
modules/juce_audio_utils/gui/juce_AudioThumbnailCache.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOTHUMBNAILCACHE_H_INCLUDED
#define JUCE_AUDIOTHUMBNAILCACHE_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -113,6 +112,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioThumbnailCache) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioThumbnailCache)
}; };
#endif // JUCE_AUDIOTHUMBNAILCACHE_H_INCLUDED

+ 1
- 5
modules/juce_audio_utils/gui/juce_AudioVisualiserComponent.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOVISUALISER_H_INCLUDED
#define JUCE_AUDIOVISUALISER_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -129,6 +128,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioVisualiserComponent) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioVisualiserComponent)
}; };
#endif // JUCE_AUDIOVISUALISER_H_INCLUDED

+ 1
- 5
modules/juce_audio_utils/gui/juce_BluetoothMidiDevicePairingDialogue.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_BLUETOOTHMIDIDEVICPAIRINGCOMPONENT_H_INCLUDED
#define JUCE_BLUETOOTHMIDIDEVICPAIRINGCOMPONENT_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
/** /**
@@ -73,6 +72,3 @@ public:
*/ */
static bool isAvailable(); static bool isAvailable();
}; };
#endif // JUCE_BLUETOOTHMIDIDEVICPAIRINGCOMPONENT_H_INCLUDED

+ 1
- 5
modules/juce_audio_utils/gui/juce_MidiKeyboardComponent.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_MIDIKEYBOARDCOMPONENT_H_INCLUDED
#define JUCE_MIDIKEYBOARDCOMPONENT_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -419,6 +418,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MidiKeyboardComponent) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (MidiKeyboardComponent)
}; };
#endif // JUCE_MIDIKEYBOARDCOMPONENT_H_INCLUDED

+ 1
- 4
modules/juce_audio_utils/juce_audio_utils.h View File

@@ -48,8 +48,7 @@
*******************************************************************************/ *******************************************************************************/
#ifndef JUCE_AUDIO_UTILS_H_INCLUDED
#define JUCE_AUDIO_UTILS_H_INCLUDED
#pragma once
#include <juce_gui_basics/juce_gui_basics.h> #include <juce_gui_basics/juce_gui_basics.h>
#include <juce_audio_devices/juce_audio_devices.h> #include <juce_audio_devices/juce_audio_devices.h>
@@ -89,5 +88,3 @@ namespace juce
#include "audio_cd/juce_AudioCDReader.h" #include "audio_cd/juce_AudioCDReader.h"
} }
#endif // JUCE_AUDIO_UTILS_H_INCLUDED

+ 1
- 5
modules/juce_audio_utils/players/juce_AudioProcessorPlayer.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_AUDIOPROCESSORPLAYER_H_INCLUDED
#define JUCE_AUDIOPROCESSORPLAYER_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
/** /**
@@ -106,6 +105,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioProcessorPlayer) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioProcessorPlayer)
}; };
#endif // JUCE_AUDIOPROCESSORPLAYER_H_INCLUDED

+ 1
- 5
modules/juce_audio_utils/players/juce_SoundPlayer.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_SOUNDPLAYER_H_INCLUDED
#define JUCE_SOUNDPLAYER_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
/** /**
@@ -125,6 +124,3 @@ private:
//============================================================================== //==============================================================================
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (SoundPlayer) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (SoundPlayer)
}; };
#endif // JUCE_SOUNDPLAYER_H_INCLUDED

+ 1
- 5
modules/juce_blocks_basics/juce_blocks_basics.h View File

@@ -52,8 +52,7 @@
*******************************************************************************/ *******************************************************************************/
#ifndef JUCE_BLOCKS_BASICS_H_INCLUDED
#define JUCE_BLOCKS_BASICS_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
#include <juce_events/juce_events.h> #include <juce_events/juce_events.h>
@@ -85,6 +84,3 @@ namespace juce
#include "visualisers/juce_DrumPadLEDProgram.h" #include "visualisers/juce_DrumPadLEDProgram.h"
#include "visualisers/juce_BitmapLEDProgram.h" #include "visualisers/juce_BitmapLEDProgram.h"
} }
#endif // JUCE_BLOCKS_BASICS_H_INCLUDED

+ 1
- 4
modules/juce_box2d/juce_box2d.h View File

@@ -46,8 +46,7 @@
*******************************************************************************/ *******************************************************************************/
#ifndef JUCE_BOX2D_H_INCLUDED
#define JUCE_BOX2D_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
#include <juce_graphics/juce_graphics.h> #include <juce_graphics/juce_graphics.h>
@@ -60,5 +59,3 @@ namespace juce
#include "utils/juce_Box2DRenderer.h" #include "utils/juce_Box2DRenderer.h"
} }
#endif // DOXYGEN #endif // DOXYGEN
#endif // JUCE_BOX2D_H_INCLUDED

+ 1
- 5
modules/juce_box2d/utils/juce_Box2DRenderer.h View File

@@ -22,8 +22,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_BOX2DRENDERER_H_INCLUDED
#define JUCE_BOX2DRENDERER_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
/** A simple implementation of the b2Draw class, used to draw a Box2D world. /** A simple implementation of the b2Draw class, used to draw a Box2D world.
@@ -72,6 +71,3 @@ protected:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (Box2DRenderer) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (Box2DRenderer)
}; };
#endif // JUCE_BOX2DRENDERER_H_INCLUDED

+ 1
- 5
modules/juce_core/containers/juce_AbstractFifo.h View File

@@ -28,8 +28,7 @@
============================================================================== ==============================================================================
*/ */
#ifndef JUCE_ABSTRACTFIFO_H_INCLUDED
#define JUCE_ABSTRACTFIFO_H_INCLUDED
#pragma once
//============================================================================== //==============================================================================
@@ -217,6 +216,3 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AbstractFifo) JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AbstractFifo)
}; };
#endif // JUCE_ABSTRACTFIFO_H_INCLUDED

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save