Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
romanett committed Dec 10, 2024
1 parent 7708a11 commit 8eb6e89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
using System.Xml;
using System.Runtime.Serialization;
using Opc.Ua;
using Opc.Ua;

namespace Quickstarts.DataTypes.Instances
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
using System.Xml;
using System.Runtime.Serialization;
using Opc.Ua;
using Opc.Ua;

namespace Quickstarts.DataTypes.Instances
{
Expand Down Expand Up @@ -328,7 +327,7 @@ public static partial class Namespaces
/// <summary>
/// The URI for the OpcUa namespace (.NET code namespace is 'Opc.Ua').
/// </summary>
public const string OpcUa = "http://opcfoundation.org/UA/Quickstarts/DataTypes/Types";
public const string DataTypes = "http://opcfoundation.org/UA/Quickstarts/DataTypes/Types";

/// <summary>
/// The URI for the OpcUa namespace (.NET code namespace is 'Opc.Ua').
Expand All @@ -341,4 +340,4 @@ public static partial class Namespaces
public const string OpcUaXsd = "http://opcfoundation.org/UA/2008/02/Types.xsd";
}
#endregion
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
using System.Xml;
using System.Runtime.Serialization;
using Opc.Ua;
using Opc.Ua;
using Quickstarts.DataTypes.Types;

namespace Quickstarts.DataTypes.Instances
{
Expand Down Expand Up @@ -127,7 +127,7 @@ public object Clone()
/// <exclude />
[System.CodeDom.Compiler.GeneratedCodeAttribute("Opc.Ua.ModelCompiler", "1.0.0.0")]
[DataContract(Namespace = Quickstarts.DataTypes.Instances.Namespaces.DataTypeInstances)]
public partial class TwoWheelerType : Opc.Ua.VehicleType
public partial class TwoWheelerType : VehicleType
{
#region Constructors
/// <remarks />
Expand Down Expand Up @@ -672,4 +672,4 @@ public object Clone()
#endregion
#endif
#endregion
}
}

0 comments on commit 8eb6e89

Please sign in to comment.