X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fftacmp%2Fliteral_types.h;h=167e7386e9b8954f12b93bec87598cc24258f91d;hb=HEAD;hp=04e32eb4e9a26f2a34fee8a6ebbff89895be68bb;hpb=07495effe193ca3f73c3bf0ce417068f9ac9dcdd;p=com%2Fgs-lite.git diff --git a/src/ftacmp/literal_types.h b/src/ftacmp/literal_types.h index 04e32eb..167e738 100644 --- a/src/ftacmp/literal_types.h +++ b/src/ftacmp/literal_types.h @@ -1,31 +1,31 @@ -/* ------------------------------------------------ -Copyright 2014 AT&T Intellectual Property - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ------------------------------------------- */ -#ifndef __LITERAL_TYPES_H_INCLUDED__ - - -#define LITERAL_UDEF -1 -#define LITERAL_STRING 1 -#define LITERAL_INT 2 -#define LITERAL_FLOAT 3 -#define LITERAL_BOOL 4 -#define LITERAL_TIMEVAL 5 -#define LITERAL_HEX 6 -#define LITERAL_LONGINT 7 -#define LITERAL_LONGHEX 8 -#define LITERAL_IP 9 -#define LITERAL_IPV6 10 - -#define __LITERAL_TYPES_H_INCLUDED__ -#endif +/* ------------------------------------------------ +Copyright 2014 AT&T Intellectual Property + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ------------------------------------------- */ +#ifndef __LITERAL_TYPES_H_INCLUDED__ + + +#define LITERAL_UDEF -1 +#define LITERAL_STRING 1 +#define LITERAL_INT 2 +#define LITERAL_FLOAT 3 +#define LITERAL_BOOL 4 +#define LITERAL_TIMEVAL 5 +#define LITERAL_HEX 6 +#define LITERAL_LONGINT 7 +#define LITERAL_LONGHEX 8 +#define LITERAL_IP 9 +#define LITERAL_IPV6 10 + +#define __LITERAL_TYPES_H_INCLUDED__ +#endif