summaryrefslogtreecommitdiff
path: root/include/CommonAPI/Deployment.hpp
diff options
context:
space:
mode:
authorAndrei Yagoubov <andrei.yagoubov@berner-mattner.com>2015-03-03 11:52:32 +0100
committerAndrei Yagoubov <andrei.yagoubov@berner-mattner.com>2015-03-03 11:52:32 +0100
commit61146fbc628a1699990594ea07684db1bec0f2aa (patch)
treed6ad3e7a307551200886e1d9b5ee3cd82bb4db3f /include/CommonAPI/Deployment.hpp
parentb33eb52895b3233d5361c3d93a36b3a458900220 (diff)
downloadgenivi-common-api-runtime-61146fbc628a1699990594ea07684db1bec0f2aa.tar.gz
Adapted library and directory functions to windows native operations, updated vcxproj file, fixed address bug and fixed windows template bug.
Diffstat (limited to 'include/CommonAPI/Deployment.hpp')
-rw-r--r--include/CommonAPI/Deployment.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CommonAPI/Deployment.hpp b/include/CommonAPI/Deployment.hpp
index df88250..387013a 100644
--- a/include/CommonAPI/Deployment.hpp
+++ b/include/CommonAPI/Deployment.hpp
@@ -69,7 +69,7 @@ struct MapDeployment {
};
// Convenience definition of an empty deployment.
-typedef Deployment<> EmptyDeployment;
+struct EmptyDeployment {};
// The general purpose empty deployment. Use this whenever
// you need to provide a reference to an empty deployment.