summaryrefslogtreecommitdiff
path: root/ace/OS_QoS.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-10-28 16:14:56 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-10-28 16:14:56 +0000
commit94c5b51fa8ed6e5520da2cf5def58b5c0986f072 (patch)
treec4fe2b70acf02ce19d199713fff6dec5645d8a93 /ace/OS_QoS.cpp
parent3720d45374c2890b3f9e86ff8ae8a3d4a60ecd29 (diff)
downloadATCD-94c5b51fa8ed6e5520da2cf5def58b5c0986f072.tar.gz
ChangeLogTag:Fri Oct 28 00:01:06 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/OS_QoS.cpp')
-rw-r--r--ace/OS_QoS.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/OS_QoS.cpp b/ace/OS_QoS.cpp
index 8240231b9c5..0b2c23f11c6 100644
--- a/ace/OS_QoS.cpp
+++ b/ace/OS_QoS.cpp
@@ -13,6 +13,8 @@
#include "ace/OS_QoS.h"
#include "ace/OS_NS_errno.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_Flow_Spec::ACE_Flow_Spec (unsigned long token_rate,
unsigned long token_bucket_size,
unsigned long peak_bandwidth,
@@ -470,3 +472,5 @@ ACE_Accept_QoS_Params::callback_data (unsigned long cd)
{
this->callback_data_ = cd;
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL