Fixed newline characters throughout the code
[com/gs-lite.git] / include / type_indicators.h
index a82a574..b54581f 100644 (file)
@@ -1,41 +1,41 @@
-/* ------------------------------------------------\r
-Copyright 2014 AT&T Intellectual Property\r
-   Licensed under the Apache License, Version 2.0 (the "License");\r
-   you may not use this file except in compliance with the License.\r
-   You may obtain a copy of the License at\r
-\r
-     http://www.apache.org/licenses/LICENSE-2.0\r
-\r
-   Unless required by applicable law or agreed to in writing, software\r
-   distributed under the License is distributed on an "AS IS" BASIS,\r
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-   See the License for the specific language governing permissions and\r
-   limitations under the License.\r
- ------------------------------------------- */\r
-\r
-#ifndef _TYPE_INDICATORS_DEFINED__\r
-#define _TYPE_INDICATORS_DEFINED__\r
-\r
-//      WARNING!\r
-//      This file replicated in gscpv2/src/ftacmp\r
-//      These files must be synched!\r
-\r
-\r
-#define UINT_TYPE 0\r
-#define INT_TYPE 1\r
-#define ULLONG_TYPE 2\r
-#define LLONG_TYPE 3\r
-#define USHORT_TYPE 4\r
-#define FLOAT_TYPE 5\r
-#define BOOL_TYPE 6\r
-#define VSTR_TYPE 7\r
-#define TIMEVAL_TYPE 8\r
-#define IP_TYPE 9\r
-#define FSTRING_TYPE 10\r
-#define IPV6_TYPE 11\r
-#define UNDEFINED_TYPE 12\r
-\r
-\r
-\r
-#endif\r
-\r
+/* ------------------------------------------------
+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 _TYPE_INDICATORS_DEFINED__
+#define _TYPE_INDICATORS_DEFINED__
+
+//      WARNING!
+//      This file replicated in gscpv2/src/ftacmp
+//      These files must be synched!
+
+
+#define UINT_TYPE 0
+#define INT_TYPE 1
+#define ULLONG_TYPE 2
+#define LLONG_TYPE 3
+#define USHORT_TYPE 4
+#define FLOAT_TYPE 5
+#define BOOL_TYPE 6
+#define VSTR_TYPE 7
+#define TIMEVAL_TYPE 8
+#define IP_TYPE 9
+#define FSTRING_TYPE 10
+#define IPV6_TYPE 11
+#define UNDEFINED_TYPE 12
+
+
+
+#endif
+