diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-05-24 10:39:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-05-24 10:39:32 +0100 |
commit | 1bda336b1afbed573a084eb1b7624c02c0e4a3c2 (patch) | |
tree | 0a04c4846d8a69f65f417fc70f3086cc0c85fd74 /automation/source/inc/rcontrol.hxx | |
parent | 8754d76d11b54019c296099fb986ce97fb85af0e (diff) |
PARAM_USHORT_->PARAM_UINT16_ && PARAM_ULONG_->PARAM_UINT32_
Diffstat (limited to 'automation/source/inc/rcontrol.hxx')
-rw-r--r-- | automation/source/inc/rcontrol.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/automation/source/inc/rcontrol.hxx b/automation/source/inc/rcontrol.hxx index f24da73ff..bc756ded1 100644 --- a/automation/source/inc/rcontrol.hxx +++ b/automation/source/inc/rcontrol.hxx @@ -443,12 +443,12 @@ // Beschreibt die Parametertypen als Bitfeld Reihenfolge immer! // wie hier Aufgelistet #define PARAM_NONE 0x0000 -#define PARAM_USHORT_1 0x0001 -#define PARAM_USHORT_2 0x0002 -#define PARAM_USHORT_3 0x0100 // Nicht in der Reihe!! -#define PARAM_USHORT_4 0x0200 // Nicht in der Reihe!! -#define PARAM_ULONG_1 0x0004 -#define PARAM_ULONG_2 0x0008 +#define PARAM_UINT16_1 0x0001 +#define PARAM_UINT16_2 0x0002 +#define PARAM_UINT16_3 0x0100 // Nicht in der Reihe!! +#define PARAM_UINT16_4 0x0200 // Nicht in der Reihe!! +#define PARAM_UINT32_1 0x0004 +#define PARAM_UINT32_2 0x0008 #define PARAM_STR_1 0x0010 #define PARAM_STR_2 0x0020 #define PARAM_BOOL_1 0x0040 |