summaryrefslogtreecommitdiff
path: root/exampleCode/player/audiomanagertypes.h
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2013-01-17 12:47:00 +0100
committerChristian Linke <christian.linke@bmw.de>2013-01-17 12:47:00 +0100
commit3a1086516a5edf30b3bad6a2e138b03bc0479005 (patch)
treecfd926004a75be5de643a5a095ca34dafdc861d1 /exampleCode/player/audiomanagertypes.h
parent0269a33680a25e5d682761e8af434611cb28d00c (diff)
downloadaudiomanager-3a1086516a5edf30b3bad6a2e138b03bc0479005.tar.gz
* changes that follow the review comments from Thomas G.
Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'exampleCode/player/audiomanagertypes.h')
-rwxr-xr-xexampleCode/player/audiomanagertypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleCode/player/audiomanagertypes.h b/exampleCode/player/audiomanagertypes.h
index 3fa3137..8ac58b7 100755
--- a/exampleCode/player/audiomanagertypes.h
+++ b/exampleCode/player/audiomanagertypes.h
@@ -139,7 +139,7 @@ namespace am {
* @author Christian Mueller
* @created 07-Mar-2012 6:06:14 PM
*/
- enum am_Availablility_e
+ enum am_Availability_e
{
/**
* default
@@ -427,7 +427,7 @@ namespace am {
/**
* the current availability state
*/
- am_Availablility_e availability;
+ am_Availability_e availability;
/**
* the reason for the last change. This can be used to trigger events that deal
* with state changes.