From 92f57b66d167de9a136aad7744cdaf645ac13dec Mon Sep 17 00:00:00 2001 From: Paul Rouget Date: Fri, 16 Aug 2019 07:30:45 +0200 Subject: [PATCH] move control to its own directory --- support/hololens/ServoApp/BrowserPage.cpp | 1 - support/hololens/ServoApp/BrowserPage.h | 2 +- support/hololens/ServoApp/ImmersiveView.h | 1 - support/hololens/ServoApp/ServoApp.vcxproj | 16 ++++++++-------- .../hololens/ServoApp/ServoApp.vcxproj.filters | 16 ++++++++-------- .../ServoApp/{ => ServoControl}/OpenGLES.cpp | 0 .../ServoApp/{ => ServoControl}/OpenGLES.h | 0 .../ServoApp/{ => ServoControl}/Servo.cpp | 0 .../hololens/ServoApp/{ => ServoControl}/Servo.h | 0 .../ServoApp/{ => ServoControl}/ServoControl.cpp | 0 .../ServoApp/{ => ServoControl}/ServoControl.h | 0 .../ServoApp/{ => ServoControl}/ServoControl.idl | 0 12 files changed, 17 insertions(+), 19 deletions(-) rename support/hololens/ServoApp/{ => ServoControl}/OpenGLES.cpp (100%) rename support/hololens/ServoApp/{ => ServoControl}/OpenGLES.h (100%) rename support/hololens/ServoApp/{ => ServoControl}/Servo.cpp (100%) rename support/hololens/ServoApp/{ => ServoControl}/Servo.h (100%) rename support/hololens/ServoApp/{ => ServoControl}/ServoControl.cpp (100%) rename support/hololens/ServoApp/{ => ServoControl}/ServoControl.h (100%) rename support/hololens/ServoApp/{ => ServoControl}/ServoControl.idl (100%) diff --git a/support/hololens/ServoApp/BrowserPage.cpp b/support/hololens/ServoApp/BrowserPage.cpp index fd1d984621d..0233308fa75 100644 --- a/support/hololens/ServoApp/BrowserPage.cpp +++ b/support/hololens/ServoApp/BrowserPage.cpp @@ -7,7 +7,6 @@ #include "BrowserPage.h" #include "BrowserPage.g.cpp" #include "ImmersiveView.h" -#include "OpenGLES.h" using namespace winrt::Windows::UI::Xaml; using namespace winrt::Windows::UI::Core; diff --git a/support/hololens/ServoApp/BrowserPage.h b/support/hololens/ServoApp/BrowserPage.h index b52731fed70..69515931976 100644 --- a/support/hololens/ServoApp/BrowserPage.h +++ b/support/hololens/ServoApp/BrowserPage.h @@ -6,7 +6,7 @@ #include "BrowserPage.g.h" #include "ImmersiveView.h" -#include "ServoControl.h" +#include "ServoControl\ServoControl.h" namespace winrt::ServoApp::implementation { diff --git a/support/hololens/ServoApp/ImmersiveView.h b/support/hololens/ServoApp/ImmersiveView.h index 806d267ca59..574d0685850 100644 --- a/support/hololens/ServoApp/ImmersiveView.h +++ b/support/hololens/ServoApp/ImmersiveView.h @@ -4,7 +4,6 @@ #pragma once -#include "OpenGLES.h" #include "Common/DeviceResources.h" #include "ImmersiveMain.h" diff --git a/support/hololens/ServoApp/ServoApp.vcxproj b/support/hololens/ServoApp/ServoApp.vcxproj index 4ff7de52ce8..045d042ba10 100644 --- a/support/hololens/ServoApp/ServoApp.vcxproj +++ b/support/hololens/ServoApp/ServoApp.vcxproj @@ -151,7 +151,6 @@ - App.xaml @@ -159,8 +158,9 @@ BrowserPage.xaml - - + + + @@ -298,7 +298,6 @@ - Create @@ -310,8 +309,9 @@ - - + + + @@ -320,7 +320,7 @@ BrowserPage.xaml - + @@ -358,4 +358,4 @@ - \ No newline at end of file + diff --git a/support/hololens/ServoApp/ServoApp.vcxproj.filters b/support/hololens/ServoApp/ServoApp.vcxproj.filters index 0d01f93b0a2..3fa4f04b149 100644 --- a/support/hololens/ServoApp/ServoApp.vcxproj.filters +++ b/support/hololens/ServoApp/ServoApp.vcxproj.filters @@ -3,7 +3,7 @@ - + ServoControl @@ -27,13 +27,13 @@ Content - + ServoControl - + ServoControl - + ServoControl @@ -65,13 +65,13 @@ Content - + ServoControl - + ServoControl - + ServoControl @@ -238,4 +238,4 @@ - \ No newline at end of file + diff --git a/support/hololens/ServoApp/OpenGLES.cpp b/support/hololens/ServoApp/ServoControl/OpenGLES.cpp similarity index 100% rename from support/hololens/ServoApp/OpenGLES.cpp rename to support/hololens/ServoApp/ServoControl/OpenGLES.cpp diff --git a/support/hololens/ServoApp/OpenGLES.h b/support/hololens/ServoApp/ServoControl/OpenGLES.h similarity index 100% rename from support/hololens/ServoApp/OpenGLES.h rename to support/hololens/ServoApp/ServoControl/OpenGLES.h diff --git a/support/hololens/ServoApp/Servo.cpp b/support/hololens/ServoApp/ServoControl/Servo.cpp similarity index 100% rename from support/hololens/ServoApp/Servo.cpp rename to support/hololens/ServoApp/ServoControl/Servo.cpp diff --git a/support/hololens/ServoApp/Servo.h b/support/hololens/ServoApp/ServoControl/Servo.h similarity index 100% rename from support/hololens/ServoApp/Servo.h rename to support/hololens/ServoApp/ServoControl/Servo.h diff --git a/support/hololens/ServoApp/ServoControl.cpp b/support/hololens/ServoApp/ServoControl/ServoControl.cpp similarity index 100% rename from support/hololens/ServoApp/ServoControl.cpp rename to support/hololens/ServoApp/ServoControl/ServoControl.cpp diff --git a/support/hololens/ServoApp/ServoControl.h b/support/hololens/ServoApp/ServoControl/ServoControl.h similarity index 100% rename from support/hololens/ServoApp/ServoControl.h rename to support/hololens/ServoApp/ServoControl/ServoControl.h diff --git a/support/hololens/ServoApp/ServoControl.idl b/support/hololens/ServoApp/ServoControl/ServoControl.idl similarity index 100% rename from support/hololens/ServoApp/ServoControl.idl rename to support/hololens/ServoApp/ServoControl/ServoControl.idl