diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-04-19 23:46:38 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-04-19 23:46:38 +0000 |
commit | 42bde4501a2916447d29d4217d6ab6e8411ec587 (patch) | |
tree | ccc2a25053bf85b9a0a4f78f6cfdbade7cc51c06 /TAO/tao/PICurrent.cpp | |
parent | 4b05d7fa2e3ff6accd595d7bc613d3a36ad2e1c9 (diff) | |
download | ATCD-42bde4501a2916447d29d4217d6ab6e8411ec587.tar.gz |
ChangeLogTag:Fri Apr 19 16:43:34 2002 Dmitry Goldshtain <dmitry@goldshtain.com>
Diffstat (limited to 'TAO/tao/PICurrent.cpp')
-rw-r--r-- | TAO/tao/PICurrent.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/PICurrent.cpp b/TAO/tao/PICurrent.cpp index df04f49fd11..6bdfa8af5e9 100644 --- a/TAO/tao/PICurrent.cpp +++ b/TAO/tao/PICurrent.cpp @@ -238,6 +238,8 @@ TAO_PICurrent_Impl::copy (TAO_PICurrent_Impl &rhs, CORBA::Boolean deep_copy) this->lc_slot_table_ = &rhs.slot_table (); // Shallow copy this->pi_peer_ = &rhs; + + this->dirty_ = 1; } } |