亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? patch.h

?? ice中間件 文件傳輸原代碼 更新為服務形式
?? H
字號:
// **********************************************************************
//
// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************

// Ice version 3.0.0
// Generated from file `Patch.ice'

#ifndef __Patch_h__
#define __Patch_h__

#include <Ice/LocalObjectF.h>
#include <Ice/ProxyF.h>
#include <Ice/ObjectF.h>
#include <Ice/Exception.h>
#include <Ice/LocalObject.h>
#include <Ice/Proxy.h>
#include <Ice/Object.h>
#include <Ice/Outgoing.h>
#include <Ice/Incoming.h>
#include <Ice/IncomingAsync.h>
#include <Ice/Direct.h>
#include <Ice/UserExceptionFactory.h>
#include <Ice/FactoryTable.h>
#include <Ice/StreamF.h>
#include <Ice/UndefSysMacros.h>

#ifndef ICE_IGNORE_VERSION
#   if ICE_INT_VERSION / 100 != 300
#       error Ice version mismatch!
#   endif
#   if ICE_INT_VERSION % 100 < 0
#       error Ice patch level mismatch!
#   endif
#endif

namespace IceProxy
{

namespace Patch
{

class UpdateServer;
bool operator==(const UpdateServer&, const UpdateServer&);
bool operator!=(const UpdateServer&, const UpdateServer&);
bool operator<(const UpdateServer&, const UpdateServer&);

}

}

namespace Patch
{

class UpdateServer;
bool operator==(const UpdateServer&, const UpdateServer&);
bool operator!=(const UpdateServer&, const UpdateServer&);
bool operator<(const UpdateServer&, const UpdateServer&);

}

namespace IceInternal
{

void incRef(::Patch::UpdateServer*);
void decRef(::Patch::UpdateServer*);

void incRef(::IceProxy::Patch::UpdateServer*);
void decRef(::IceProxy::Patch::UpdateServer*);

}

namespace Patch
{

typedef ::IceInternal::Handle< ::Patch::UpdateServer> UpdateServerPtr;
typedef ::IceInternal::ProxyHandle< ::IceProxy::Patch::UpdateServer> UpdateServerPrx;

void __write(::IceInternal::BasicStream*, const UpdateServerPrx&);
void __read(::IceInternal::BasicStream*, UpdateServerPrx&);
void __write(::IceInternal::BasicStream*, const UpdateServerPtr&);
void __patch__UpdateServerPtr(void*, ::Ice::ObjectPtr&);

}

namespace Patch
{

typedef ::std::vector< ::Ice::Byte> ByteSeq;

class myException : public ::Ice::UserException
{
public:

    myException() {};
    myException(::Ice::Int, const ::std::string&);

    virtual const ::std::string ice_name() const;
    virtual ::Ice::Exception* ice_clone() const;
    virtual void ice_throw() const;

    static const ::IceInternal::UserExceptionFactoryPtr& ice_factory();

    ::Ice::Int iErrCode;
    ::std::string errDescription;

    virtual void __write(::IceInternal::BasicStream*) const;
    virtual void __read(::IceInternal::BasicStream*, bool);

    virtual void __write(const ::Ice::OutputStreamPtr&) const;
    virtual void __read(const ::Ice::InputStreamPtr&, bool);
};

static myException __myException_init;

}

namespace Patch
{

class AMD_UpdateServer_GetDataFromFile : virtual public ::IceUtil::Shared
{
public:

    virtual void ice_response(const ::Patch::ByteSeq&, const ::Patch::ByteSeq&, ::Ice::Int) = 0;
    virtual void ice_exception(const ::Ice::Exception&) = 0;
    virtual void ice_exception(const ::std::exception&) = 0;
    virtual void ice_exception() = 0;
};

typedef ::IceUtil::Handle< ::Patch::AMD_UpdateServer_GetDataFromFile> AMD_UpdateServer_GetDataFromFilePtr;

}

namespace IceAsync
{

namespace Patch
{

class AMD_UpdateServer_GetDataFromFile : public ::Patch::AMD_UpdateServer_GetDataFromFile, public ::IceInternal::IncomingAsync
{
public:

    AMD_UpdateServer_GetDataFromFile(::IceInternal::Incoming&);

