diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-16 11:43:34 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-16 11:43:34 +0100 |
commit | 3e07e568a1ae478b89812d91438d75179c94ab35 (patch) | |
tree | 85b4a9911dcc2fa661eac15a9a40ffbf813f0e89 /Tobii-EyeX/samples/ActivatableBoardGame/Observer.h | |
parent | c61ba8892ce9b76bae4f60986b9d6724dad53254 (diff) |
remove obsolete Tobii EyeX SDK
Diffstat (limited to 'Tobii-EyeX/samples/ActivatableBoardGame/Observer.h')
-rwxr-xr-x | Tobii-EyeX/samples/ActivatableBoardGame/Observer.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Tobii-EyeX/samples/ActivatableBoardGame/Observer.h b/Tobii-EyeX/samples/ActivatableBoardGame/Observer.h deleted file mode 100755 index 8aa98c1..0000000 --- a/Tobii-EyeX/samples/ActivatableBoardGame/Observer.h +++ /dev/null @@ -1,13 +0,0 @@ -/*
- * Observer interface: Standard Observer interface used for notifying an object of a change in another object.
- *
- * Copyright 2013 Tobii Technology AB. All rights reserved.
- */
-
-#pragma once
-
-class Observer
-{
-public:
- virtual void SubjectChanged() = 0;
-};
|