Changeset 20326
- Timestamp:
- 06/25/07 21:16:07 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/gadgeteer/plugins/RIMPlugin/RIMPlugin.cpp
r20197 r20326 294 294 << "Creating Virtual Device: " << name << std::endl << vprDEBUG_FLUSH; 295 295 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)); 297 297 298 298 // Create a new VirtualDevice. juggler/trunk/modules/gadgeteer/plugins/configure.ac
r20181 r20326 148 148 149 149 VPR_PATH([1.1.42], , [AC_MSG_ERROR([*** VPR required for Device Drivers ***])]) 150 GADGETEER_PATH([1.3. 7], ,150 GADGETEER_PATH([1.3.9], , 151 151 [AC_MSG_ERROR(*** Gadgeteer required for Plugins ***)]) 152 152 JCCL_PATH_CXX([1.1.5], ,
