Changeset 2672:7c6d666bfd79 in roaraudio for roard/include


Ignore:
Timestamp:
09/12/09 22:58:10 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added new pcb (*new_child)(*), wrote cont_fw_new_child()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/container_framework.h

    r2669 r2672  
    4848 } ccb; 
    4949 struct { 
    50   int     (*close)(struct cont_fw_parent_inst * self); 
     50  int     (*close    )(struct cont_fw_parent_inst * self); 
     51  int     (*new_child)(struct cont_fw_parent_inst * self, struct cont_fw_child_vio_inst * child); 
    5152 } pcb; 
    5253}; 
Note: See TracChangeset for help on using the changeset viewer.