summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fri May 5 14:33:29 UTC 2006 Ciju John <john_c@ociweb.com>oci_wchar_refactor_post_1_5_1_branchjohn_c2006-05-081-2/+2
* ChangeLogTag:Tue Nov 15 23:48:47 2005 Ossama Othman <ossama@dre.vanderbilt....Ossama Othman2005-11-161-0/+4
* ChangeLogTag: Tue Oct 4 11:37:12 UTC 2005 Johnny Willemsen <jwillemsen@rem...Johnny Willemsen2005-10-041-28/+0
* ChangeLogTag: Wed Aug 31 10:00:12 UTC 2005 Johnny Willemsen <jwillemsen@rem...Johnny Willemsen2005-08-311-8/+4
* ChangeLogTag:Fri Apr 8 09:22:05 2005 Ossama Othman <ossama@dre.vanderbilt....Ossama Othman2005-04-081-8/+10
* ChangeLogTag:Thu Apr 7 21:27:55 2005 Ossama Othman <ossama@dre.vanderbilt....Ossama Othman2005-04-081-1/+6
* ChangeLogTag: Thu Jan 27 11:39:00 2005 J.T. Conklin <jtc@acorntoolworks.com>jtc2005-01-271-3/+3
* ChangeLogTag: Tue Jan 25 09:59:28 2005 J.T. Conklin <jtc@acorntoolworks.com>jtc2005-01-251-5/+3
* ChangeLogTag: Mon Aug 16 16:45:06 2004 J.T. Conklin <jtc@acorntoolworks.com>jtc2004-08-161-1/+1
* ChangeLogTag:Fri Apr 23 20:28:35 2004 Ossama Othman <ossama@dre.vanderbilt....Ossama Othman2004-04-241-1/+1
* ChangeLogTag: Wed Feb 4 14:18:04 2004 Jeff Parsons <j.parsons@vanderbilt.edu>parsons2004-02-041-1/+1
* ChangeLogTag:Tue Nov 4 08:18:37 UTC 2003 Don Hinton <dhinton@dresystems.com>dhinton2003-11-041-0/+1
* ChangeLogTag: Fri Aug 15 14:32:54 2003 Jeff Parsons <j.parsons@vanderbilt.edu>parsons2003-08-151-3/+3
* ChangeLogTag:Sun Aug 3 21:05:53 2003 Balachandran Natarajan <bala@dre.vand...bala2003-08-041-0/+1
* ChangeLogTag: Wed Apr 30 07:26:37 2003 Chad Elliott <elliott_c@ociweb.com>elliott_c2003-04-301-53/+56
* ChangeLogTag: Wed Mar 12 09:49:00 2003 Jeff Parsons <j.parsons@vanderbilt.edu>parsons2003-03-121-1/+2
* ChangeLogTag:Tue Jan 29 21:09:12 2002 Oliver Kellogg <oliver.kellogg@sysde.e...okellogg2002-01-291-75/+75
* Merged corba-env-clean branch.Ossama Othman2001-12-081-127/+127
* ChangeLogTag: Tue Apr 17 12:19:32 2001 Jeff Parsons <parsons@cs.wustl.edu>parsons2001-04-171-2/+9
* Sat Nov 25 15:06:16 2000 Pradeep Gore <pradeep@cs.wustl.edu>pradeep2000-11-251-4/+4
* ChangeLogTag:Sun Jun 18 03:18:08 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-06-181-13/+13
* ChangeLogTag:Tue Mar 21 13:51:23 2000 Carlos O'Ryan <coryan@cs.wustl.edu>coryan2000-03-211-10/+5
* ChangeLogTag: Fri Mar 17 13:01:58 2000 David L. Levine <levine@cs.wustl.edu>levine2000-03-171-2/+2
* ChangeLogTag:Wed Aug 11 10:04:57 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-08-111-48/+48
* Fixed the exception problems reported by Carlos. Thanks Carlos.alex1999-06-301-4/+2
* Fixed the exception macros problems. Thanks Carlos for reporting thealex1999-06-281-10/+8
* Fixed ACE_THROW_SPEC issues again. Included thealex1999-06-151-726/+766
* Fixed the problem with ACE_THROW_SPEC.alex1999-06-151-6/+33
* Added ACE_THROW_SPEC.alex1999-06-141-0/+5
* Changed TAO_PropertySet from template class to a non-template class and addednaga1999-05-211-18/+774
* Fixed IRIX warnings.alex1999-05-071-29/+22
* Fixed the g++ warnings.alex1999-05-011-0/+8
* Update the code to use ACE exception macros.alex1999-05-011-283/+232
* Removed argument from system exceptions' instantiations if they match the def...nanbor1999-04-291-5/+5
* Fixed SystemException constructor's signaturenanbor1999-04-281-5/+5
* fixed semicolons at ends of explicit template instantiationslevine1999-04-141-8/+8
* Fixed the g++ template errors on Linux. Thanks to David Levine for reporting.naga1999-04-141-2/+6
* Made TAO_PropertySet a template class to avoid interface inheritancenaga1999-04-121-860/+14
* Fixed all the Sequence_out parameters to get created even though theiralex1999-03-091-30/+41
* Added some ACE_UNUSED_ARGs to prevent g++ 2.7.x from warning about unusedOssama Othman1999-02-221-1/+8
* *** empty log message ***parsons1999-02-131-11/+11
* Fixed the problem with marshalling/demarshalling multiplealex1999-02-111-15/+17
* Changed to generate code using TAO_IN_ENV instead of _env.nanbor1999-01-101-54/+54
* *** empty log message ***irfan1998-12-251-2/+12
* Changed to use TAO_ENDTRY_RETURN (0)nanbor1998-11-091-30/+3
* Changed to use TAO_ENDTRY_RETURN (0)nanbor1998-11-091-10/+1
* Changed some ACE_NOTREACHED (return 0) statements to return 0, if TAO_HAS_EXC...levine1998-11-091-0/+28
* oops, ACE_NOTREACHED instead of ACE_NOTREACEDlevine1998-10-271-1/+1
* wrapped some final return 0 statements with ACE_NOTREACHEDlevine1998-10-271-17/+17
* Fixed the double deletion case.alex1998-10-081-2/+2