postgresql/src/corba/pgsql_int.idl

8 lines
140 B
Plaintext

// Internal interfaces
#include "pgsql.idl"
module PostgreSQL {
interface QueryResult : CosQueryCollection::Collection, Expirable {};
};