summaryrefslogtreecommitdiff
path: root/netsvcs
Commit message (Collapse)AuthorAgeFilesLines
* replace () around #pragma implementation argumentlevine1999-01-203-3/+3
|
* ChangeLogTag:Mon Dec 28 10:52:20 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-12-2810-56/+95
|
* .schmidt1998-12-172-2/+0
|
* removed () from #pragma implementation argumentlevine1998-12-153-3/+3
|
* .schmidt1998-11-301-26/+51
|
* Added LIBS += $(ACELIB) to make this build on AIX.Steve Huston1998-11-241-0/+2
| | | | | This whole thing could be done away with by making the app build with the 2 source files, and not bother with the library.
* changed include protection from #if !defined to ifndef, and added #pragma ↵levine1998-11-181-1/+6
| | | | once, if possible
* ChangeLogTag:Mon Oct 26 18:33:28 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-2710-2/+65
|
* Added ACELIB to LIBS to link in libACE.Steve Huston1998-10-211-12/+14
|
* Remove tabs and trailing spaces.Steve Huston1998-10-211-18/+18
|
* Added ACELIB to LIBS to link in libACE.Steve Huston1998-10-211-1/+1
|
* added #include of ace/streams.h, because the dump () method uses ofstream.levine1998-10-201-3/+4
|
* changed include protection from #if !defined to ifndef, and added #pragma ↵levine1998-10-2012-84/+136
| | | | once, if possible
* one more try to fix the egcs bug: removed the ptmf temporary entirelylevine1998-10-121-13/+18
|
* (lists_entries): replaced switch statement with a multi-branch if statement,levine1998-10-121-113/+119
| | | | | to avoid Internal compiler error 980331 with egcs 1.1 (2.91.57) (on Linux/alpha).
* Now uses $ACE_ROOT/binbrunsch1998-09-192-32/+27
|
* .schmidt1998-09-1710-219/+767
|
* *** empty log message ***irfan1998-09-161-21/+22
|
* VC 6 modificationnanbor1998-09-0923-23/+23
|
* *** empty log message ***nanbor1998-09-092-30/+34
|
* Reverted my last changenanbor1998-09-091-5/+5
|
* *** empty log message ***nanbor1998-09-082-6/+6
|
* *** empty log message ***nanbor1998-09-082-34/+30
|
* *** empty log message ***schmidt1998-09-032-34/+67
|
* *** empty log message ***schmidt1998-09-023-28/+56
|
* *** empty log message ***schmidt1998-08-311-1/+1
|
* added #include of ace/Singleton.hlevine1998-08-301-7/+7
|
* replaced #include <string.h> with #include "ace/OS.h", so thatlevine1998-08-171-1/+1
| | | | _REENTRANT gets defined with g++
* Added some submitted MSVC files and updated the rest of the files inbrunsch1998-08-0919-134/+1105
| | | | netsvcs.
* Changed all instances of "#if (ACE_WIN32)" to "#if defined (ACE_WIN32)"brunsch1998-08-091-3/+2
|
* Added ACE_RCSID to netsvcs/gonzo1998-08-0125-23/+66
|
* Moved a few methods from ACE to ACE_Event_Handlergonzo1998-07-302-6/+6
|
* *** empty log message ***Steve Huston1998-07-212-76/+89
|
* Made ACE paths relative and in project. Reference correct Debug/Release ↵Steve Huston1998-07-212-285/+190
| | | | netsvcs.
* Made paths to ACE components relative, and in project file.Steve Huston1998-07-212-916/+954
|
* Changed debug version to netsvcsdnanbor1998-07-162-4/+6
|
* Moved a class from .cpp to .h - AIX xlC requires it there for templateSteve Huston1998-07-032-13/+12
| | | | instantiation.
* added #include of ace/streams.h.levine1998-06-231-89/+90
|
* inserted RCS keyword stringlevine1998-05-131-0/+2
|
* Added comments on how to use ACE_Service_Object_Ptr correctly.nanbor1998-04-271-1/+6
|
* *** empty log message ***nanbor1998-04-271-1/+1
|
* Shouldn't initialize scheduling Strategy with temporary objects. Their ↵nanbor1998-04-251-6/+0
| | | | contents get delete right after contructor exits.
* *** empty log message ***nanbor1998-04-175-5447/+0
|
* Added ..\lib to include directories for Release mode.Steve Huston1998-04-121-0/+0
|
* *** empty log message ***schmidt1998-04-0911-329/+420
|
* *** empty log message ***schmidt1998-04-0412-54/+502
|
* Removed #include <fstream.h> from line 1.Steve Huston1998-04-031-1/+0
|
* Fixed some template instantiations.,Steve Huston1998-04-031-4/+4
| | | | CV: ----------------------------------------------------------------------
* Added ..\libs to Include directories for Release.Steve Huston1998-03-271-0/+0
|
* *** empty log message ***schmidt1998-03-181-2/+2
|