diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-01-20 11:15:30 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-01-20 11:15:30 +0000 |
commit | e59a525f3f272edc48a8ae1960f25975eb20f8da (patch) | |
tree | 479f5b81831f88a97ac99e5ed021a865d8a25fbd /TAO/tests/Portable_Interceptors/Slot | |
parent | 2daa3015a48eb619519136ad11f3c563096c600e (diff) | |
download | ATCD-e59a525f3f272edc48a8ae1960f25975eb20f8da.tar.gz |
ChangeLogTag: Wed Jan 18 19:40:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Slot')
-rw-r--r-- | TAO/tests/Portable_Interceptors/Slot/driver.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/tests/Portable_Interceptors/Slot/driver.cpp b/TAO/tests/Portable_Interceptors/Slot/driver.cpp index c5d45037bed..b7d2b320500 100644 --- a/TAO/tests/Portable_Interceptors/Slot/driver.cpp +++ b/TAO/tests/Portable_Interceptors/Slot/driver.cpp @@ -44,7 +44,6 @@ main (int argc, char *argv[]) in <<= CORBA::ULong (1); pic->set_slot (slot_id, in); - CORBA::ULong v (0); CORBA::Any_var out = pic->get_slot (slot_id); out >>= v; |