summaryrefslogtreecommitdiff
path: root/TAO/tao/Acceptor_Registry.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merged corba-env-clean branch.Ossama Othman2001-12-081-6/+6
|
* ChangeLogTag: Mon Sep 17 19:00:00 2001 Irfan Pyarali <irfan@cs.wustl.edu>irfan2001-09-181-25/+18
|
* Fri Jun 22 13:20:19 2001 Paul Calabrese <calabrese_p@ociweb.com>oci2001-06-221-1/+1
|
* Tue Jun 12 13:30:02 2001 Frank Hunleth <fhunleth@cs.wustl.edu>, Angelo ↵fhunleth2001-06-121-1/+0
| | | | Corsaro <corsaro@cs.wustl.edu>
* ChangeLogTag: Wed Feb 7 12:57:35 2001 Frank Hunleth <fhunleth@cs.wustl.edu>fhunleth2001-02-071-8/+10
|
* ChangeLogTag:Tue Nov 28 00:29:40 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-11-281-4/+49
|
* ChangeLogTag: Sat Nov 18 09:41:28 2000 Priyanka Gontla <pgontla@ece.uci.edu>doccvs2000-11-181-5/+3
|
* ChangeLogTag: Thu Nov 9 10:38:19 2000 Priyanka Gontla <pgontla@ece.uci.edu>doccvs2000-11-091-1/+0
|
* ChangeLogTag: Mon Oct 30 17:47:13 2000 Priyanka Gontla <pgontla@ece.uci.edu>doccvs2000-10-311-3/+2
|
* ChangeLogTag:Thu Oct 12 14:24:03 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-10-121-6/+6
|
* ChangeLogTag:Wed Sep 13 19:15:01 2000 Marina Spivak <marina@cs.wustl.edu>marina2000-09-141-4/+19
|
* ChangeLogTag:Mon Sep 11 12:56:11 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-09-121-0/+1
|
* ChangeLogTag:Thu Sep 7 23:03:27 2000 Marina Spivak <marina@cs.wustl.edu>marina2000-09-081-10/+6
|
* ChangeLogTag:Thu Aug 31 16:31:04 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-09-011-37/+8
|
* ChangeLogTag:Sun Aug 27 13:09:38 2000 Marina Spivak <marina@cs.wustl.edu>marina2000-08-271-0/+2
|
* ChangeLogTag:Sat Aug 26 21:50:34 2000 Marina Spivak <marina@cs.wustl.edu>marina2000-08-271-1/+1
|
* ChangeLogTag:Sat Aug 26 13:06:23 2000 Marina Spivak <marina@cs.wustl.edu>marina2000-08-261-2/+42
|
* ChangeLogTag:Mon Jul 24 01:27:53 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-07-241-0/+5
|
* ChangeLogTag:Sat Jul 08 14:50:34 2000 David L. Levine <levine@cs.wustl.edu>schmidt2000-07-091-4/+4
|
* ChangeLogTag:Mon Jun 26 12:44:40 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-06-261-126/+193
|
* ChangeLogTag:Tue May 9 20:01:41 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-05-101-7/+6
|
* ChangeLogTag: Fri Apr 28 21:22:44 2000 Balachandran Natarajan ↵bala2000-04-291-0/+20
| | | | <bala@cs.wustl.edu>
* ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-231-16/+16
|
* ChangeLogTag:Tue Apr 11 09:02:33 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-04-111-10/+65
|
* ChangeLogTag: Wed Mar 15 19:20:17 2000 Balachandran Natarajan ↵bala2000-03-161-0/+2
| | | | <bala@cs.wustl.edu>
* ChangeLogTag:Sun Dec 12 18:00:48 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-12-131-3/+6
|
* ChangeLogTag:Sun Dec 12 15:32:27 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-12-121-56/+47
|
* ChangeLogTag: Sat Dec 12 15:15:00 1999 Kirthika Parameswaran ↵nanbor1999-12-121-16/+16
| | | | <kirthika@cs.wustl.edu>
* ChangeLogTag:Wed Sep 1 12:37:25 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-09-011-3/+3
|
* ChangeLogTag:Sat Aug 28 16:04:10 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-08-281-22/+33
|
* ChangeLogTag:Fri Aug 27 17:06:54 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-08-271-30/+52
|
* Corrected typo in error message.Ossama Othman1999-07-261-7/+4
|
* ChangeLogTag:Tue Jul 13 16:05:44 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-131-3/+11
|
* Comment updates.Ossama Othman1999-07-101-1/+1
|
* Added a call to TAO_Acceptor_Registry::close_all () in theOssama Othman1999-07-071-7/+32
| | | | | | | | | | TAO_Acceptor_Registry destructor. The call in the destructor shouldn't be necessary since close_all () is already called by the ORB, but it is safer to add the call to the destructor. Added some useful and/or missing error checks. Fixed some memory leaks that may occur when an error occurs.
* Moved loop that iterates over the protocol factories to an outerOssama Othman1999-07-061-105/+118
| | | | | | | | | | | level since it only needs to be run once for each protocol. Previously it was being run for each addr within a given endpoint. The code flow now makes more sense. This fix also removes and simplifies some code in the open_default() method. Bonus! Add a test that checks if a usable protocol was found. If one wasn't found then return an error.
* ChangeLogTag:Wed Jun 9 20:16:36 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-101-8/+15
|
* Mostly commnet updates. Also changed add-to_string for the Profile classesfredk1999-06-081-12/+13
| | | | | | to accept a buffer. removed the Environment parameter toTAO_XX_profile::_key () and also removed the body_ attribute and related methods.
* .schmidt1999-06-061-58/+59
|
* ChangeLogTag:Thu Jun 03 21:03:42 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-06-041-0/+2
|
* ChangeLogTag:Tue Jun 1 21:54:56 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-021-9/+6
|
* * tao/Acceptor_Registry.{h,cpp} (close_all):Ossama Othman1999-05-311-46/+110
| | | | | | | | | | | | | Added an Acceptor_Registry::close_all() method that closes all registered open acceptors. * tao/Acceptor_Registry.{h,cpp} (open, open_default): Updated to accept "empty string" endpoints. If an endpoint is specified with only the protocol, e.g. `uiop://', then open an Acceptor with a default endpoint. This conforms to the "iioploc" syntax. All TAO pluggable protocols will be expected to have the ability to create a default endpoint.
* Removed semi-colons at end of pragma template instantiations.Ossama Othman1999-05-301-7/+3
|
* Updates/fixes for "iioploc" style URLs and endpoints.Ossama Othman1999-05-271-0/+13
| | | | | Also fixed problem where preconnects were being added to the endpoint set instead of the preconnect set.
* ChangeLogTag:Wed May 26 18:51:39 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-271-0/+238