Windows compatible version
authorStefan Laner <laner@itestra.de>
Mon, 24 Feb 2014 08:41:53 +0000 (09:41 +0100)
committerStefan Laner <laner@itestra.de>
Wed, 26 Feb 2014 09:52:17 +0000 (10:52 +0100)
commitb94ed2030fd13d100a757d531983b2fd2498b62e
treecc2c675f7999130edbd4ea76ebd6458d0d730c9b
parentfa209eed0e5c81c277601aa24069fa23f61b675d
Windows compatible version

Change-Id: I775e584175ec3dcde258e7bed261c61e763d20ce
18 files changed:
CommonAPI.sln [new file with mode: 0644]
CommonAPI.vcxproj [new file with mode: 0644]
README
Tests.vcxproj [new file with mode: 0644]
src/CommonAPI/Attribute.h
src/CommonAPI/AttributeExtension.h
src/CommonAPI/Configuration.cpp
src/CommonAPI/Factory.h
src/CommonAPI/Factory.hpp
src/CommonAPI/MainLoopContext.h
src/CommonAPI/ProxyManager.h
src/CommonAPI/Runtime.cpp
src/CommonAPI/SerializableVariant.hpp
src/CommonAPI/ServicePublisher.hpp
src/CommonAPI/Stub.h
src/CommonAPI/types.h
src/CommonAPI/utils.h
src/test/VariantTest.cpp