summaryrefslogtreecommitdiffhomepage
path: root/Tobii-EyeX/include/eyex-cpp/PropertyBag.inl
diff options
context:
space:
mode:
Diffstat (limited to 'Tobii-EyeX/include/eyex-cpp/PropertyBag.inl')
-rwxr-xr-xTobii-EyeX/include/eyex-cpp/PropertyBag.inl36
1 files changed, 0 insertions, 36 deletions
diff --git a/Tobii-EyeX/include/eyex-cpp/PropertyBag.inl b/Tobii-EyeX/include/eyex-cpp/PropertyBag.inl
deleted file mode 100755
index 7b508f2..0000000
--- a/Tobii-EyeX/include/eyex-cpp/PropertyBag.inl
+++ /dev/null
@@ -1,36 +0,0 @@
-/*********************************************************************************************************************
- * Copyright 2013-2014 Tobii Technology AB. All rights reserved.
- * PropertyBag.inl
- *********************************************************************************************************************/
-
-#if !defined(__TOBII_TX_CLIENT_CPPBINDINGS_PROPERTYBAG__INL__)
-#define __TOBII_TX_CLIENT_CPPBINDINGS_PROPERTYBAG__INL__
-
-/*********************************************************************************************************************/
-
-TX_NAMESPACE_BEGIN
-
-/*********************************************************************************************************************/
-
-inline PropertyBag::PropertyBag(const std::shared_ptr<const Context>& spContext, TX_HANDLE hBag)
-: InteractionObject(spContext, hBag)
-{}
-
-/*********************************************************************************************************************/
-
-inline TX_PROPERTYBAGTYPE PropertyBag::GetType() const
-{
- TX_PROPERTYBAGTYPE bagType;
- TX_VALIDATE(txGetPropertyBagType(_hObject, &bagType));
- return bagType;
-}
-
-/*********************************************************************************************************************/
-
-TX_NAMESPACE_END
-
-/*********************************************************************************************************************/
-
-#endif // !defined(__TOBII_TX_CLIENT_CPPBINDINGS_PROPERTYBAG__INL__)
-
-/*********************************************************************************************************************/