annotate core/DigitalChannelManager.cpp @ 383:e42bc9ba7550 prerelease

Fixed when rebuilding non-main() project after main() project: the 'nasty kludge' was looking in ALL the .o files in projectFolder/build/ instead of only those that have a corresponding .cpp/.c/.S file. An even better fix is make sure that object files associated with source files deleted by rsync are removed as well
author Giulio Moro <giuliomoro@yahoo.it>
date Mon, 13 Jun 2016 00:44:47 +0100
parents 1b23300f3e78
children
rev   line source
giuliomoro@354 1 /*
giuliomoro@354 2 * DigitalStream.cpp
giuliomoro@354 3 *
giuliomoro@354 4 * Created on: 7 Jun 2016
giuliomoro@354 5 * Author: giulio
giuliomoro@354 6 */
giuliomoro@354 7
giuliomoro@354 8 #include <DigitalChannelManager.h>
giuliomoro@354 9
giuliomoro@354 10 DigitalChannelManager::DigitalChannelManager() {
giuliomoro@354 11 // TODO Auto-generated constructor stub
giuliomoro@354 12
giuliomoro@354 13 }
giuliomoro@354 14
giuliomoro@354 15 DigitalChannelManager::~DigitalChannelManager() {
giuliomoro@354 16 // TODO Auto-generated destructor stub
giuliomoro@354 17 }
giuliomoro@354 18