Show
Ignore:
Timestamp:
12/13/06 10:32:19 (2 years ago)
Author:
patrick
Message:

Noted the addition of gadget::InputManager::shutdown() and the renaming
of gadget::BaseDeviceInterface::refreshAllDevices(). Bumped version to
1.1.20.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/gadgeteer/gadget/Type/DeviceInterface.h

    r19633 r19649  
    102102 
    103103public: 
    104    /** Refreshes all the known device interface objects. */ 
     104   /** 
     105    * Refreshes all the known device interface objects. 
     106    * 
     107    * @since 1.1.20 
     108    * 
     109    * @note Prior to version 1.1.20, this function was called 
     110    *       refreshAllDevices(). 
     111    */ 
    105112   static void refreshAllInterfaces(); 
    106113