Bump bockbuild.
[mono.git] / mcs / class / System.Security / System.Security.Cryptography.Xml / XmlDsigExcC14NWithCommentsTransform.cs
index dd66f8010ff3204e1110c6a3a655ef948bc0188e..db049afa88305e00d47b6c4377f93509b79b4476 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 namespace System.Security.Cryptography.Xml {
        public class XmlDsigExcC14NWithCommentsTransform : XmlDsigExcC14NTransform {
        
                #region Constructors
 
-               [MonoTODO]
                public XmlDsigExcC14NWithCommentsTransform ()
                        : base (true)
                {
                }
 
-               [MonoTODO]
                public XmlDsigExcC14NWithCommentsTransform (string inclusiveNamespacesPrefixList)
                        : base (true, inclusiveNamespacesPrefixList)
                {
@@ -50,4 +47,3 @@ namespace System.Security.Cryptography.Xml {
        }
 }
 
-#endif