diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-11-24 01:51:46 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-11-24 01:51:46 +0000 |
commit | 41eb607715722bd064b6876ba6adb80208cc11f7 (patch) | |
tree | 8c131907d1e4d952cba1f3342fb56d8eaa7a214a /TAO/tao/TAOC.h | |
parent | 3ecdc2bd2a9ed104c32a4c5b347bbabeb512b4b7 (diff) | |
download | ATCD-41eb607715722bd064b6876ba6adb80208cc11f7.tar.gz |
Changes to deal with SYNC_FLUSH correctly.
Diffstat (limited to 'TAO/tao/TAOC.h')
-rw-r--r-- | TAO/tao/TAOC.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/TAOC.h b/TAO/tao/TAOC.h index 70f0e568dca..655738d2543 100644 --- a/TAO/tao/TAOC.h +++ b/TAO/tao/TAOC.h @@ -410,6 +410,8 @@ class TAO_Export BufferingConstraintPolicy: public virtual CORBA::Policy TAO_NAMESPACE_STORAGE_CLASS const CORBA::Short SYNC_WITH_SERVER; TAO_NAMESPACE_STORAGE_CLASS const CORBA::Short SYNC_WITH_TARGET; + + TAO_NAMESPACE_STORAGE_CLASS const CORBA::Short SYNC_FLUSH; } TAO_NAMESPACE_CLOSE // module TAO |