diff --git a/hal/lib/Athena/FRC_FPGA_ChipObject/tInterruptManager.h b/hal/lib/Athena/FRC_FPGA_ChipObject/tInterruptManager.h index b09ad988e0..cb6783df0f 100644 --- a/hal/lib/Athena/FRC_FPGA_ChipObject/tInterruptManager.h +++ b/hal/lib/Athena/FRC_FPGA_ChipObject/tInterruptManager.h @@ -32,7 +32,7 @@ public: void enable(tRioStatusCode *status); void disable(tRioStatusCode *status); bool isEnabled(tRioStatusCode *status); -public: +private: class tInterruptThread; friend class tInterruptThread; void handler(); @@ -58,3 +58,4 @@ public: #endif // __tInterruptManager_h__ + diff --git a/ni-libraries/libFRC_NetworkCommunication.so.1.5.0 b/ni-libraries/libFRC_NetworkCommunication.so.1.5.0 index fded9d7bbf..45230dd7c3 100755 Binary files a/ni-libraries/libFRC_NetworkCommunication.so.1.5.0 and b/ni-libraries/libFRC_NetworkCommunication.so.1.5.0 differ diff --git a/ni-libraries/libFRC_NetworkCommunicationLV.so.1.5.0 b/ni-libraries/libFRC_NetworkCommunicationLV.so.1.5.0 index 707be3db27..670c16e50d 100755 Binary files a/ni-libraries/libFRC_NetworkCommunicationLV.so.1.5.0 and b/ni-libraries/libFRC_NetworkCommunicationLV.so.1.5.0 differ