Changeset 1773 for trunk

Show
Ignore:
Timestamp:
01/01/10 14:10:10 (14 years ago)
Author:
arnonym
Message:

Adopt to the api change in src/dice.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/tests/test-dice-eap.cpp

    r1763 r1773  
    3838 
    3939#include "dice/dice_avdevice.h" 
     40#include "dice/dice_eap.h" 
     41 
    4042using namespace Dice; 
    4143 
     
    238240    //avDevice->setVerboseLevel(DEBUG_LEVEL_VERY_VERBOSE); 
    239241 
    240     bool supports_eap = Device::EAP::supportsEAP(*avDevice); 
     242    bool supports_eap = EAP::supportsEAP(*avDevice); 
    241243    if (!supports_eap) { 
    242244        printMessage("EAP not supported on this device\n"); 
     
    246248    printMessage("device supports EAP\n"); 
    247249 
    248     Device::EAP &eap = *(avDevice->getEAP()); 
     250    EAP &eap = *(avDevice->getEAP()); 
    249251 
    250252    if (arguments.application)