diff options
Diffstat (limited to 'src/corba/pgsql_int.idl')
| -rw-r--r-- | src/corba/pgsql_int.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/corba/pgsql_int.idl b/src/corba/pgsql_int.idl new file mode 100644 index 0000000000..8cfebc0ab4 --- /dev/null +++ b/src/corba/pgsql_int.idl @@ -0,0 +1,7 @@ +// Internal interfaces + +#include "pgsql.idl" + +module PostgreSQL { + interface QueryResult : CosQueryCollection::Collection, Expirable {}; +}; |
