mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +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_MJPEGSERVERIMPL_H_
|
||||
#define CAMERASERVER_MJPEGSERVERIMPL_H_
|
||||
#ifndef CS_MJPEGSERVERIMPL_H_
|
||||
#define CS_MJPEGSERVERIMPL_H_
|
||||
|
||||
#include <atomic>
|
||||
#include <memory>
|
||||
@@ -64,4 +64,4 @@ class MJPEGServerImpl : public SinkImpl {
|
||||
|
||||
} // namespace cs
|
||||
|
||||
#endif // CAMERASERVER_MJPEGSERVERIMPL_H_
|
||||
#endif // CS_MJPEGSERVERIMPL_H_
|
||||
|
||||
Reference in New Issue
Block a user