Updates from upstream (firstforge): NetworkTable handles deleted values, CAN has a new minimum version, ...

git-svn-id: https://robotics.mvla.net/svn/frc971/2013/trunk/src@4155 f308d9b7-e957-4cde-b6ac-9a88185e7312
diff --git a/azaleasource/WPILibCProgramming/trunk/WPILib/Commands/Subsystem.h b/azaleasource/WPILibCProgramming/trunk/WPILib/Commands/Subsystem.h
index b04616d..9ef4f76 100644
--- a/azaleasource/WPILibCProgramming/trunk/WPILib/Commands/Subsystem.h
+++ b/azaleasource/WPILibCProgramming/trunk/WPILib/Commands/Subsystem.h
@@ -31,6 +31,7 @@
 	void ConfirmCommand();

 

 	Command *m_currentCommand;

+	bool m_currentCommandChanged;

 	Command *m_defaultCommand;

 	std::string m_name;

 	bool m_initializedDefaultCommand;