代码搜索:impl
找到约 10,000 项符合「impl」的源代码
代码结果 10,000
www.eeworm.com/read/416830/2106162
cc documents_impl.cc
/*
* Demo of COSS Relationship Service
* Copyright (C) 1998 Karel Gardas
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi
www.eeworm.com/read/416830/2106164
h test_impl.h
/*
* Test of COSS Relationship Service for MICO
* Copyright (C) 1998-99 Karel Gardas
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU G
www.eeworm.com/read/416830/2106199
h documents_impl.h
/*
* Demo of COSS Relationship Service
* Copyright (C) 1998 Karel Gardas
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi
www.eeworm.com/read/416830/2106204
cc bank_impl.cc
#include
#include
#include
#include
#include "Bank.h"
#include "Bank_impl.h"
Account_impl::Account_impl()
{
#if DEBUG
cout
www.eeworm.com/read/416830/2106206
cc test_impl.cc
/*
* Test of COSS Relationship Service for MICO
* Copyright (C) 1998-99 Karel Gardas
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU G
www.eeworm.com/read/416830/2106207
cc documents_impl.cc
/*
* Demo of COSS Relationship Service
* Copyright (C) 1998 Karel Gardas
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi
www.eeworm.com/read/416830/2106209
h test_impl.h
/*
* Test of COSS Relationship Service for MICO
* Copyright (C) 1998-99 Karel Gardas
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU G
www.eeworm.com/read/416830/2106214
cc custom_impl.cc
#include "custom_impl.h"
using namespace std;
CORBA::Long
CustomValue_impl::value ()
{
return 42;
}
void
CustomValue_impl::marshal (CORBA::DataOutputStream * os)
{
cout
www.eeworm.com/read/416830/2106217
h custom_impl.h
#ifndef __CUSTOM_IMPL_H__
#define __CUSTOM_IMPL_H__
#include "custom.h"
class CustomValue_impl :
virtual public CustomValue,
virtual public CORBA::DefaultValueRefCountBase
{
public:
CORBA::Lon
www.eeworm.com/read/416830/2106224
cc tricky_impl.cc
/*
* Implementations
*/
#include "tricky.h"
#include "tricky_impl.h"
CORBA::ValueBase *
vt_factory::create_for_unmarshal ()
{
return new vt_impl;
}
CORBA::ValueBase *
base_factory::create_for_