diff options
author | arvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-09-06 16:46:49 +0000 |
---|---|---|
committer | arvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-09-06 16:46:49 +0000 |
commit | c79aaf106f89f2d56ccd874222adabcb90f865a8 (patch) | |
tree | d7f9649cced95130b4b428c04d8b69b79af4cd5d /TAO/tao/IIOP_Acceptor.h | |
parent | b2057e03b4f71adde2cc0e5449f813481ed1ec1c (diff) | |
download | ATCD-c79aaf106f89f2d56ccd874222adabcb90f865a8.tar.gz |
ChangelogTag: Tue Sep 6 11:32:31 2005 Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IIOP_Acceptor.h')
-rw-r--r-- | TAO/tao/IIOP_Acceptor.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Acceptor.h b/TAO/tao/IIOP_Acceptor.h index 1e56680f1b7..7aead095560 100644 --- a/TAO/tao/IIOP_Acceptor.h +++ b/TAO/tao/IIOP_Acceptor.h @@ -42,6 +42,13 @@ class TAO_Export TAO_IIOP_Acceptor : public TAO_Acceptor { public: + + /* + * Hook that marks begining of all concrete i.e. non virtual + * methods implemented in IIOP_Acceptor class. + */ + //@@ TAO_ACCEPTOR_SPL_CONCRETE_METHODS_COPY_HOOK_START + /// Constructor. TAO_IIOP_Acceptor (CORBA::Boolean flag = 0); @@ -60,6 +67,8 @@ public: typedef TAO_Concurrency_Strategy<TAO_IIOP_Connection_Handler> CONCURRENCY_STRATEGY; typedef TAO_Accept_Strategy<TAO_IIOP_Connection_Handler, ACE_SOCK_ACCEPTOR> ACCEPT_STRATEGY; + //@@ TAO_ACCEPTOR_SPL_CONCRETE_METHODS_COPY_HOOK_END + /** * The TAO_Acceptor methods, check the documentation in * Transport_Acceptor.h for details. @@ -85,6 +94,7 @@ public: virtual int object_key (IOP::TaggedProfile &profile, TAO::ObjectKey &key); + //@@ TAO_ACCEPTOR_SPL_CONCRETE_METHODS_COPY_HOOK_START /** * Set the host name for the given addr. * A hostname may be forced by using specified_hostname. This @@ -169,7 +179,9 @@ protected: int create_shared_profile (const TAO::ObjectKey &object_key, TAO_MProfile &mprofile, CORBA::Short priority); + //@@ TAO_ACCEPTOR_SPL_CONCRETE_METHODS_COPY_HOOK_END + //@@ TAO_ACCEPTOR_SPL_DATA_MEMBERS_COPY_HOOK_START protected: /// Array of ACE_INET_Addr instances, each one corresponding to a @@ -224,6 +236,7 @@ private: CONCURRENCY_STRATEGY *concurrency_strategy_; ACCEPT_STRATEGY *accept_strategy_; + //@@ TAO_ACCEPTOR_SPL_DATA_MEMBERS_COPY_HOOK_END }; #if defined(__ACE_INLINE__) |