代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/429836/1945434
java jtproxy.java
package Jt;
import Jt.examples.HelloWorld;
/**
* Jt Implementation of the Proxy pattern.
*/
public class JtProxy extends JtObject {
public static final String JtCLASS_NAME = Jt
www.eeworm.com/read/427703/1967890
java helloserviceimpl.java
package proxy;
import java.util.Date;
public class HelloServiceImpl implements HelloService{
public String echo(String msg){
return "echo:"+msg;
}
public Date getTime(){
return ne
www.eeworm.com/read/427029/1984798
c iehelper_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Wed Mar 26 14:17:45 2003
*/
/* Compiler settings for IEHelper.idl:
www.eeworm.com/read/427029/1984834
c iehelper_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Wed Mar 26 14:17:45 2003
*/
/* Compiler settings for IEHelper.idl:
www.eeworm.com/read/421802/2048505
c iehelper_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Wed Mar 26 14:17:45 2003
*/
/* Compiler settings for IEHelper.idl:
www.eeworm.com/read/421802/2048540
c iehelper_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Wed Mar 26 14:17:45 2003
*/
/* Compiler settings for IEHelper.idl:
www.eeworm.com/read/418308/2090477
c proxyarplib.c
/* proxyArpLib.c - proxy Address Resolution Protocol (ARP) server library */
/* Copyright 1984 - 2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
-----------------
www.eeworm.com/read/411488/2187711
cpp adj_test.cpp
#include
#include
#include
#include "cppunit/cppunit_proxy.h"
#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
using namespace std;
#endif
//
// TestCase class
www.eeworm.com/read/411488/2187715
cpp setdiff_test.cpp
#include
#include
#include
#include
#include
#include
#include "iota.h"
#include "cppunit/cppunit_proxy.h"
#if !defined (STLPORT) || d
www.eeworm.com/read/411488/2187716
cpp swap_test.cpp
#include
#include
#include "cppunit/cppunit_proxy.h"
#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
using namespace std;
#endif
//
// TestCase class
//
class SwapTest