Show
Ignore:
Timestamp:
05/10/08 12:38:38 (16 years ago)
Author:
ppalmers
Message:

make control more thread safe (unfinished)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/libieee1394/configrom.cpp

    r1154 r1158  
    6363 
    6464ConfigRom::ConfigRom( Ieee1394Service& ieee1394service, fb_nodeid_t nodeId ) 
    65     : Control::Element("ConfigRom") 
     65    : Control::Element(NULL, "ConfigRom") 
    6666    , m_1394Service( ieee1394service ) 
    6767    , m_nodeId( nodeId ) 
     
    9090 
    9191ConfigRom::ConfigRom() 
    92     : Control::Element("ConfigRom") 
     92    : Control::Element(NULL, "ConfigRom") 
    9393    , m_1394Service( *(new Ieee1394Service()) ) 
    9494    , m_nodeId( -1 )