File: echo.idl

package info (click to toggle)
omniorb4 4.0.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 11,948 kB
  • ctags: 18,509
  • sloc: cpp: 87,721; ansic: 16,132; python: 10,429; sh: 2,725; yacc: 2,230; lex: 667; perl: 383; xml: 361; makefile: 76; tcl: 18
file content (12 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __ECHO_IDL__
#define __ECHO_IDL__


#pragma javaPackage "UK.co.orl.omniorb"

interface Echo {
  string echoString(in string mesg);
};


#endif  // __ECHO_IDL__