diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-11-05 01:07:12 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-11-05 01:07:12 +0000 |
commit | 027c63c9fbc8eedca28df0a249c25d2acaea906d (patch) | |
tree | 1bf9395cb11b3014c1e595a9a357e531660c05f3 | |
parent | 700df9c92f129b2a2b7c5f124a5e3104104e9911 (diff) | |
download | ATCD-027c63c9fbc8eedca28df0a249c25d2acaea906d.tar.gz |
Untabified.
-rw-r--r-- | TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp b/TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp index e1490886e41..7b9625ac5fb 100644 --- a/TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp +++ b/TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp @@ -1639,7 +1639,7 @@ TAO_TypeCodeFactory_i::update_map ( ACE_CDR::swap_4 (ACE_reinterpret_cast (char *, &recursion_offset), ACE_const_cast (char *, - slot); + slot); } #endif /* ACE_ENABLE_SWAP_ON_WRITE */ } |