    virtual void ice_response(const ::Patch::ByteSeq&, const ::Patch::ByteSeq&, ::Ice::Int);
    virtual void ice_exception(const ::Ice::Exception&);
    virtual void ice_exception(const ::std::exception&);
    virtual void ice_exception();
};

}

}

namespace IceProxy
{

namespace Patch
{

class UpdateServer : virtual public ::IceProxy::Ice::Object
{
public:

    bool Init();
    bool Init(const ::Ice::Context&);

    bool isUpdate(const ::std::string&);
    bool isUpdate(const ::std::string&, const ::Ice::Context&);

    void GetFileInfo(::std::string&, ::Ice::Long&, ::std::string&, ::Patch::ByteSeq&);
    void GetFileInfo(::std::string&, ::Ice::Long&, ::std::string&, ::Patch::ByteSeq&, const ::Ice::Context&);

    void GetDataFromFile(::Ice::Int, ::Patch::ByteSeq&, ::Patch::ByteSeq&, ::Ice::Int&);
    void GetDataFromFile(::Ice::Int, ::Patch::ByteSeq&, ::Patch::ByteSeq&, ::Ice::Int&, const ::Ice::Context&);

    bool shutdown();
    bool shutdown(const ::Ice::Context&);
    
    static const ::std::string& ice_staticId();

private: 

    virtual ::IceInternal::Handle< ::IceDelegateM::Ice::Object> __createDelegateM();
    virtual ::IceInternal::Handle< ::IceDelegateD::Ice::Object> __createDelegateD();
};

}

}

namespace IceDelegate
{

namespace Patch
{

class UpdateServer : virtual public ::IceDelegate::Ice::Object
{
public:

    virtual bool Init(const ::Ice::Context&) = 0;

    virtual bool isUpdate(const ::std::string&, const ::Ice::Context&) = 0;

    virtual void GetFileInfo(::std::string&, ::Ice::Long&, ::std::string&, ::Patch::ByteSeq&, const ::Ice::Context&) = 0;

    virtual void GetDataFromFile(::Ice::Int, ::Patch::ByteSeq&, ::Patch::ByteSeq&, ::Ice::Int&, const ::Ice::Context&) = 0;

    virtual bool shutdown(const ::Ice::Context&) = 0;
};

}

}

namespace IceDelegateM
{

namespace Patch
{

class UpdateServer : virtual public ::IceDelegate::Patch::UpdateServer,
		     virtual public ::IceDelegateM::Ice::Object
{
public:

    virtual bool Init(const ::Ice::Context&);

    virtual bool isUpdate(const ::std::string&, const ::Ice::Context&);

    virtual void GetFileInfo(::std::string&, ::Ice::Long&, ::std::string&, ::Patch::ByteSeq&, const ::Ice::Context&);

    virtual void GetDataFromFile(::Ice::Int, ::Patch::ByteSeq&, ::Patch::ByteSeq&, ::Ice::Int&, const ::Ice::Context&);

    virtual bool shutdown(const ::Ice::Context&);
};

}

}

namespace IceDelegateD
{

namespace Patch
{

class UpdateServer : virtual public ::IceDelegate::Patch::UpdateServer,
		     virtual public ::IceDelegateD::Ice::Object
{
public:

    virtual bool Init(const ::Ice::Context&);

    virtual bool isUpdate(const ::std::string&, const ::Ice::Context&);

    virtual void GetFileInfo(::std::string&, ::Ice::Long&, ::std::string&, ::Patch::ByteSeq&, const ::Ice::Context&);

    virtual void GetDataFromFile(::Ice::Int, ::Patch::ByteSeq&, ::Patch::ByteSeq&, ::Ice::Int&, const ::Ice::Context&);

    virtual bool shutdown(const ::Ice::Context&);
};

}

}

namespace Patch
{

class UpdateServer : virtual public ::Ice::Object
{
public:

    virtual ::Ice::ObjectPtr ice_clone() const;

    virtual bool ice_isA(const ::std::string&, const ::Ice::Current& = ::Ice::Current()) const;
    virtual ::std::vector< ::std::string> ice_ids(const ::Ice::Current& = ::Ice::Current()) const;
    virtual const ::std::string& ice_id(const ::Ice::Current& = ::Ice::Current()) const;
    static const ::std::string& ice_staticId();

