summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Pluggable.h')
-rw-r--r--TAO/tao/Pluggable.h14
1 files changed, 4 insertions, 10 deletions
diff --git a/TAO/tao/Pluggable.h b/TAO/tao/Pluggable.h
index 57e4cf2c83e..feac0efb969 100644
--- a/TAO/tao/Pluggable.h
+++ b/TAO/tao/Pluggable.h
@@ -27,10 +27,11 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/Message_Queue.h"
#include "tao/Sequence.h"
#include "tao/Typecode.h"
#include "tao/IOPC.h"
-#include "ace/Message_Queue.h"
+
// Forward declarations.
class ACE_Addr;
@@ -284,16 +285,9 @@ public:
const char *options = 0) = 0;
// Method to initialize acceptor for address.
- virtual int open_default (TAO_ORB_Core *,
- int version_major,
- int version_minor,
+ virtual int open_default (TAO_ORB_Core *orb_core,
const char *options = 0) = 0;
- // Open an acceptor with the given protocol version on a default
- // endpoint
- // @@ This method should be pure virtual, but in order to maintain
- // some form of backward compatibilty, a default implementation
- // is provided. Ideally, that default implementation should be
- // removed in the near future.
+ // Open an acceptor on the default endpoint for this protocol
virtual int close (void) = 0;
// Closes the acceptor