diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-04 18:39:05 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-04 18:39:05 +0000 |
commit | c633e538747abb02b61dcea041ac1a6faa6accd7 (patch) | |
tree | d31fd7c07cc84da23911a1402b9807afeebd85b2 /TAO/tao/Strategies/DIOP_Profile.h | |
parent | e7dcb66360c346d9d7ec631de64873cf5b30ebad (diff) | |
download | ATCD-c633e538747abb02b61dcea041ac1a6faa6accd7.tar.gz |
ChangeLogTag:Fri Nov 4 10:31:15 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Strategies/DIOP_Profile.h')
-rw-r--r-- | TAO/tao/Strategies/DIOP_Profile.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/Strategies/DIOP_Profile.h b/TAO/tao/Strategies/DIOP_Profile.h index e51bb10e95f..ab19f9e1e82 100644 --- a/TAO/tao/Strategies/DIOP_Profile.h +++ b/TAO/tao/Strategies/DIOP_Profile.h @@ -1,5 +1,4 @@ -// This may look like C, but it's really -*- C++ -*- - +// -*- C++ -*- //============================================================================= /** @@ -30,6 +29,7 @@ #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "DIOP_Endpoint.h" +TAO_BEGIN_VERSIONED_NAMESPACE_DECL // TAO DIOP_Profile concrete Profile definitions /** @@ -122,6 +122,8 @@ protected: CORBA::ULong count_; }; +TAO_END_VERSIONED_NAMESPACE_DECL + #endif /* TAO_HAS_DIOP && TAO_HAS_DIOP != 0 */ #include /**/ "ace/post.h" |