    virtual bool Init(const ::Ice::Current& = ::Ice::Current()) = 0;
    ::IceInternal::DispatchStatus ___Init(::IceInternal::Incoming&, const ::Ice::Current&);

    virtual bool isUpdate(const ::std::string&, const ::Ice::Current& = ::Ice::Current()) const = 0;
    ::IceInternal::DispatchStatus ___isUpdate(::IceInternal::Incoming&, const ::Ice::Current&) const;

    virtual void GetFileInfo(::std::string&, ::Ice::Long&, ::std::string&, ::Patch::ByteSeq&, const ::Ice::Current& = ::Ice::Current()) = 0;
    ::IceInternal::DispatchStatus ___GetFileInfo(::IceInternal::Incoming&, const ::Ice::Current&);

    virtual void GetDataFromFile_async(const ::Patch::AMD_UpdateServer_GetDataFromFilePtr&, ::Ice::Int, const ::Ice::Current& = ::Ice::Current()) = 0;
    ::IceInternal::DispatchStatus ___GetDataFromFile(::IceInternal::Incoming&, const ::Ice::Current&);

    virtual bool shutdown(const ::Ice::Current& = ::Ice::Current()) = 0;
    ::IceInternal::DispatchStatus ___shutdown(::IceInternal::Incoming&, const ::Ice::Current&);

    virtual ::IceInternal::DispatchStatus __dispatch(::IceInternal::Incoming&, const ::Ice::Current&);

    virtual void __write(::IceInternal::BasicStream*) const;
    virtual void __read(::IceInternal::BasicStream*, bool);
    virtual void __write(const ::Ice::OutputStreamPtr&) const;
    virtual void __read(const ::Ice::InputStreamPtr&, bool);
};

void __patch__UpdateServerPtr(void*, ::Ice::ObjectPtr&);

}

