#define GNOME_STORAGE_TYPE
GnomeStorage* gnome_storage_construct (GnomeStorage *storage,
GNOME_Storage corba_storage);
GnomeStorage* gnome_storage_file_open (const char *path,
const char *open_mode);
GnomeStorage* gnome_storage_storage_open (GnomeStorage *storage,
const char *path,
const char *open_mode);
GnomeStream* gnome_stream_storage_open (GnomeStorage *storage,
const char *path,
const char *open_mode);
void gnome_storage_write_class_id (GnomeStorage *storage,
char *class_id);
void gnome_stream_write_class_id (GnomeStream *stream,
char *class_id);
extern POA_GNOME_Storage__vepv gnome_storage_vepv;
extern POA_GNOME_Storage__epv gnome_storage_epv;
|