ilmCommon: renamed ilm_client_platform.h to ilm_platform.h
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Mon, 18 Mar 2013 09:01:37 +0000 (10:01 +0100)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Tue, 19 Mar 2013 11:03:03 +0000 (12:03 +0100)
- ilm_client_platform.h was renamed to ilm_platform.h, because it refers
  to all existing client APIs, not only ilm_client.

Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
LayerManagerClient/ilmCommon/CMakeLists.txt
LayerManagerClient/ilmCommon/include/ilm_platform.h [moved from LayerManagerClient/ilmCommon/include/ilm_client_platform.h with 88% similarity]
LayerManagerClient/ilmCommon/include/ilm_types.h

index a5747d6..4582a07 100644 (file)
@@ -60,7 +60,7 @@ install (
                 include/ilm_types.h
                 include/ilm_configuration.h
                 include/ilm_tools.h
-                include/ilm_client_platform.h
+                include/ilm_platform.h
     DESTINATION include/ilm
 )
 
@@ -1,6 +1,6 @@
 /***************************************************************************
 *
-* Copyright 2010,2011 BMW Car IT GmbH
+* Copyright 2010-2013 BMW Car IT GmbH
 *
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
@@ -16,8 +16,8 @@
 * limitations under the License.
 *
 ****************************************************************************/
-#ifndef _ILM_CLIENT_PLATFORM_H_
-#define _ILM_CLIENT_PLATFORM_H_
+#ifndef _ILM_PLATFORM_H_
+#define _ILM_PLATFORM_H_
 
 typedef unsigned int  t_ilm_bool;
 typedef unsigned int  t_ilm_uint;
@@ -31,5 +31,5 @@ typedef double        t_ilm_float;
 typedef unsigned long t_ilm_ulong;
 typedef long          t_ilm_long;
 
-#endif /* _ILM_CLIENT_PLATFORM_H_ */
+#endif /* _ILM_PLATFORM_H_ */
 
index 448965f..b27d988 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef _ILM_TYPES_H_
 #define _ILM_TYPES_H_
 
-#include "ilm_client_platform.h"
+#include "ilm_platform.h"
 
 /**
  * convenience macro to access single bits of a bitmask