#endif

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
色哦色哦哦色天天综合| 成人免费视频app| 亚洲图片欧美视频| 亚洲美女电影在线| 亚洲人xxxx| 亚洲精品老司机| 亚洲一级二级在线| 五月天中文字幕一区二区| 日本在线播放一区二区三区| 午夜av电影一区| 青青草伊人久久| 国产制服丝袜一区| av电影在线观看不卡| 播五月开心婷婷综合| 色嗨嗨av一区二区三区| 欧美军同video69gay| 欧美一区二区三区的| 国产欧美一区二区在线观看| 亚洲欧洲国产日本综合| 亚洲一区二区精品视频| 人人超碰91尤物精品国产| 国精产品一区一区三区mba视频| 福利一区福利二区| 色中色一区二区| 日韩亚洲欧美中文三级| 国产婷婷一区二区| 亚洲一区二区三区自拍| 精一区二区三区| 91黄色免费版| 2023国产一二三区日本精品2022| 国产精品久久久久aaaa| 亚洲成av人影院| 国产+成+人+亚洲欧洲自线| 欧美日韩在线亚洲一区蜜芽| 日韩精品中文字幕在线一区| 亚洲色图视频网| 天天色图综合网| 成人av一区二区三区| 91精品国产91久久久久久最新毛片| 久久久亚洲午夜电影| 玉米视频成人免费看| 国产成人免费在线观看| 欧美另类一区二区三区| 国产精品国产精品国产专区不片| 午夜精品国产更新| 成人黄页在线观看| 欧美成人福利视频| 一区二区三区四区不卡在线| 激情偷乱视频一区二区三区| 欧美日韩国产另类不卡| 亚洲日本欧美天堂| 国产精品亚洲综合一区在线观看| 这里只有精品免费| 亚洲精品一二三四区| 国产ts人妖一区二区| 日韩丝袜情趣美女图片| 亚洲一区二区精品视频| 97精品国产露脸对白| 久久精品视频免费| 久久福利资源站| 欧美日韩免费观看一区二区三区 | 91美女片黄在线观看91美女| 欧美大片顶级少妇| 日本欧美一区二区三区| 欧美日韩小视频| 亚洲国产你懂的| 欧美最猛黑人xxxxx猛交| 亚洲欧美日韩国产综合| jiyouzz国产精品久久| 久久久久成人黄色影片| 国产麻豆精品在线| ww亚洲ww在线观看国产| 国产美女久久久久| 日韩欧美成人一区| 精品无人码麻豆乱码1区2区| 欧美va亚洲va在线观看蝴蝶网| 奇米影视在线99精品| 91精品国产一区二区三区香蕉| 性欧美疯狂xxxxbbbb| 欧美精品aⅴ在线视频| 日韩电影在线观看电影| 欧美精品777| 激情综合网激情| 国产欧美日韩在线视频| 不卡大黄网站免费看| 亚洲激情网站免费观看| 欧美三级视频在线播放| 天天操天天综合网| 日韩丝袜美女视频| 狠狠色丁香久久婷婷综合_中| 精品福利一二区| 国产**成人网毛片九色| 亚洲天天做日日做天天谢日日欢 | 91精品午夜视频| 美国毛片一区二区| 国产性色一区二区| 99国产精品久| 亚洲123区在线观看| 26uuu精品一区二区 | 亚洲柠檬福利资源导航| 欧美日韩国产经典色站一区二区三区| 日韩激情一二三区| 国产网站一区二区三区| 欧美性猛交xxxxxx富婆| 韩国精品免费视频| 成人免费一区二区三区视频 | 国产精品理论在线观看| 色婷婷精品大在线视频| 久久99热99| 一区二区三区四区在线| 欧美变态口味重另类| www.欧美日韩| 老司机精品视频导航| 国产精品久久久久久久久久久免费看| 欧美视频自拍偷拍| 国产一区二区精品在线观看| 亚洲综合色噜噜狠狠| 久久日韩精品一区二区五区| 欧美性大战久久久久久久| 久久99日本精品| 午夜精品免费在线| 国产精品美女视频| 精品少妇一区二区| 欧美主播一区二区三区| 粉嫩aⅴ一区二区三区四区| 舔着乳尖日韩一区| 中文字幕一区二区三区不卡在线 | 成人黄页在线观看| 日本亚洲电影天堂| 亚洲欧美激情一区二区| 久久精子c满五个校花| 欧美一区二区三区在线观看| 欧美专区在线观看一区| 99精品在线观看视频| 国产一区在线视频| 美女网站一区二区| 视频一区免费在线观看| 亚洲综合色视频| 亚洲男人电影天堂| 国产精品毛片无遮挡高清| 精品久久久久久最新网址| 5566中文字幕一区二区电影| 欧美在线你懂得| 在线观看日韩av先锋影音电影院| 成人av网站在线观看| 国产91精品欧美| 成人18视频在线播放| 成人av午夜影院| 99国产欧美另类久久久精品 | 一区二区三区成人在线视频| 国产精品理论片| 欧美国产日本视频| 国产精品视频一区二区三区不卡| 国产亚洲一区二区在线观看| 国产午夜精品久久久久久免费视| 国产视频一区在线播放| 久久噜噜亚洲综合| 欧美极品另类videosde| 中文字幕一区二区三区四区| 日韩理论电影院| 一区二区三区视频在线看| 亚洲国产日韩一区二区| 亚洲成av人综合在线观看| 天堂成人免费av电影一区| 日韩成人一级大片| 理论电影国产精品| 国产成人av资源| 色吧成人激情小说| 欧美精品99久久久**| 欧美mv和日韩mv国产网站| 最好看的中文字幕久久| 国产精品理伦片| 亚洲精品高清视频在线观看| 一级精品视频在线观看宜春院| 亚洲国产精品ⅴa在线观看| 国产欧美一区二区精品性色超碰| 国产视频在线观看一区二区三区| 国产精品久久国产精麻豆99网站| 国产精品福利一区| 亚洲午夜久久久久久久久电影网| 日本午夜一区二区| 国产精品一区专区| 99视频精品在线| 欧美片网站yy| 国产精品美女久久久久aⅴ国产馆| 亚洲精品国产精品乱码不99| 日本麻豆一区二区三区视频| 成人午夜免费视频| 精品视频全国免费看| 久久综合狠狠综合| 亚洲乱码日产精品bd| 美女精品自拍一二三四| 99久久精品国产精品久久| 欧美日韩免费一区二区三区视频| 久久久久久久久久久久久久久99| 夜夜亚洲天天久久| 国产伦理精品不卡| 欧美日韩精品系列| 国产精品美女视频| 精品一区精品二区高清|