Show
Ignore:
Timestamp:
01/03/06 15:08:13 (18 years ago)
Author:
wagi
Message:

2006-01-04 Daniel Wagner <wagi@monom.org>

  • tests/test-extplugcmd.cpp: Changed test application
    to use PlugType? and PlugName? command for testing.
  • src/libfreebobavc/avc_extended_plug_info.cpp (serialize):
    The string.length() thing did not work as expected. A workaround
    added which converts the C++ string into a C string before strlen
    is used.
Files:

Legend:

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

    r141 r142  
    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,