コード例 #1
0
# Python stubs generated by omniidl from RemoteNavSubject.idl

import omniORB, _omnipy
from omniORB import CORBA, PortableServer
_0_CORBA = CORBA

_omnipy.checkVersion(2,0, __file__)

# #include "/home/dvg/Source/juggler/build_linux_rh80/instlinks/include/tweek/idl/Observer.idl"
import Observer_idl
_0_tweek = omniORB.openModule("tweek")
_0_tweek__POA = omniORB.openModule("tweek__POA")
# #include "/home/dvg/Source/juggler/build_linux_rh80/instlinks/include/tweek/idl/Subject.idl"
import Subject_idl
_0_tweek = omniORB.openModule("tweek")
_0_tweek__POA = omniORB.openModule("tweek__POA")

#
# Start of module "vrj"
#
__name__ = "vrj"
_0_vrj = omniORB.openModule("vrj", r"RemoteNavSubject.idl")
_0_vrj__POA = omniORB.openModule("vrj__POA", r"RemoteNavSubject.idl")


# interface RemoteNavSubject
_0_vrj._d_RemoteNavSubject = (omniORB.tcInternal.tv_objref, "IDL:vrj/RemoteNavSubject:1.0", "RemoteNavSubject")
omniORB.typeMapping["IDL:vrj/RemoteNavSubject:1.0"] = _0_vrj._d_RemoteNavSubject
_0_vrj.RemoteNavSubject = omniORB.newEmptyClass()
class RemoteNavSubject (_0_tweek.Subject):
    _NP_RepositoryId = _0_vrj._d_RemoteNavSubject[1]
コード例 #2
0
# Python stubs generated by omniidl from /home/alex/calvino/work/omni.d/local/share/idl/omniORB/COS/CosTypedEventComm.idl

import omniORB, _omnipy
from omniORB import CORBA, PortableServer
_0_CORBA = CORBA

_omnipy.checkVersion(2, 0, __file__)

# #include "CosEventComm.idl"
import CosEventComm_idl
_0_CosEventComm = omniORB.openModule("CosEventComm")
_0_CosEventComm__POA = omniORB.openModule("CosEventComm__POA")

#
# Start of module "CosTypedEventComm"
#
__name__ = "CosTypedEventComm"
_0_CosTypedEventComm = omniORB.openModule(
    "CosTypedEventComm",
    r"/home/alex/calvino/work/omni.d/local/share/idl/omniORB/COS/CosTypedEventComm.idl"
)
_0_CosTypedEventComm__POA = omniORB.openModule(
    "CosTypedEventComm__POA",
    r"/home/alex/calvino/work/omni.d/local/share/idl/omniORB/COS/CosTypedEventComm.idl"
)

# interface TypedPushConsumer
_0_CosTypedEventComm._d_TypedPushConsumer = (
    omniORB.tcInternal.tv_objref,
    "IDL:omg.org/CosTypedEventComm/TypedPushConsumer:1.0", "TypedPushConsumer")
omniORB.typeMapping[
コード例 #3
0
# Python stubs generated by omniidl from ..\..\..\..\..\idl\COS\CosTradingRepos.idl
# DO NOT EDIT THIS FILE!

import omniORB, _omnipy
from omniORB import CORBA, PortableServer

_0_CORBA = CORBA

_omnipy.checkVersion(4, 2, __file__, 1)

try:
    property
except NameError:

    def property(*args):
        return None


# #include "corbaidl.idl"
import corbaidl_idl

_0_CORBA = omniORB.openModule("CORBA")
_0_CORBA__POA = omniORB.openModule("CORBA__POA")

# #include "boxes.idl"
import boxes_idl

_0_CORBA = omniORB.openModule("CORBA")
_0_CORBA__POA = omniORB.openModule("CORBA__POA")

# #include "CosTrading.idl"
コード例 #4
0
# Python stubs generated by omniidl from /usr/local/share/idl/omniORB/COS/CosEventComm.idl
# DO NOT EDIT THIS FILE!

import omniORB, _omnipy
from omniORB import CORBA, PortableServer

_0_CORBA = CORBA


_omnipy.checkVersion(4, 2, __file__, 1)

try:
    property
except NameError:

    def property(*args):
        return None


#
# Start of module "CosEventComm"
#
__name__ = "CosEventComm"
_0_CosEventComm = omniORB.openModule("CosEventComm", r"/usr/local/share/idl/omniORB/COS/CosEventComm.idl")
_0_CosEventComm__POA = omniORB.openModule("CosEventComm__POA", r"/usr/local/share/idl/omniORB/COS/CosEventComm.idl")


# exception Disconnected
_0_CosEventComm.Disconnected = omniORB.newEmptyClass()

コード例 #5
0
ファイル: server_idl.py プロジェクト: afc163/lizworkspace
# Python stubs generated by omniidl from server.idl

import omniORB, _omnipy
from omniORB import CORBA, PortableServer
_0_CORBA = CORBA

_omnipy.checkVersion(0,5, __file__)


#
# Start of module "Server"
#
__name__ = "Server"
_0_Server = omniORB.openModule("Server", "server.idl")
_0_Server__POA = omniORB.openModule("Server__POA", "server.idl")


# interface ServerIF
_0_Server._d_ServerIF = (omniORB.tcInternal.tv_objref, "IDL:Server/ServerIF:1.0", "ServerIF")
_0_Server.ServerIF = omniORB.newEmptyClass()
class ServerIF :
    _NP_RepositoryId = _0_Server._d_ServerIF[1]

    def __init__(self):
        raise RuntimeError("Cannot construct objects of this type.")

    _nil = CORBA.Object._nil


_0_Server.ServerIF = ServerIF
_0_Server._tc_ServerIF = omniORB.tcInternal.createTypeCode(_0_Server._d_ServerIF)
コード例 #6
0
ファイル: server_idl.py プロジェクト: afc163/lizworkspace
# Python stubs generated by omniidl from server.idl

import omniORB, _omnipy
from omniORB import CORBA, PortableServer

_0_CORBA = CORBA

_omnipy.checkVersion(0, 5, __file__)

#
# Start of module "Server"
#
__name__ = "Server"
_0_Server = omniORB.openModule("Server", "server.idl")
_0_Server__POA = omniORB.openModule("Server__POA", "server.idl")

# interface ServerIF
_0_Server._d_ServerIF = (omniORB.tcInternal.tv_objref,
                         "IDL:Server/ServerIF:1.0", "ServerIF")
_0_Server.ServerIF = omniORB.newEmptyClass()


class ServerIF:
    _NP_RepositoryId = _0_Server._d_ServerIF[1]

    def __init__(self):
        raise RuntimeError("Cannot construct objects of this type.")

    _nil = CORBA.Object._nil