summaryrefslogtreecommitdiff
path: root/frameworks/middleware/examples/corba/ping.idl
blob: f41fb07cadb6ec89f081b193b5e3102160ec4877 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 *
 * \file    ping.idl
 * \brief   Interfacedefinition for ping performance test
 *
 * \author  Manuel Traut
 * \version 2009-06-23
 *
 */

module Linutronix{
	interface Ping{
		oneway void send(in string payload);
	};
};