diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-10 11:36:58 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-10 11:36:58 +0000 |
commit | ca041b41e855db6fb0ca0464ef48acedfa5d5fa5 (patch) | |
tree | 762369c2ffaeaf172580cbdd608488d1be25d139 /tests/CDR_File_Test.cpp | |
parent | fb6c1fa0dbfc420b7549a583883175c5c5d07fc3 (diff) | |
download | ATCD-ca041b41e855db6fb0ca0464ef48acedfa5d5fa5.tar.gz |
ChangeLogTag: Thu May 10 06:36:08 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'tests/CDR_File_Test.cpp')
-rw-r--r-- | tests/CDR_File_Test.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/CDR_File_Test.cpp b/tests/CDR_File_Test.cpp index 49ae77be57a..00032f4eb98 100644 --- a/tests/CDR_File_Test.cpp +++ b/tests/CDR_File_Test.cpp @@ -177,7 +177,9 @@ run_test (int write_file, ACE_CDR_BYTE_ORDER, 0, 0, - ACE_DEFAULT_CDR_MEMCPY_TRADEOFF); + ACE_DEFAULT_CDR_MEMCPY_TRADEOFF, + ACE_CDR_GIOP_MAJOR_VERSION, + ACE_CDR_GIOP_MINOR_VERSION); // Marshal the <CDR_Test> object data to the output CDR stream. output_cdr << cdr_test; |