diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-13 21:12:59 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-13 21:12:59 +0000 |
commit | 3e742c9273bd7afd023f8492beec8e700b1890d5 (patch) | |
tree | bf616814c95e6f9678c431f2a085950cc78d04fe /TAO/tao/IIOP_Factory.h | |
parent | d0d2a9437024f8ca333c7a14d7b3844fc944491b (diff) | |
download | ATCD-3e742c9273bd7afd023f8492beec8e700b1890d5.tar.gz |
ChangeLogTag:Tue Jul 13 16:05:44 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IIOP_Factory.h')
-rw-r--r-- | TAO/tao/IIOP_Factory.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/IIOP_Factory.h b/TAO/tao/IIOP_Factory.h index 93f533bc809..99064e46151 100644 --- a/TAO/tao/IIOP_Factory.h +++ b/TAO/tao/IIOP_Factory.h @@ -41,12 +41,10 @@ public: virtual const char *prefix (void) const; // Returns the prefix used by the protocol. - // Factory methods + // = Check Protocol_Factory.h for a description of these methods. virtual TAO_Acceptor *make_acceptor (void); - // Create an acceptor - virtual TAO_Connector *make_connector (void); - // Create a connector + virtual int requires_explicit_endpoint (void) const; private: int major_; |