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_Endpoint.i | |
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_Endpoint.i')
-rw-r--r-- | TAO/tao/Strategies/DIOP_Endpoint.i | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Strategies/DIOP_Endpoint.i b/TAO/tao/Strategies/DIOP_Endpoint.i index 3bd443220b5..03c7835ffbe 100644 --- a/TAO/tao/Strategies/DIOP_Endpoint.i +++ b/TAO/tao/Strategies/DIOP_Endpoint.i @@ -1,6 +1,9 @@ // -*- C++ -*- +// // $Id$ +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + ACE_INLINE const char * TAO_DIOP_Endpoint::host (void) const { @@ -18,3 +21,5 @@ TAO_DIOP_Endpoint::port (CORBA::UShort p) { return this->port_ = p; } + +TAO_END_VERSIONED_NAMESPACE_DECL |