summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qpid/dotnet/client-010/gentool/Composite.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/dotnet/client-010/gentool/Composite.tpl b/qpid/dotnet/client-010/gentool/Composite.tpl
index 3b8bb00850..6020964019 100644
--- a/qpid/dotnet/client-010/gentool/Composite.tpl
+++ b/qpid/dotnet/client-010/gentool/Composite.tpl
@@ -183,7 +183,7 @@ if pack > 0:
${
if segments:
- out(""" public Header Header {
+ out(""" public override Header Header {
get { return _header;}
set { _header = value;}
}
@@ -193,13 +193,13 @@ if segments:
return this;
}
- public MemoryStream Body
+ public override MemoryStream Body
{
get{ return _body;}
set{ _body = value;}
}
- public $name body(MemoryStream body)
+ public $name body(MemoryStream body)
{
Body = body;
return this;