Fix linefeeds
[shibboleth/cpp-opensaml.git] / saml / saml2 / binding / SAML2Artifact.h
index 79e22c5..e84a334 100644 (file)
@@ -1,61 +1,61 @@
-/*\r
- *  Copyright 2001-2006 Internet2\r
- * \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
-/**\r
- * @file saml/saml2/core/SAML2Artifact.h\r
- * \r
- * Base class for SAML 2.0 artifacts\r
- */\r
-\r
-#ifndef __saml2_artifact_h__\r
-#define __saml2_artifact_h__\r
-\r
-#include <saml/binding/SAMLArtifact.h>\r
-\r
-namespace opensaml {\r
-    namespace saml2p {\r
-        \r
-        /**\r
-         * Base class for SAML 2.0 artifacts\r
-         */\r
-        class SAML_API SAML2Artifact : public SAMLArtifact\r
-        {\r
-            SAML2Artifact& operator=(const SAML2Artifact& src);\r
-        public:\r
-            virtual ~SAML2Artifact() {}\r
-            \r
-            /**\r
-             * Returns the endpoint index of the artifact.\r
-             * \r
-             * @return endpoint index\r
-             */\r
-            virtual int getEndpointIndex() const;\r
-            \r
-            /** Length of endpoint index */            \r
-            static const unsigned int INDEX_LENGTH;\r
-\r
-        protected:\r
-            SAML2Artifact() {}\r
-\r
-            SAML2Artifact(const char* s) : SAMLArtifact(s) {}\r
-    \r
-            SAML2Artifact(const SAML2Artifact& src) : SAMLArtifact(src) {}\r
-        };\r
-        \r
-    };\r
-};\r
-\r
-#endif /* __saml2_artifact_h__ */\r
+/*
+ *  Copyright 2001-2006 Internet2
+ * 
+ * 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.
+ */
+
+/**
+ * @file saml/saml2/core/SAML2Artifact.h
+ * 
+ * Base class for SAML 2.0 artifacts
+ */
+
+#ifndef __saml2_artifact_h__
+#define __saml2_artifact_h__
+
+#include <saml/binding/SAMLArtifact.h>
+
+namespace opensaml {
+    namespace saml2p {
+        
+        /**
+         * Base class for SAML 2.0 artifacts
+         */
+        class SAML_API SAML2Artifact : public SAMLArtifact
+        {
+            SAML2Artifact& operator=(const SAML2Artifact& src);
+        public:
+            virtual ~SAML2Artifact() {}
+            
+            /**
+             * Returns the endpoint index of the artifact.
+             * 
+             * @return endpoint index
+             */
+            virtual int getEndpointIndex() const;
+            
+            /** Length of endpoint index */            
+            static const unsigned int INDEX_LENGTH;
+
+        protected:
+            SAML2Artifact() {}
+
+            SAML2Artifact(const char* s) : SAMLArtifact(s) {}
+    
+            SAML2Artifact(const SAML2Artifact& src) : SAMLArtifact(src) {}
+        };
+        
+    };
+};
+
+#endif /* __saml2_artifact_h__ */