Fix comments, add a missing const.
[shibboleth/cpp-opensaml.git] / saml / saml1 / binding / SAMLArtifactType0001.h
index 81ecf6e..c3b1869 100644 (file)
@@ -88,6 +88,11 @@ namespace opensaml {
             static const unsigned int HANDLE_LENGTH;
     
         protected:
+            /**
+             * Copy constructor.
+             * 
+             * @param src   object to copy
+             */
             SAMLArtifactType0001(const SAMLArtifactType0001& src) : SAMLArtifact(src) {}
         };