summaryrefslogtreecommitdiff
path: root/ace/Basic_Types.i
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogTag:Mon Feb 24 08:53:52 2003 Ossama Othman <ossama@uci.edu>Ossama Othman2003-02-241-2/+2
* Nuked trailing whitespace.Ossama Othman2003-02-221-1/+1
* ChangeLogTag:Thu Feb 20 09:01:55 2003 Ossama Othman <ossama@uci.edu>Ossama Othman2003-02-201-1/+53
* ChangeLogTag:Fri Sep 14 05:28:13 2001 Douglas C. Schmidt <schmidt@macarena....schmidt2001-09-151-7/+8
* ChangeLogTag: Fri Jul 09 03:31:34 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-091-10/+10
* ChangeLogTag: Thu Jul 08 14:56:22 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-081-0/+72
* unioned the data members with a double, to ensure alignment on 8-byte boundarieslevine1999-01-031-71/+72
* added ACE_U_LongLong::operator *levine1998-05-011-0/+14
* (operator/ and %): fixed comments: former instead of latterlevine1998-04-031-2/+2
* oops, added some missing ACE_INLINE'slevine1998-03-041-4/+4
* (ACE_U_LongLong::operator*=): updated with James' implementationlevine1998-03-031-11/+77
* (ACE_U_LongLong): added a bunch of arithmetic operators for the TAO Time Servicelevine1998-02-271-21/+156
* more cleanup: got rid of ACE_USES_ACE_U_LONGLONG, replace VXWORKS && ghs with...levine1998-01-271-2/+2
* (ACE_U_LongLong): added operator/ (const double)levine1998-01-131-0/+9
* 1) replaced ACE_HAS_LONGLONG_T with ACE_LACKS_LONGLONG_T. 2) fixed operator/...levine1998-01-051-53/+72
* if using ACE_U_LongLong, #define ACE_USES_ACE_U_LONGLONG and use that in the ...levine1998-01-021-2/+3
* only use u_longlong_t on sun. Added operator++ to ACE_U_LongLong, and tweake...levine1997-12-311-1/+21
* (ACE_U_LongLong): use ACE_UIN32 instead of u_long for data members, to ensure...levine1997-12-161-7/+7
* added Basic_Types.*levine1997-12-121-0/+139