File: idl.h

package info (click to toggle)
libcorba-orbit-perl 0.4.3-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 404 kB
  • ctags: 313
  • sloc: ansic: 4,053; perl: 787; makefile: 57
file content (8 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#ifndef __PORBIT_IDL_H__
#define __PORBIT_IDL_H__

#include <orb/orbit.h>

CORBA_boolean porbit_parse_idl_file (const char *file);

#endif /* __PORBIT_IDL_H__ */