summaryrefslogtreecommitdiff
path: root/PluginControlInterface/test/CAmControlReceiverShadowTest.cpp
diff options
context:
space:
mode:
authorJens Lorenz <jlorenz@de.adit-jv.com>2014-06-11 18:14:58 +0200
committerChristian Linke <christian.linke@bmw.de>2014-06-23 14:05:37 +0200
commit20491c0f31d70e254c56f171c69b95f3d4ad2813 (patch)
tree5409ce980ecf4285a21cf0f1b38ba19dafe3129a /PluginControlInterface/test/CAmControlReceiverShadowTest.cpp
parentb0bc6ede2d23dde9a177483aa9470871422fe9aa (diff)
downloadaudiomanager-20491c0f31d70e254c56f171c69b95f3d4ad2813.tar.gz
* Bug #100 - removed projecttypes.h which causes compiling conflicts5.1
Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
Diffstat (limited to 'PluginControlInterface/test/CAmControlReceiverShadowTest.cpp')
-rw-r--r--PluginControlInterface/test/CAmControlReceiverShadowTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/PluginControlInterface/test/CAmControlReceiverShadowTest.cpp b/PluginControlInterface/test/CAmControlReceiverShadowTest.cpp
index 7246ff6..3eed9f2 100644
--- a/PluginControlInterface/test/CAmControlReceiverShadowTest.cpp
+++ b/PluginControlInterface/test/CAmControlReceiverShadowTest.cpp
@@ -96,7 +96,7 @@ TEST_F(CAmControlReceiverShadowTest,connect)
handle.handle = 1;
handle.handleType = H_CONNECT;
am_connectionID_t connectionID(3), connectionIDReturn;
- am_ConnectionFormat_e connectionFormat(CF_GENIVI_ANALOG);
+ am_CustomAvailabilityReason_t connectionFormat(CF_GENIVI_ANALOG);
am_sourceID_t sourceID(1);
am_sinkID_t sinkID(2);