Smartswitch
Originator.ice
Go to the documentation of this file.
1 #pragma once
2 
3 [["python:pkgdir:Smartswitch/Peer"]]
4 
5 #include <Peer/GenericPeer.ice>
6 
7 module Smartswitch
8 {
9  module Peer
10  {
14  interface Originator extends GenericPeer
15  {
16  };
17  };
18 };
Definition: AccessException.ice:7
This interface allows to manipulate the Originator.
Definition: Originator.ice:14
This is a generic interface to each of the peers.
Definition: GenericPeer.ice:16