diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-05-01 16:21:05 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-05-01 16:21:05 +0000 |
commit | 2c553b48a8507a0d7a9171ff5413ee8b7fed943c (patch) | |
tree | c5edb63170ebefd4db803f863f81aba29fc3eb3c /TAO/tao/TAOC.h | |
parent | 2f09eec6d73ccee9b6d31c4da1bfeebc33be2037 (diff) | |
download | ATCD-2c553b48a8507a0d7a9171ff5413ee8b7fed943c.tar.gz |
ChangeLogTag:Mon May 1 09:15:18 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/TAOC.h')
-rw-r--r-- | TAO/tao/TAOC.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/TAOC.h b/TAO/tao/TAOC.h index 44dea01d4a3..a5f78109699 100644 --- a/TAO/tao/TAOC.h +++ b/TAO/tao/TAOC.h @@ -7,8 +7,8 @@ // Information about TAO is available at: // http://www.cs.wustl.edu/~schmidt/TAO.html -#ifndef _TAO_IDL_TMP_TAOC_H_ -#define _TAO_IDL_TMP_TAOC_H_ +#ifndef _TAO_IDL_ORIG_TAOC_H_ +#define _TAO_IDL_ORIG_TAOC_H_ #include "ace/pre.h" #include "tao/corbafwd.h" @@ -417,6 +417,8 @@ class TAO_Export BufferingConstraintPolicy: public virtual CORBA::Policy #endif /* end #if !defined */ +#endif /* TAO_HAS_BUFFERING_CONSTRAINT_POLICY == 1 */ + typedef CORBA::Short SyncScope; typedef CORBA::Short_out SyncScope_out; TAO_NAMESPACE_STORAGE_CLASS CORBA::TypeCode_ptr _tc_SyncScope; @@ -433,8 +435,6 @@ class TAO_Export BufferingConstraintPolicy: public virtual CORBA::Policy TAO_NAMESPACE_STORAGE_CLASS const CORBA::Short SYNC_DELAYED_BUFFERING; -#endif /* TAO_HAS_BUFFERING_CONSTRAINT_POLICY == 1 */ - } TAO_NAMESPACE_CLOSE // module TAO |