Action:
|
Reads a
TaggedData item from an unknown
ENTITY type.
|
|
Prototype:
|
TaggedData* read_data ();
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "kernel/kernutil/fileio/fileio.hxx"
|
|
#include "kernel/kernutil/fileio/tagdata.hxx"
|
|
Description:
|
This routine is used as part of restore from a SAT or SAB file.
ActiveFile is a
FileInterface object and does most of the actual work. Reads a
TaggedData item from an unknown
ENTITY type. This procedure returns a new object which is allocated on the heap. It is the callers responsibility to free it when it is done with it. Normally, the object will be appended to a
TaggedDataList, and the list will assume responsibility for deleting it.
|
|
|
return ActiveFile ? ActiveFile->read_data() : NULL;
|
|
Call the appropriate SatFile or SabFile method
|
|
Library:
|
kernel
|
|
Filename:
|
kern/kernel/kernutil/fileio/fileio.hxx
|
|
Effect:
|
Read-only
|