Skip to content
Snippets Groups Projects
Commit 065517d7 authored by Fabian Tërnava's avatar Fabian Tërnava
Browse files

added aron duration type to ice interface and increased version

parent a7c5a8a4
No related branches found
No related tags found
1 merge request!270aron uses new time. completely removed time type in aron and added easy way to...
......@@ -10,8 +10,8 @@
#define ARON_MAJOR "1"
#define ARON_MINOR "1"
#define ARON_PATCH "1"
#define ARON_VERSION "1.1.1"
#define ARON_PATCH "2"
#define ARON_VERSION "1.1.2"
module armarx
{
......@@ -131,7 +131,8 @@ module armarx
class AronBool extends GenericType { };
/* ***** DTO Types ***** */
class AronDateTime extends GenericType { /*GenericType dtoType; perhaps add later */ };
class AronDateTime extends GenericType { };
class AronDuration extends GenericType { };
/* ***** Any Types ***** */
class AnyObject extends GenericType {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment