From 72c46bdd7f5d430ab1ad1d420ed77c7f22df857a Mon Sep 17 00:00:00 2001
From: Stanislaw Halik <sthalik@misaki.pl>
Date: Sat, 30 Sep 2017 15:01:35 +0200
Subject: rename

---
 Tobii EyeX/include/eyex-cpp/Command.hpp | 38 ---------------------------------
 1 file changed, 38 deletions(-)
 delete mode 100755 Tobii EyeX/include/eyex-cpp/Command.hpp

(limited to 'Tobii EyeX/include/eyex-cpp/Command.hpp')

diff --git a/Tobii EyeX/include/eyex-cpp/Command.hpp b/Tobii EyeX/include/eyex-cpp/Command.hpp
deleted file mode 100755
index ef1f189..0000000
--- a/Tobii EyeX/include/eyex-cpp/Command.hpp	
+++ /dev/null
@@ -1,38 +0,0 @@
-/*********************************************************************************************************************
- * Copyright 2013-2014 Tobii Technology AB. All rights reserved.
- * Command.hpp
- *********************************************************************************************************************/
-
-#if !defined(__TOBII_TX_CLIENT_CPPBINDINGS_Command__HPP__)
-#define __TOBII_TX_CLIENT_CPPBINDINGS_Command__HPP__
-
-/*********************************************************************************************************************/
-
-TX_NAMESPACE_BEGIN
-
-/*********************************************************************************************************************/
-
-class Command :
-	public InteractionObject
-{
-public:
-	Command(const std::shared_ptr<const Context>& spContext, TX_HANDLE hCommand);
-
-	TX_COMMANDTYPE GetType() const;
-	void ExecuteAsync(AsyncDataHandler fnHandler);
-	
-public:
-	std::shared_ptr<InteractionObject> GetData() const;
-	void SetData(const std::shared_ptr<InteractionObject>& spData);
-};
-
-/*********************************************************************************************************************/
-
-TX_NAMESPACE_END
-
-/*********************************************************************************************************************/
-
-
-#endif // !defined(__TOBII_TX_CLIENT_CPPBINDINGS_Command__HPP__)
-
-/*********************************************************************************************************************/
-- 
cgit v1.2.3