summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-02 17:31:23 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-02 17:31:23 +0000
commit0808aed7ce00cea676124038e7791e0693097a39 (patch)
treebae62444a44a9afbc3f288d1839c41bcf9b6e7dd
parent04cbac20e949a009360f6b6b2c1a4e262f1e94dd (diff)
downloadATCD-0808aed7ce00cea676124038e7791e0693097a39.tar.gz
Removed the attribute calls.
-rw-r--r--TAO/tests/AMI/simple_client.cpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/TAO/tests/AMI/simple_client.cpp b/TAO/tests/AMI/simple_client.cpp
index 88f442f133e..c530b63ddd3 100644
--- a/TAO/tests/AMI/simple_client.cpp
+++ b/TAO/tests/AMI/simple_client.cpp
@@ -161,8 +161,9 @@ main (int argc, char *argv[])
handler._this (ACE_TRY_ENV);
ACE_TRY_CHECK;
- CORBA::Long l = 931247;
+ CORBA::Long l = 931247;
+
for (ssize_t ni = 0; ni < niterations; ni++)
{
ACE_DEBUG ((LM_DEBUG,
@@ -174,13 +175,13 @@ main (int argc, char *argv[])
ACE_TRY_ENV);
ACE_TRY_CHECK;
}
-
+
+ /*
// Begin test of attributes
ami_test_var->sendc_get_yadda (the_handler_var.in (),
ACE_TRY_ENV);
ACE_TRY_CHECK;
-
ami_test_var->sendc_set_yadda (the_handler_var.in (),
4711,
ACE_TRY_ENV);
@@ -189,6 +190,7 @@ main (int argc, char *argv[])
ami_test_var->sendc_get_yadda (the_handler_var.in (),
ACE_TRY_ENV);
ACE_TRY_CHECK;
+ */
// End test of attributes
@@ -198,13 +200,13 @@ main (int argc, char *argv[])
"<%d> Asynchronous methods issued\n",
niterations));
}
-
+
if (debug)
{
ACE_DEBUG ((LM_DEBUG,
"Issuing a synchronous method to collect the AMI replies\n"));
}
-
+
CORBA::Long number = ami_test_var->foo (l,
l,
ACE_TRY_ENV);