projects
/
pcd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Trabajo de PCD ejemplo con CORBA
[pcd.git]
/
src
/
ejemplo.idl
1
interface ejemplo{
2
//atributos
3
readonly attribute long entero;
4
attribute string cadena;
5
6
//operaciones
7
oneway void operacion1(in long numero);
8
string operacion2(in string nombre);
9
};