blob: 0083f5c18b90354ebbb3aa7e7759e01c29f6bd67 [file] [log] [blame]
/*----------------------------------------------------------------------------*/
/* Copyright (c) FIRST 2008. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */
/*----------------------------------------------------------------------------*/
#include "DigitalSource.h"
/**
* DigitalSource destructor.
*/
DigitalSource::~DigitalSource()
{
}