summaryrefslogtreecommitdiff
path: root/TAO/tao/IOR_LookupTable.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Mon Aug 9 12:00:12 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-08-091-1/+2
|
* ChangeLogTag:Sun Aug 8 15:44:15 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-08-081-0/+1
|
* Added missing "tao/" to #include of ObjectIDList.h.Ossama Othman1999-07-191-1/+1
|
* Implemented the CORBA::ORB::list_initial_services() method.Ossama Othman1999-07-181-3/+52
|
* Debugging output was attempting to print the name of the objectOssama Othman1999-07-131-4/+10
| | | | | | | | | | found in the object key, which isn't null terminated. However, due to performance considerations, that string is not copied. Only pointer to the object_key is used during the IOR lookup. Hence, the string *cannot* be null terminated since doing so would modify the contents of the object key. For the moment, the only solution is to remove the debugging output entirely. [Bug 56]
* *** empty log message ***vishal1999-05-261-5/+3
|
* ChangeLogTag:Fri Apr 30 12:42:06 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-04-301-11/+20
|
* *** empty log message ***vishal1999-04-011-5/+5
|
* ChangeLogTag:Fri Mar 26 17:58:58 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-03-271-3/+3
|
* ChangeLogTag:Mon Mar 22 16:40:36 1999 Vishal Kachroo ↵vishal1999-03-221-0/+82
<vishal@merengue.cs.wustl.edu>