代码搜索结果
找到约 10,000 项符合
Interface 的代码
interface.h
/*
* include/linux/nfsd/interface.h
*
* defines interface between nfsd and other bits of
* the kernel. Particularly filesystems (eventually).
*
* Copyright (C) 2000 Neil Brown
interface.h
/*
* include/linux/nfsd/interface.h
*
* defines interface between nfsd and other bits of
* the kernel. Particularly filesystems (eventually).
*
* Copyright (C) 2000 Neil Brown
interface.cpp
#include "stdafx.h"
#include "interface.h"
#include "stdio.h"
#include "CDBError.h"
#include "CDBSession.h"
#include "CDBStatement.h"
#include "CDBTable.h"
void checkError(char *fn,int li
interface.h
#ifndef INTERFACE_H
#define INTERFACE_H
#ifndef DllExport
//#define DllExport extern "C" _declspec(dllimport)
#define DllExport __declspec( dllexport )
#endif //DllExport
DllExport void getVe
interface.po
interface.o interface.o: interface.c ../config.h /usr/include/sys/types.h \
/usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
/usr/includ
interface.cpp
/******************************************************************************************************************
interface.h
#ifndef _INTERFACE_H
#define _INTERFACE_H
class CInterface
{
public:
CInterface();
~CInterface();
public:
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.c
/*
Unix SMB/Netbios implementation.
Version 1.9.
multiple interface handling
Copyright (C) Andrew Tridgell 1992-1998
This program is free software; you can redistribute it and/or m
interface.java
// This class was generated by 172 StubGenerator.
// Contents subject to change without notice.
// @generated
package example.serverscript.connector;
public interface Interface extends java.rmi.Remo
interface.java
package serverscript;
import java.rmi.Remote;
import java.rmi.RemoteException;
public interface Interface extends Remote {
String request(String info, String command) throws RemoteException;
}