代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/242733/4536579
h proxy.h
// Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved.
#ifndef _proxy_h
#define _proxy_h
// Functions available from proxy.c module.
extern BOOL proxy_init(int slot_count, int
www.eeworm.com/read/241991/4556774
java proxy.java
// $Id: Proxy.java,v 1.2 2005/07/17 11:33:58 chrislott Exp $
package org.jgroups.util;
import EDU.oswego.cs.dl.util.concurrent.Executor;
import EDU.oswego.cs.dl.util.concurrent.PooledExecutor;
impo
www.eeworm.com/read/241710/4558539
sln proxy.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Proxy", "Proxy.csproj", "{E37BDA11-1752-440D-ABD9-734C5F2773D9}"
EndProject
Global
www.eeworm.com/read/240722/4570051
cc proxy.cc
//
// proxy.cc
//
// Copyright (C) 1996 Limit Point Systems, Inc.
//
// Author: Curtis Janssen
// Maintainer: LPS
//
// This file is part of the SC Toolkit.
//
// The SC Toolkit
www.eeworm.com/read/240722/4570053
h proxy.h
//
// proxy.h
//
// Copyright (C) 1996 Limit Point Systems, Inc.
//
// Author: Curtis Janssen
// Maintainer: LPS
//
// This file is part of the SC Toolkit.
//
// The SC Toolkit
www.eeworm.com/read/240722/4570134
cc proxy.cc
#ifdef __GNUG__
#pragma implementation
#endif
#include
#include
#include
using namespace sc;
static ClassDesc SavableStateProxy
www.eeworm.com/read/240722/4570140
h proxy.h
//
// proxy.h
//
// Copyright (C) 1996 Limit Point Systems, Inc.
//
// Author: Curtis Janssen
// Maintainer: LPS
//
// This file is part of the SC Toolkit.
//
// The SC Toolkit
www.eeworm.com/read/240529/4572753
java proxy.java
package com.javapatterns.proxy.smartproxy;
public class Proxy implements Searcher
{
/**
* @link aggregation
* @directed
*/
private RealSearcher searcher;
/**
www.eeworm.com/read/240162/4591308
java proxy.java
/* Proxy.java -- build a proxy class that implements reflected interfaces
Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free s