mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
Rename from cameraserver to cscore.
This is primarily to avoid header naming conflicts with wpilib.
This commit is contained in:
@@ -5,14 +5,14 @@
|
||||
/* the project. */
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef CAMERASERVER_NOTIFIER_H_
|
||||
#define CAMERASERVER_NOTIFIER_H_
|
||||
#ifndef CS_NOTIFIER_H_
|
||||
#define CS_NOTIFIER_H_
|
||||
|
||||
#include <functional>
|
||||
|
||||
#include "support/atomic_static.h"
|
||||
#include "support/SafeThread.h"
|
||||
#include "cameraserver_cpp.h"
|
||||
#include "cscore_cpp.h"
|
||||
|
||||
namespace cs {
|
||||
|
||||
@@ -64,4 +64,4 @@ class Notifier {
|
||||
|
||||
} // namespace cs
|
||||
|
||||
#endif // CAMERASERVER_NOTIFIER_H_
|
||||
#endif // CS_NOTIFIER_H_
|
||||
|
||||
Reference in New Issue
Block a user