File: bootstrap.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 (10 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
interface CORBA_InitialReferences {

  typedef string ObjId;                  // Same type as CORBA::ObjectId
  typedef sequence< string > ObjIdList;  // Same type as CORBA::ObjectIdList

  Object get(in ObjId id);
  ObjIdList list();
};

#pragma ID CORBA_InitialReferences "omg.org/CORBA/InitialReferences:1.0"