From ba492fb83c258bc60ca68120ce964a95b41133b5 Mon Sep 17 00:00:00 2001 From: Justin Dickow Date: Tue, 18 Mar 2014 13:46:46 -0400 Subject: initial commit for API 3.0 (replaced all) --- .../src/SDLRPCObjectsImpl/V2/AppTypeMarshaller.gp | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AppTypeMarshaller.gp (limited to 'SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AppTypeMarshaller.gp') diff --git a/SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AppTypeMarshaller.gp b/SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AppTypeMarshaller.gp deleted file mode 100644 index 84f7cc1c3..000000000 --- a/SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/AppTypeMarshaller.gp +++ /dev/null @@ -1,26 +0,0 @@ -%language=C++ -%struct-type -%define lookup-function-name getPointer -%define class-name AppType_intHash -%omit-struct-type -%readonly-tables -%compare-strncmp -%compare-lengths - -struct NsSmartDeviceLinkRPCV2::PerfectHashTable -{ - const char *name; - unsigned int idx; -}; - -%% -DEFAULT,0 -COMMUNICATION,1 -MEDIA,2 -MESSAGING,3 -NAVIGATION,4 -INFORMATION,5 -SOCIAL,6 -BACKGROUND_PROCESS,7 -TESTING,8 -SYSTEM,9 -- cgit v1.2.1