summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***schmidt1998-05-151-1/+2
* *** empty log message ***schmidt1998-05-153-22/+23
* *** empty log message ***schmidt1998-05-151-30/+54
* *** empty log message ***schmidt1998-05-145-82/+592
* *** empty log message ***schmidt1998-05-142-74/+463
* *** empty log message ***schmidt1998-05-061-1/+3
* *** empty log message ***schmidt1998-04-0910-130/+439
* *** empty log message ***schmidt1998-04-093-66/+161
* updated dependencies with revised depend.locallevine1998-01-158-366/+178
* (main): declare local "i" outside the for loop because it is used after the looplevine1997-12-241-44/+45
* Merge in changes from HP-UX 11 portSteve Huston1997-12-235-8/+8
* (lookup_name): removed unused local variable "len"levine1997-12-231-7/+5
* (server): cast arg to long before casting to ACE_HANDLE, and removed function...levine1997-12-191-1/+1
* *** empty log message ***schmidt1997-12-192-121/+52
* New files.nw11997-12-182-0/+86
* tweaked so that they build on VxWorks (spawn needs the (ACE_THR_FUNC) cast, a...levine1997-12-182-69/+70
* *** empty log message ***schmidt1997-12-182-56/+16
* *** empty log message ***schmidt1997-12-181-1/+1
* *** empty log message ***schmidt1997-12-182-107/+345
* replace ACE_HAS_64BIT_LONGS preprocessor logic with a cast through a long to ...levine1997-12-171-5/+3
* *** empty log message ***schmidt1997-12-171-1/+1
* added support to optionally set socket buffers sizeslevine1997-12-122-44/+72
* *** empty log message ***schmidt1997-12-048-139/+40
* *** empty log message ***irfan1997-12-048-34/+34
* *** empty log message ***schmidt1997-12-041-13/+17
* Removed unnecessary library inclusions.nw11997-11-264-4/+4
* Changed 'host' to a const so it can be initialized from a const char string.Steve Huston1997-11-211-1/+1
* *** empty log message ***schmidt1997-11-168-21/+179
* (main): removed call to ACE_Thread_Manager::open () because it no longer is a...levine1997-10-211-4/+0
* (main): wrapped "return 0" with ACE_NOTREACHED.levine1997-10-151-9/+10
* removed unused variable "MAXLINE".levine1997-10-151-2/+0
* (read_file): convert void *fd to long if ACE_HAS_64BIT_LONGS. And, put "n" i...levine1997-10-151-15/+21
* *** empty log message ***irfan1997-09-291-3/+3
* *** empty log message ***schmidt1997-09-181-4/+9
* updated Makefile dependencieslevine1997-09-154-108/+36
* *** empty log message ***schmidt1997-09-128-62/+73
* moved #include of shared.h inside ACE_HAS_STREAM_PIPES protection to avoid co...levine1997-09-046-6/+12
* added args to main ()levine1997-09-0417-17/+17
* *** empty log message ***schmidt1997-08-305-18/+0
* ACE libraries are renamed to conform with MicroSuck's convention.nw11997-08-282-9/+34
* Changed to used new naming scheme for ace.dllbrunsch1997-08-274-4/+8
* added args to declaration of main ()levine1997-08-252-3/+3
* ChangeLogTag:Thu Aug 21 13:08:43 1997 Carlos O'Ryan <coryan@swarm.cs.wustl....coryan1997-08-214-6/+1
* added ACE_HAS_INSTANTIATION_PRAGMA supportlevine1997-07-312-27/+33
* (main): use ACE_OS::fprintf () instead of cerrlevine1997-07-281-1/+1
* require 2 args instead of 1; mask file mode with 0777 (octal), and use ACE_OS...levine1997-07-261-6/+7
* Added 'const' to char * initialized from a string constant.Steve Huston1997-07-231-1/+1
* Changed WRAPPER_ROOT to ACE_ROOT.Chris Cleeland1997-07-2210-1162/+1162
* Visual C++ 5.0 project filesbrunsch1997-07-155-0/+341
* (main): fixed typo, missing ; at end of statementlevine1997-07-121-1/+1