summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_attribute.cpp
diff options
context:
space:
mode:
authorgokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-07 18:59:50 +0000
committergokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-07 18:59:50 +0000
commitc0eb4c83293b94bef916bd8192fa066aaa5e67c1 (patch)
tree3cd183d49f4ce39919bf9b5db9f8bbbc2693dc15 /TAO/TAO_IDL/be/be_attribute.cpp
parent4403031effd291361b591fb13052e782bbc4fd3f (diff)
downloadATCD-c0eb4c83293b94bef916bd8192fa066aaa5e67c1.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be/be_attribute.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_attribute.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_attribute.cpp b/TAO/TAO_IDL/be/be_attribute.cpp
index 5bdbd35ef74..575a6029260 100644
--- a/TAO/TAO_IDL/be/be_attribute.cpp
+++ b/TAO/TAO_IDL/be/be_attribute.cpp
@@ -310,7 +310,7 @@ be_attribute::gen_client_stubs (void)
*cs << "1, "; // always a twoway call
*cs << "2, "; // size is 2
// insert the address of the paramdata table
- *cs << "_get_" << this->flatname () << "_paramdata, ";
+ *cs << "_set_" << this->flatname () << "_paramdata, ";
// XXXASG - Exception list goes here (if it exists) - TODO
*cs << "0, 0};\n\n";