代码搜索:impl
找到约 10,000 项符合「impl」的源代码
代码结果 10,000
www.eeworm.com/read/247212/4483958
cc philo_impl.cc
/*
* Mico --- a free CORBA implementation
* Copyright Frank Pilhofer
*
* This file is part of MicoCCM, written by Frank Pilhofer.
* The MICO CORBA Component Project was sponsored by Alcatel.
www.eeworm.com/read/247212/4483963
h message_impl.h
#ifndef __EVENT_IMPL_H__
#define __EVENT_IMPL_H__
#include "message.h"
class Message_impl :
virtual public OBV_Message,
virtual public CORBA::DefaultValueRefCountBase
{
public:
Message_impl (
www.eeworm.com/read/247212/4483966
cc message_impl.cc
#include "message_impl.h"
Message_impl::Message_impl ()
{
text ((const char *) "");
}
CORBA::ValueBase *
MessageFactory::create_for_unmarshal ()
{
return new Message_impl;
}
www.eeworm.com/read/247212/4483967
cc producer_impl.cc
#include "producer.h"
#include "message_impl.h"
class MyProducer_impl : virtual public MyProducer
{
private:
CCM_Producer_Context_var _ctx;
Message_var _mymsg;
bool active;
public:
MyProduc
www.eeworm.com/read/247212/4483969
cc channel_impl.cc
#include
#include "channel.h"
#include "message_impl.h"
class MyEventChannel_impl : virtual public MyEventChannel
{
private:
CCM_EventChannel_Context_var _ctx;
bool active;
public:
www.eeworm.com/read/247212/4483973
cc consumer_impl.cc
#include "consumer.h"
#include "message_impl.h"
using namespace std;
class MyConsumer_impl : virtual public CCM_Consumer
{
public:
void push_msg (Message * msg)
{
cout
www.eeworm.com/read/247212/4483980
cc hello_impl.cc
#include "hello.h"
using namespace std;
class HelloWorld_impl : virtual public CCM_HelloWorld {
private:
CORBA::String_var _message;
public:
HelloWorld_impl (const char * initial)
{
www.eeworm.com/read/247212/4484299
h securityadmin_impl.h
// -*- c++ -*-
//
// MICOsec --- a free CORBA Security implementation
// Copyright (C) 2000 ObjectSecurity Ltd.
//
// This library is free software; you can redistribute it and/or
// modify it und
www.eeworm.com/read/247212/4484305
h access_impl.h
// -*- c++ -*-
//
// MICOsec --- a free CORBA Security implementation
// Copyright (C) 2000 ObjectSecurity Ltd.
//
// This library is free software; you can redistribute it and/or
// modify it und
www.eeworm.com/read/247212/4484314
h domainmanager_impl.h
// -*- c++ -*-
//
// MICOsec --- a free CORBA Security implementation
// Copyright (C) 2000 ObjectSecurity Ltd.
//
// This library is free software; you can redistribute it and/or
// modify it und