Changeset 20326

Show
Ignore:
Timestamp:
06/25/07 21:16:07 (1 year ago)
Author:
patrick
Message:

Updated for Gadgeteer 1.3.9 API changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/gadgeteer/plugins/RIMPlugin/RIMPlugin.cpp

    r20197 r20326  
    294294   << "Creating Virtual Device: " << name << std::endl << vprDEBUG_FLUSH; 
    295295 
    296    gadget::InputPtr input_device = gadget::InputPtr(gadget::BaseTypeFactory::instance()->loadNetDevice(device_base_type)); 
     296   gadget::InputPtr input_device = gadget::InputPtr(gadget::BaseTypeFactory::instance()->createObject(device_base_type)); 
    297297 
    298298   // Create a new VirtualDevice. 
  • juggler/trunk/modules/gadgeteer/plugins/configure.ac

    r20181 r20326  
    148148 
    149149VPR_PATH([1.1.42], , [AC_MSG_ERROR([*** VPR required for Device Drivers ***])]) 
    150 GADGETEER_PATH([1.3.7], , 
     150GADGETEER_PATH([1.3.9], , 
    151151               [AC_MSG_ERROR(*** Gadgeteer required for Plugins ***)]) 
    152152JCCL_PATH_CXX([1.1.5], ,