代码搜索:Addison
找到约 5,402 项符合「Addison」的源代码
代码结果 5,402
www.eeworm.com/read/136989/5826938
makefile
# Makefile,v 1.2 2004/01/05 02:42:25 bala Exp
#
# Copyright 2003 Addison-Wesley Inc. All Rights Reserved.
BIN = Activate \
Condition_Variables \
Guards \
Message_Blocks \
Message_Queue \
www.eeworm.com/read/242657/4547203
h clientservice.h
/**
* $Id: ClientService.h 55222 2004-01-07 22:40:17Z shuston $
*
* Sample code from The ACE Programmer's Guide,
* copyright 2003 Addison-Wesley. All Rights Reserved.
*/
#ifndef __CLIENTSERVICE_
www.eeworm.com/read/242657/4547435
h clientcontext.h
/**
* $Id: ClientContext.h 55034 2004-01-01 21:01:01Z shuston $
*
* Sample code from The ACE Programmer's Guide,
* copyright 2003 Addison-Wesley. All Rights Reserved.
*/
#ifndef __CLIENTCONTEXT_
www.eeworm.com/read/213039/4930391
h ha_proactive_status.h
/* -*- C++ -*- */
/*
** HA_Proactive_Status.h,v 1.4 2004/03/15 23:32:42 shuston Exp
**
** Example program from The ACE Programmer's Guide, Chapter 8.
** Copyright 2003 Addison-Wesley. All Rights
www.eeworm.com/read/213039/4930400
cpp ha_proactive_status.cpp
/*
** HA_Proactive_Status.cpp,v 1.8 2004/03/17 19:25:57 shuston Exp
**
** Example program from The ACE Programmer's Guide, Chapter 8.
** Copyright 2003 Addison-Wesley. All Rights Reserved.
*/
www.eeworm.com/read/213039/4930432
makefile
# Makefile,v 1.1 2004/01/01 21:01:00 shuston Exp
#
# Copyright 2003 Addison-Wesley Inc. All Rights Reserved.
BIN = Basic Basic_Robust Iovec Server
SOURCES = $(addsuffix .cpp,$(BIN))
include
www.eeworm.com/read/213039/4930587
cpp argv_example.cpp
/**
* ARGV_Example.cpp,v 1.3 2004/01/03 13:04:35 jwillemsen Exp
*
* ACE_ARGV examples not in a larger program. Sample code from The ACE
* Programmer's Guide, Copyright 2003 Addison-Wesley. All
www.eeworm.com/read/213039/4930591
makefile
# Makefile,v 1.2 2004/01/07 22:40:16 shuston Exp
#
# Copyright 2003 Addison-Wesley Inc. All Rights Reserved.
MAKEFILE=Makefile
MKLIST = Makefile.singles \
Makefile.timers \
Makefile.upca
www.eeworm.com/read/213039/4930604
singles makefile.singles
# Makefile.singles,v 1.2 2004/04/01 00:13:16 bala Exp
#
# Copyright 2003 Addison-Wesley Inc. All Rights Reserved.
MAKEFILE = Makefile.singles
BIN = Alarm Task
BUILD = $(VBIN)
inclu
www.eeworm.com/read/213039/4930720
h request_handler.h
/**
* Request_Handler.h,v 1.1 2004/01/01 21:01:00 shuston Exp
*
* Sample code from The ACE Programmer's Guide,
* copyright 2003 Addison-Wesley. All Rights Reserved.
*/
#ifndef __REQUEST_H