summaryrefslogtreecommitdiff
path: root/ace/UNIX_Addr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Repo restructuringWilliam R. Otte2006-07-241-151/+0
|
* ChangeLogTag:Fri Oct 28 00:01:06 2005 Ossama Othman ↵Ossama Othman2005-10-281-9/+13
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag:Wed May 18 16:19:32 2005 Ossama Othman ↵Ossama Othman2005-05-191-0/+35
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag:Wed Oct 27 16:22:49 2004 Steve Huston <shuston@riverace.com>Steve Huston2004-10-271-7/+3
|
* ChangeLogTag: Wed Jun 16 07:56:12 UTC 2004 Johnny Willemsen ↵Johnny Willemsen2004-06-161-11/+11
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag:Sun Jul 27 20:19:48 UTC 2003 Don Hinton <dhinton@dresystems.com>dhinton2003-07-271-0/+2
|
* ChangeLogTag:Fri Apr 5 11:40:00 UTC 2002 Don Hinton <dhinton@ieee.org>dhinton2002-04-051-4/+4
|
* ChangeLogTag:Tue Apr 18 19:08:37 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-191-1/+0
|
* Moved base_set() call in constructor to member initializer list.Ossama Othman1999-06-251-1/+1
| | | | | | This is cleaner coding style. The original code, before a bug fix was made, was like that. I just forgot to put it back in the member initializer list after the fix.
* * ace/UNIX_Addr.cpp (set):Ossama Othman1999-05-271-3/+6
| | | | | | Explicitly set the sun_family to AF_UNIX, otherwise it will be zero by a previous call to memset(). AF_UNSPEC, which is zero, is what the call to memset() cause the sun_family to be.
* ChangeLogTag:Tue May 25 21:38:40 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-261-0/+1
|
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-0/+2
|
* *** empty log message ***schmidt1997-11-071-11/+13
|
* *** empty log message ***schmidt1997-05-091-3/+6
|
* *** empty log message ***schmidt1997-03-251-4/+10
|
* fooschmidt1997-03-051-19/+14
|
* whoopie!!schmidt1996-11-181-4/+3
| | | | whoopie, more new stuff, more things will break!!
* Initial revisionlevine1996-10-211-0/+104