1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-25 03:32:01 +00:00

Updates comments.

This commit is contained in:
Thomas Harte 2020-04-01 23:49:07 -04:00
parent f417fa82a4
commit fe3942c5b3
3 changed files with 5 additions and 7 deletions

View File

@ -1,5 +1,5 @@
//
// MultiCRTMachine.cpp
// MultiProducer.cpp
// Clock Signal
//
// Created by Thomas Harte on 29/01/2018.

View File

@ -1,13 +1,13 @@
//
// MultiCRTMachine.hpp
// MultiProducer.hpp
// Clock Signal
//
// Created by Thomas Harte on 29/01/2018.
// Copyright 2018 Thomas Harte. All rights reserved.
//
#ifndef MultiCRTMachine_hpp
#define MultiCRTMachine_hpp
#ifndef MultiProducer_hpp
#define MultiProducer_hpp
#include "../../../../Concurrency/AsyncTaskQueue.hpp"
#include "../../../../Machines/MachineTypes.hpp"
@ -119,4 +119,4 @@ class MultiAudioProducer: public MultiInterface<MachineTypes::AudioProducer>, pu
}
#endif /* MultiCRTMachine_hpp */
#endif /* MultiProducer_hpp */

View File

@ -25,5 +25,3 @@ class AudioProducer {
}
#endif /* AudioProducer_h */
// virtual std::string debug_type() { return ""; }