51    MHEG5Bool initiallyAvailable;
    52    MHEG5Int programConnectionTag;       
    59    MHEG5Bool *forkSucceededValue;
   133 MHEG5ErrorCode MHEG5programActivate(
MHEG5Program *program);
   159 void MHEG5programPrint(
MHEG5Program *program, 
char *out);
 void MHEG5programFree(MHEG5Program *program)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5program.c:121
Implementation of the Ingredient class. 
void MHEG5residentProgramFree(MHEG5Program *program)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5program.c:152
void MHEG5remoteProgramInit(MHEG5Program *program)
Initialise a remoteProgram object with default values. 
Definition: mh5program.c:164
Definition: mh5ingredient.h:63
Definition: mh5base.h:169
void MHEG5interchangedProgramInit(MHEG5Program *program)
Initialise a interchangedProgram object with default values. 
Definition: mh5program.c:190
void MHEG5remoteProgramFree(MHEG5Program *program)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5program.c:178
Definition: mh5program.h:44
void MHEG5interchangedProgramFree(MHEG5Program *program)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5program.c:204
void MHEG5residentProgramInit(MHEG5Program *program)
<Function description>=""> 
Definition: mh5program.c:138