summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'ACE-4_6_38'.ACE-4_6_38nobody1999-05-033396-974480/+0
|
* 4.6.38levine1999-05-034-4/+8
|
* *** empty log message ***levine1999-05-031-0/+5
|
* removed unused orbsvcs referenceslevine1999-05-031-6/+7
|
* only build if the orbsvcs library was built with the Naming componentlevine1999-05-032-45/+56
|
* *** empty log message ***levine1999-05-031-1/+2
|
* *** empty log message ***levine1999-05-031-0/+5
|
* .schmidt1999-05-033-1/+9
|
* *** empty log message ***levine1999-05-031-0/+5
|
* removed use of orbsvcslevine1999-05-031-6/+2
|
* temporary fix to dll load/unload on NT so tao_idl doesn't crashcdgill1999-05-032-0/+15
|
* added guideline to put spaces around comment delimiters. Thanks tolevine1999-05-031-3/+8
| | | | Chris Gill for suggesting this.
* *** empty log message ***levine1999-05-031-0/+6
|
* always build Trader with LifeCyclelevine1999-05-031-10/+14
|
* *** empty log message ***levine1999-05-031-3/+7
|
* *** empty log message ***levine1999-05-031-0/+7
|
* added auto_ptr and ACE_Auto_Basic_Ptr explicit instantiationslevine1999-05-035-0/+44
|
* (create_dispatching): put ??? in a comment, so that old g++ doesn'tlevine1999-05-031-1/+1
| | | | complain about encountering a trigraph.
* *** empty log message ***levine1999-05-031-3/+9
|
* *** empty log message ***naga1999-05-021-0/+6
|
* Fixed double deletion of the signal handler in Command Handler class.naga1999-05-023-19/+15
|
* removed ACE_Reverse_Lock<ACE_Lock> and ACE_Guard<ACE_Reverse_Lock<ACE_Lock> >levine1999-05-021-12/+0
| | | | explicit template instantiations because they're in tao/Object_Adapter.cpp.
* *** empty log message ***levine1999-05-021-0/+7
|
* added ghs back to ACE_NOTREACHED suppressionslevine1999-05-021-5/+5
|
* *** empty log message ***levine1999-05-022-1/+7
|
* (Time_Value_to_TimeT): added static cast of ACE_ONE_SECOND_IN_NSECSlevine1999-05-021-2/+3
| | | | to ACE_UINT32 so that it will compile with ACE_LACKS_U_LONGLONG_T.
* *** empty log message ***levine1999-05-021-0/+6
|
* added dependency of Event on Sched, and Event2 on Event's IDL_SRC's.levine1999-05-021-136/+145
| | | | | | Reordered subset support to be top-to-bottom, so that lower level services can be easily included if needed only by higher level services.
* *** empty log message ***levine1999-05-021-1/+14
|
* added dependency on TAO_ORBSVCS Naminglevine1999-05-022-2/+10
|
* *** empty log message ***naga1999-05-021-3/+3
|
* first draft of reconfig scheduler, does not compilecdgill1999-05-025-2/+527
|
* *** empty log message ***levine1999-05-021-0/+3
|
* added ACE_LACKS_PTHREAD_SIGMASKlevine1999-05-023-1/+3
|
* (pthread_sigmask): added ACE_UNUSED_ARGs to NOTSUP case.levine1999-05-021-1/+4
|
* *** empty log message ***levine1999-05-022-54/+68
|
* removed ACE_Unbounded_Queue<char *> explicit instantiations, becauselevine1999-05-021-14/+0
| | | | they're in ace/ARGV.cpp
* *** empty log message ***naga1999-05-021-0/+26
|
* Redefined xdr_void to be int xdr_void (XDR *, void *) to remove ambigous ↵naga1999-05-023-782/+16
| | | | compilation errors on Sun5.7 CC.
* Fixed void usleep to int usleep to avoid ambiguity errors on Sun5.7 CC.naga1999-05-022-3/+4
|
* Fixed a redundant redinition warnings for macros nextByte and computePicSize.naga1999-05-021-40/+1
|
* Fixed compilation errors for using unsigned char * instead of XmString on ↵naga1999-05-024-7/+14
| | | | Sun 5.7 CC. Thanks to Bala for helping with this.
* Fixed the code to restart the event loop for Audio Buffer and Video Buffernaga1999-05-022-933/+16
| | | | process for the java init case when the Java Gui sends ior to the mpeg client.
* Added a initialization for the mmdevice_ pointer.naga1999-05-021-1/+2
|
* ChangeLogschmidt1999-05-021-2/+3
|
* *** empty log message ***naga1999-05-021-0/+8
|
* Added the correct implementation of destroy method according to Irfan's ↵naga1999-05-025-152/+288
| | | | | | suggestion. Also corrected some TAO_ macros used for exceptions.
* .schmidt1999-05-022-8/+8
|
* *** empty log message ***pradeep1999-05-022-12/+17
|
* *** empty log message ***parsons1999-05-021-0/+11
|