summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-16 17:04:45 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-16 17:04:45 +0000
commite22f92a4ef2c5eb73f0c041dc2ee12c6a84a9529 (patch)
tree2422a475751a14935be574d1a05afcb3545c6111 /TAO/tests
parent3ca742cf928d42bd0abad3953567792f2aa8022a (diff)
downloadATCD-e22f92a4ef2c5eb73f0c041dc2ee12c6a84a9529.tar.gz
ChangeLogTag:Sat Sep 16 11:56:43 2000 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/Portable_Interceptors/Benchmark/test_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Portable_Interceptors/Benchmark/test_i.cpp b/TAO/tests/Portable_Interceptors/Benchmark/test_i.cpp
index a9d70d9b8c0..934e5482291 100644
--- a/TAO/tests/Portable_Interceptors/Benchmark/test_i.cpp
+++ b/TAO/tests/Portable_Interceptors/Benchmark/test_i.cpp
@@ -30,7 +30,7 @@ Secure_Vault_i::authenticate (const char * user,
}
CORBA::Long
-Secure_Vault_i::update_records (CORBA::Long id,
+Secure_Vault_i::update_records (CORBA::Long,
const Test_Interceptors::Secure_Vault::Record &,
CORBA::Environment &)
ACE_THROW_SPEC ((CORBA::SystemException))