summaryrefslogtreecommitdiff
path: root/netsvcs
Commit message (Collapse)AuthorAgeFilesLines
* reordered initializers to match declaration orderlevine1997-06-291-12/+12
|
* (parse_args): wrapped TCHAR argument to sizeof in parenthesislevine1997-06-231-1/+1
|
* *** empty log message ***irfan1997-06-232-3/+5
|
* *** empty log message ***schmidt1997-05-271-2/+1
|
* protected second ACE_Svc_Handler specialization for case that ACE_HAS_THREADSlevine1997-05-241-2/+4
|
* *** empty log message ***schmidt1997-05-211-0/+1
|
* *** empty log message ***schmidt1997-05-216-136/+291
|
* *** empty log message ***schmidt1997-05-217-568/+256
|
* removed second ACE_Svc_Handler specialization for non-threaded, has-TLI caselevine1997-05-181-1/+0
|
* *** empty log message ***schmidt1997-05-163-155/+479
|
* *** empty log message ***schmidt1997-05-161-0/+1
|
* added a bunch of template specializationslevine1997-05-161-0/+18
|
* *** empty log message ***schmidt1997-05-165-61/+62
|
* *** empty log message ***schmidt1997-05-163-486/+147
|
* *** empty log message ***schmidt1997-05-167-1/+668
|
* *** empty log message ***irfan1997-05-134-56/+208
|
* removed break statements after ACE_RETURNs to avoid unreachable statement ↵levine1997-05-066-7/+0
| | | | warnings from GHS
* *** empty log message ***schmidt1997-05-069-38/+44
|
* *** empty log message ***schmidt1997-05-053-3/+3
|
* fixed ACE_Svc_Handler specializations, yet again, for Linux w/LXPthreadslevine1997-05-051-7/+11
|
* fixed template specializationslevine1997-05-051-3/+12
|
* *** empty log message ***schmidt1997-05-033-3/+3
|
* added ACE_Map_Entry template specializationlevine1997-05-033-0/+3
|
* *** empty log message ***irfan1997-05-011-0/+3
|
* protect against multiple inclusionlevine1997-04-301-0/+5
|
* *** empty log message ***irfan1997-04-301-2/+4
|
* *** empty log message ***irfan1997-04-303-12/+5
|
* removed template specializations that are now in ace/Service_Record.cpp and ↵levine1997-04-283-12/+12
| | | | ace/Task.cpp
* *** empty log message ***schmidt1997-04-2810-87/+633
|
* *** empty log message ***schmidt1997-04-282-51/+51
|
* *** empty log message ***schmidt1997-04-272-2/+3
|
* *** empty log message ***schmidt1997-04-275-34/+43
|
* *** empty log message ***schmidt1997-04-241-0/+1
|
* *** empty log message ***schmidt1997-04-181-1/+0
|
* *** empty log message ***schmidt1997-04-174-3/+3
|
* *** empty log message ***schmidt1997-04-165-14/+9
|
* *** empty log message ***schmidt1997-04-1614-877/+856
|
* *** empty log message ***schmidt1997-04-152-7/+19
|
* *** empty log message ***schmidt1997-04-131-11/+11
|
* *** empty log message ***schmidt1997-04-101-2/+2
|
* *** empty log message ***schmidt1997-04-102-2/+2
|
* made STDIN_Token::TID typedef public so that template specialization (w/ Sun ↵levine1997-04-021-2/+2
| | | | C++ 4.2) can access it
* removed SHOBJ so that main.so is not built, because it wasn't neededlevine1997-03-271-7/+1
|
* added template instantiationslevine1997-03-272-0/+9
|
* * netsvcs/lib/TS_Clerk_Handler.cpp: Fixed two things:pjain1997-03-271-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | 1) In TS_Clerk_Processor::parse_args() changed "%n:\n[-p hostname:port] [-t timeout] [-p poolname]\n%a", 1), to "%n:\n[-h hostname:port] [-t timeout] [-p poolname]\n%a", 1), 2) In TS_Clerk_Processor::alloc() changed void *temp = 0; // Only create the state if it doesn't already exist. if (this->shmem_->find (ACE_DEFAULT_TIME_SERVER_STR, temp) == -1) { // Allocate the space out of shared memory for the system time entry temp = this->shmem_->malloc (sizeof (this->system_time_)); to: // Only create the state if it doesn't already exist. if (this->shmem_->find (ACE_DEFAULT_TIME_SERVER_STR) == -1) { // Allocate the space out of shared memory for the system time entry void *temp = this->shmem_->malloc (sizeof (this->system_time_)); Thanks to Sandro Doro (alex@aureus.sublink.org) for suggesting these changes.
* added template specializationslevine1997-03-262-6/+15
|
* added template specializationslevine1997-03-263-6/+23
|
* added another template specializationlevine1997-03-251-0/+1
|
* *** empty log message ***schmidt1997-03-252-1/+3
|
* (handle_close): added ACE_UNUSED_ARG (mask); also, added template ↵levine1997-03-241-1/+9
| | | | specializations