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