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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.h b/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.h
index ea9d1237fb4..2ce728f6324 100644
--- a/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.h
+++ b/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.h
@@ -107,7 +107,7 @@ public:
/// accessor to the direction.
int direction ();
- virtual Role role (void) = 0;
+ virtual Role role () = 0;
void role (Role role);
/// accessor to string version of direction .
const char * direction_str () const;
@@ -142,7 +142,7 @@ public:
const char *flowname () const;
/// converts the entry to a string.
- virtual const char *entry_to_string (void) = 0;
+ virtual const char *entry_to_string () = 0;
int set_peer_addr (ACE_Addr *peer_addr);
ACE_Addr *get_peer_addr ();