File: bootstrap.idl

package info (click to toggle)
omniorb4 4.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 14,044 kB
  • ctags: 20,497
  • sloc: cpp: 105,505; ansic: 16,273; python: 14,105; sh: 2,780; yacc: 2,230; lex: 670; perl: 383; xml: 203; makefile: 97
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"