mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Rename from cameraserver to cscore.
This is primarily to avoid header naming conflicts with wpilib.
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
/* the project. */
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef CAMERASERVER_SINKIMPL_H_
|
||||
#define CAMERASERVER_SINKIMPL_H_
|
||||
#ifndef CS_SINKIMPL_H_
|
||||
#define CS_SINKIMPL_H_
|
||||
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
@@ -77,4 +77,4 @@ class SinkImpl {
|
||||
|
||||
} // namespace cs
|
||||
|
||||
#endif // CAMERASERVER_SINKIMPL_H_
|
||||
#endif // CS_SINKIMPL_H_
|
||||
|
||||
Reference in New Issue
Block a user