Changeset 2668:aeb21c334dd4 in roaraudio


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

added stub for cont_fw_new_child()

Location:
roard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • roard/container_framework.c

    r2667 r2668  
    9090 
    9191// VIOs: 
     92int     cont_fw_new_child(struct cont_fw_parent_inst  * inst, int id) { 
     93 if ( inst == NULL ) 
     94  return -1; 
     95 
     96 return -1; 
     97} 
    9298 
    9399int     cont_fw_init_vio(struct roar_vio_calls * vio, void * inst) { 
  • roard/include/container_framework.h

    r2667 r2668  
    6262int     cont_fw_get_uinst(struct cont_fw_parent_inst  * inst, void ** u_inst); 
    6363 
     64int     cont_fw_new_child(struct cont_fw_parent_inst  * inst, int id); 
    6465int     cont_fw_init_vio(struct roar_vio_calls * vio, void * inst); 
    6566ssize_t cont_fw_read    (struct roar_vio_calls * vio, void *buf, size_t count); 
Note: See TracChangeset for help on using the changeset viewer.