summaryrefslogtreecommitdiff
path: root/examples/Shared_Malloc
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogTag:Tue Jul 20 11:46:09 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-07-201-2/+14
* .schmidt1999-07-163-92/+183
* ChangeLogTag: Wed Jul 14 11:15:24 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-141-14/+17
* Moved def of Dummy_Data from .cpp to .h file to satisfy AIX IBM C++.Steve Huston1999-07-132-9/+19
* ChangeLogTag:Wed Jul 07 01:28:40 1999 Nanbor Wang <nanbor@cs.wustl.edu>schmidt1999-07-074-161/+382
* Updated all the dependenciescoryan1999-07-011-8/+3
* Removed all MSVC4 workspaces and makefilesnanbor1999-06-182-762/+0
* .schmidt1999-06-072-3/+4
* ChangeLogTag:Fri Mar 19 18:56:26 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-03-201-8/+4
* ChangeLogTag:Mon Dec 28 10:52:20 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-12-281-1/+6
* *** empty log message ***irfan1998-12-184-0/+376
* ChangeLogTag:Mon Oct 26 18:33:28 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-271-2/+5
* changed include protection from #if !defined to ifndef, and added #pragma onc...levine1998-10-202-2/+10
* cast of &seed to ACE_RANDR_TYPE through unsigned long to avoid warning about ...levine1998-09-181-1/+2
* .schmidt1998-09-171-1/+10
* ChangeLogTag:Thu Sep 17 08:41:14 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-09-171-2/+2
* *** empty log message ***schmidt1998-09-021-1/+7
* *** empty log message ***schmidt1998-08-271-5/+0
* Added ACE_RCSID to examples/gonzo1998-07-315-3/+12
* *** empty log message ***schmidt1998-04-091-7/+28
* Changed to match today's changes to rules.bin.GNUSteve Huston1998-04-041-3/+3
* updated dependencies with revised depend.locallevine1998-01-151-29/+12
* *** empty log message ***schmidt1997-12-202-2/+4
* replace ACE_HAS_64BIT_LONGS preprocessor logic with a cast through a long to ...levine1997-12-171-5/+4
* *** empty log message ***schmidt1997-12-041-11/+4
* *** empty log message ***irfan1997-12-042-2/+3
* *** empty log message ***irfan1997-12-031-4/+0
* removed ACE_Malloc instantiation because it's in ace/System_Time.cpplevine1997-12-021-65/+67
* remove ACE_Guard<ACE_Process_Mutex> instantiation because it's in ace/Synch.cpplevine1997-12-011-2/+0
* *** empty log message ***schmidt1997-11-211-2/+10
* *** empty log message ***irfan1997-11-182-0/+762
* *** empty log message ***schmidt1997-11-182-17/+32
* *** empty log message ***schmidt1997-11-161-2/+15
* (worker): convert arg to long if ACE_HAS_64BIT_LONGSlevine1997-10-221-0/+4
* added #include of iostream.h with ACE_HAS_MINIMUM_IOSTREAMH_INCLUSIONlevine1997-10-211-1/+4
* removed unused Employee ostream << operatorlevine1997-10-151-14/+0
* ChangeLogTag:Mon Oct 13 15:39:12 1997 Carlos O'Ryan <coryan@swarm.cs.wustl....coryan1997-10-131-1/+1
* Commented out library lines to build binaries from .o only.Steve Huston1997-10-031-3/+3
* updated Makefile dependencieslevine1997-09-151-4/+2
* *** empty log message ***schmidt1997-09-121-3/+8
* (spawn): added (char *) cast of slave_name () to avoid compilation warnings o...levine1997-09-101-52/+51
* *** empty log message ***schmidt1997-09-091-2/+4
* *** empty log message ***schmidt1997-08-301-4/+0
* added args to declaration of main ()levine1997-08-251-1/+1
* added ACE_HAS_INSTANTIATION_PRAGMA supportlevine1997-07-312-26/+57
* replaced hard-coded ".shobj" with "$(VSHDIR)" in LDLIBS definitions.levine1997-07-271-1/+1
* include iostream.h with ACE_HAS_MINIMUM_IOSTREAMH_INCLUSIONlevine1997-07-271-0/+4
* (main): use ACE_OS::printf () instead of coutlevine1997-07-271-2/+2
* (spawn): cast argv argument to (char *const *)levine1997-07-241-11/+12
* Added 'const' to char * initialized from a string constant.Steve Huston1997-07-231-1/+1