diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-05-02 18:40:11 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-05-02 18:40:11 +0000 |
commit | 4b1beeb4ec80d210e8a66044b8dec47e26a799d6 (patch) | |
tree | f8721c12932f126aaa6c82ad46dae19b3d1b669e /TAO/tao/ETCL | |
parent | 8c0343e744276fed77d77929a75b2ed0556915a8 (diff) | |
download | ATCD-4b1beeb4ec80d210e8a66044b8dec47e26a799d6.tar.gz |
ChangeLogTag: Fri May 2 18:38:27 UTC 2008 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/ETCL')
-rw-r--r-- | TAO/tao/ETCL/TAO_ETCL_Constraint.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/ETCL/TAO_ETCL_Constraint.h b/TAO/tao/ETCL/TAO_ETCL_Constraint.h index 5db38566f91..7dbdeeb526a 100644 --- a/TAO/tao/ETCL/TAO_ETCL_Constraint.h +++ b/TAO/tao/ETCL/TAO_ETCL_Constraint.h @@ -24,10 +24,14 @@ #include "tao/ETCL/tao_etcl_export.h" -TAO_BEGIN_VERSIONED_NAMESPACE_DECL +ACE_BEGIN_VERSIONED_NAMESPACE_DECL class ETCL_Constraint_Visitor; +ACE_END_VERSIONED_NAMESPACE_DECL + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace CORBA { class Any; |