summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Factory.h')
-rw-r--r--TAO/tao/IIOP_Factory.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/IIOP_Factory.h b/TAO/tao/IIOP_Factory.h
index 99064e46151..93f533bc809 100644
--- a/TAO/tao/IIOP_Factory.h
+++ b/TAO/tao/IIOP_Factory.h
@@ -41,10 +41,12 @@ public:
virtual const char *prefix (void) const;
// Returns the prefix used by the protocol.
- // = Check Protocol_Factory.h for a description of these methods.
+ // Factory methods
virtual TAO_Acceptor *make_acceptor (void);
+ // Create an acceptor
+
virtual TAO_Connector *make_connector (void);
- virtual int requires_explicit_endpoint (void) const;
+ // Create a connector
private:
int major_;