gcc const fix, converted linefeeds
[shibboleth/cpp-xmltooling.git] / xmltooling / signature / ContentReference.h
index 672dbea..6a83175 100644 (file)
@@ -1,62 +1,62 @@
-/*\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 ContentReference.h\r
- * \r
- * Interface for creating signature references \r
- */\r
-\r
-#if !defined(__xmltooling_sigref_h__) && !defined(XMLTOOLING_NO_XMLSEC)\r
-#define __xmltooling_sigref_h__\r
-\r
-#include <vector>\r
-#include <xsec/dsig/DSIGSignature.hpp>\r
-\r
-#if defined (_MSC_VER)\r
-    #pragma warning( push )\r
-    #pragma warning( disable : 4250 4251 )\r
-#endif\r
-\r
-namespace xmlsignature {\r
-\r
-    /**\r
-     * Interface for creating signature references based on application requirements.\r
-     */\r
-    class XMLTOOL_API ContentReference\r
-    {\r
-        MAKE_NONCOPYABLE(ContentReference);\r
-    public:\r
-        virtual ~ContentReference() {}\r
-\r
-        /**\r
-         * Given a native signature, asks the object to create the reference(s).\r
-         * \r
-         * @param sig   native signature interface\r
-         */\r
-        virtual void createReferences(DSIGSignature* sig)=0;\r
-        \r
-    protected:\r
-        ContentReference() {}\r
-    };\r
-\r
-};\r
-\r
-#if defined (_MSC_VER)\r
-    #pragma warning( pop )\r
-#endif\r
-\r
-#endif /* __xmltooling_sigref_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 ContentReference.h
+ * 
+ * Interface for creating signature references 
+ */
+
+#if !defined(__xmltooling_sigref_h__) && !defined(XMLTOOLING_NO_XMLSEC)
+#define __xmltooling_sigref_h__
+
+#include <vector>
+#include <xsec/dsig/DSIGSignature.hpp>
+
+#if defined (_MSC_VER)
+    #pragma warning( push )
+    #pragma warning( disable : 4250 4251 )
+#endif
+
+namespace xmlsignature {
+
+    /**
+     * Interface for creating signature references based on application requirements.
+     */
+    class XMLTOOL_API ContentReference
+    {
+        MAKE_NONCOPYABLE(ContentReference);
+    public:
+        virtual ~ContentReference() {}
+
+        /**
+         * Given a native signature, asks the object to create the reference(s).
+         * 
+         * @param sig   native signature interface
+         */
+        virtual void createReferences(DSIGSignature* sig)=0;
+        
+    protected:
+        ContentReference() {}
+    };
+
+};
+
+#if defined (_MSC_VER)
+    #pragma warning( pop )
+#endif
+
+#endif /* __xmltooling_sigref_h__ */