summaryrefslogtreecommitdiff
path: root/TAO/tao/Acceptor_Registry.h
Commit message (Collapse)AuthorAgeFilesLines
* Merged corba-env-clean branch.Ossama Othman2001-12-081-6/+6
|
* ChangeLogTag:Tue Dec 04 21:35:04 2001 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2001-12-051-1/+1
|
* ChangeLogTag: Mon Sep 17 19:00:00 2001 Irfan Pyarali <irfan@cs.wustl.edu>irfan2001-09-181-9/+6
|
* ChangeLogTag:Fri Dec 15 11:36:08 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-12-151-47/+47
|
* ChangeLogTag:Wed Sep 13 19:15:01 2000 Marina Spivak <marina@cs.wustl.edu>marina2000-09-141-2/+1
|
* ChangeLogTag:Mon Sep 11 12:56:11 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-09-121-1/+1
|
* ChangeLogTag:Thu Sep 7 23:03:27 2000 Marina Spivak <marina@cs.wustl.edu>marina2000-09-081-9/+4
|
* ChangeLogTag:Thu Aug 31 16:31:04 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-09-011-2/+2
|
* ChangeLogTag:Sat Aug 26 13:06:23 2000 Marina Spivak <marina@cs.wustl.edu>marina2000-08-261-1/+10
|
* ChangeLogTag:Mon Jun 26 12:44:40 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-06-261-1/+24
|
* ChangeLogTag:Tue May 9 20:01:41 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-05-101-0/+5
|
* ChangeLogTag: Fri Apr 28 21:22:44 2000 Balachandran Natarajan ↵bala2000-04-291-0/+3
| | | | <bala@cs.wustl.edu>
* ChangeLogTag:Thu Mar 23 14:48:12 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-03-231-1/+1
|
* ChangeLogTag:Sat Mar 18 05:34:48 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-03-181-0/+2
|
* ChangeLogTag:Mon Feb 14 10:16:15 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-02-141-3/+0
|
* ChangeLogTag:Sun Dec 12 15:32:27 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-12-121-8/+9
|
* ChangeLogTag:Fri Aug 27 17:06:54 1999 Ossama Othman <othman@cs.wustl.edu>Ossama Othman1999-08-271-3/+7
|
* Comment update.Ossama Othman1999-07-261-1/+1
|
* insert pragma oncelevine1999-07-121-0/+5
|
* Moved loop that iterates over the protocol factories to an outerOssama Othman1999-07-061-3/+7
| | | | | | | | | | | 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.
* Mostly commnet updates. Also changed add-to_string for the Profile classesfredk1999-06-081-19/+1
| | | | | | to accept a buffer. removed the Environment parameter toTAO_XX_profile::_key () and also removed the body_ attribute and related methods.
* .schmidt1999-06-061-12/+15
|
* * tao/Acceptor_Registry.{h,cpp} (close_all):Ossama Othman1999-05-311-6/+12
| | | | | | | | | | | | | 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.
* ChangeLogTag:Wed May 26 18:51:39 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-271-0/+107