Smartswitch
Progress.ice
Go to the documentation of this file.
1 #pragma once
2 
3 [["python:pkgdir:Smartswitch"]]
4 
5 module Smartswitch
6 {
7  interface Progress
8  {
9  void inc();
10  };
11 };
Definition: Progress.ice:7
Definition: AccessException.ice:7