summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.h b/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.h
index 4f39bd240ef..d0ff485c6f4 100644
--- a/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.h
+++ b/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.h
@@ -18,7 +18,6 @@
#include "ace/Containers.h"
#include "ace/SString.h"
-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
/**
@@ -32,16 +31,16 @@ public:
TAO_Tokenizer (const char *string,char delimiter);
/// destructor.
- ~TAO_Tokenizer (void);
+ ~TAO_Tokenizer ();
/// parses the string and tokenizes it.
int parse (const char *string,char delimiter);
/// Returns the next token.
- char *token (void);
+ char *token ();
/// Number of tokens.
- int num_tokens (void);
+ int num_tokens ();
const char *operator [] (size_t index) const;
@@ -65,7 +64,6 @@ class TAO_AV_Protocol_Object;
class TAO_AV_Export TAO_FlowSpec_Entry
{
public:
-
enum Direction
{
TAO_AV_INVALID = -1,
@@ -189,7 +187,6 @@ public:
int is_multicast (void);
protected:
-
/// parses the flow protocol string with tokens separated by :
int parse_flow_protocol_string (const char *flow_options_string);
@@ -256,7 +253,6 @@ protected:
Role role_;
};
-
/**
* @class TAO_Forward_FlowSpec_Entry
*/