diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-08-01 07:35:05 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-08-01 07:35:05 +0000 |
commit | 6ba7d9c57ea0c04861397506e73ce08a9274d7b2 (patch) | |
tree | f01de3cdf3482f4c3217b57448187384cbf8e799 /TAO/orbsvcs/examples/CosEC | |
parent | f57dc53746df4a8596f5f5401bd6eb079cb34ac4 (diff) | |
download | ATCD-6ba7d9c57ea0c04861397506e73ce08a9274d7b2.tar.gz |
Wed Aug 1 07:34:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/examples/CosEC')
-rw-r--r-- | TAO/orbsvcs/examples/CosEC/TypedSimple/Consumer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/CosEC/TypedSimple/Consumer.cpp b/TAO/orbsvcs/examples/CosEC/TypedSimple/Consumer.cpp index a6d24d562cd..f11dc27dbee 100644 --- a/TAO/orbsvcs/examples/CosEC/TypedSimple/Consumer.cpp +++ b/TAO/orbsvcs/examples/CosEC/TypedSimple/Consumer.cpp @@ -64,7 +64,7 @@ main (int argc, char* argv[]) const char* ior_file_name = "Consumer.ior"; FILE *output_file= ACE_OS::fopen (ACE_TEXT_CHAR_TO_TCHAR(ior_file_name), - ACE_LIB_TEXT("w")); + ACE_TEXT("w")); if (output_file == 0) ACE_ERROR_RETURN ((LM_ERROR, "Cannot open output file for writing IOR: %s", |