summaryrefslogtreecommitdiff
path: root/TAO/tao/DiffServPolicy/Server_Network_Priority_Policy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DiffServPolicy/Server_Network_Priority_Policy.h')
-rw-r--r--TAO/tao/DiffServPolicy/Server_Network_Priority_Policy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/DiffServPolicy/Server_Network_Priority_Policy.h b/TAO/tao/DiffServPolicy/Server_Network_Priority_Policy.h
index 41e22e0e1e7..fd8eb16f60a 100644
--- a/TAO/tao/DiffServPolicy/Server_Network_Priority_Policy.h
+++ b/TAO/tao/DiffServPolicy/Server_Network_Priority_Policy.h
@@ -59,7 +59,7 @@ public:
const TAO_Server_Network_Priority_Policy &rhs);
/// Returns a copy of <this>.
- TAO_Server_Network_Priority_Policy *clone (void) const;
+ TAO_Server_Network_Priority_Policy *clone () const;
TAO::DiffservCodepoint request_diffserv_codepoint (void);
@@ -82,10 +82,10 @@ public:
void destroy (void);
// Return the cached policy type for this policy.
- TAO_Cached_Policy_Type _tao_cached_type (void) const;
+ TAO_Cached_Policy_Type _tao_cached_type () const;
// Returns the scope at which this policy can be applied. See orbconf.h.
- TAO_Policy_Scope _tao_scope (void) const;
+ TAO_Policy_Scope _tao_scope () const;
/// This method writes a CDR representation of the object state.
CORBA::Boolean _tao_encode (TAO_OutputCDR &out_cdr);