Smartswitch
Destroyable.ice
Go to the documentation of this file.
1 #pragma once
2 
3 [["python:pkgdir:Smartswitch"]]
4 
5 module Smartswitch
6 {
12  interface Destroyable
13  {
19  void destroy();
20  };
21 };
This interface allows to destroy a proxy entity at the Smartswitch side.
Definition: Destroyable.ice:12
Definition: AccessException.ice:7