summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLProtocolMessage.h
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-09-21 16:40:21 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-09-21 16:40:21 -0700
commitdd05e5044ee245e26b132698f860bd534198705b (patch)
tree65537bfa5844986dc2d3c6c317056362949d330c /SmartDeviceLink/SDLProtocolMessage.h
parente6e84cc8c23609ab286c64a2c6a3037313f29908 (diff)
downloadsdl_ios-dd05e5044ee245e26b132698f860bd534198705b.tar.gz
Replaced all defines with constant strings of the SDLName typedef. Also modified SDLFunctionID to use a static dictionary.
Diffstat (limited to 'SmartDeviceLink/SDLProtocolMessage.h')
-rw-r--r--SmartDeviceLink/SDLProtocolMessage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLProtocolMessage.h b/SmartDeviceLink/SDLProtocolMessage.h
index 62abd6226..782618f3e 100644
--- a/SmartDeviceLink/SDLProtocolMessage.h
+++ b/SmartDeviceLink/SDLProtocolMessage.h
@@ -2,8 +2,8 @@
//
#import <Foundation/Foundation.h>
-@class SDLProtocolHeader;
+@class SDLProtocolHeader;
@interface SDLProtocolMessage : NSObject