Show
Ignore:
Timestamp:
01/20/07 07:40:18 (17 years ago)
Author:
wagi
Message:

AVCCommand: All AVC commants take a reference instead a pointer to 1394 service
BeBoB::AvDevice?: PreSonus? FIREBOX id added

De/Serialize all AvPlugs? through AvPlugManager?
AvPlugManager? can't be a member because of serialization

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libfreebob/TODO

    r142 r375  
    66  the DebugModule's methods. The idea is to have a more consistant 
    77  code. 
    8 - All libfreebobavc interfaces should use references instead of pointers 
    9   like in  ExtendedPlugInfoCmd( Ieee1394Service* ieee1394service, ... ) 
    10   ->  ExtendedPlugInfoCmd( Ieee1394Service& ieee1394service,