summaryrefslogtreecommitdiff
path: root/TAO/tao/Protocol_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Protocol_Factory.h')
-rw-r--r--TAO/tao/Protocol_Factory.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/Protocol_Factory.h b/TAO/tao/Protocol_Factory.h
index 29afa4a1c2e..414d001ba3f 100644
--- a/TAO/tao/Protocol_Factory.h
+++ b/TAO/tao/Protocol_Factory.h
@@ -50,12 +50,6 @@ public:
virtual TAO_Connector *make_connector (void);
// Create a connector
- virtual int requires_explicit_endpoint (void) const = 0;
- // Some protocols should not create a default endpoint unless the
- // user specifies a -ORBendpoint option. For example, local IPC
- // (aka UNIX domain sockets) is unable to remove the rendesvouz
- // point if the server crashes. For those protocols is better to
- // create the endpoint only if the user requests one.
};
#endif /* TAO_PROTOCOL_FACTORY_H */