Changeset 6bd7144 in thomson for elec/CrO2/software/device_bekit.h


Ignore:
Timestamp:
Jan 22, 2013, 6:25:57 PM (11 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
65a4aad
Parents:
e017851
Message:

More work on Haiku port

git-svn-id: svn://localhost/thomson@29 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • elec/CrO2/software/device_bekit.h

    re017851 r6bd7144  
    1414class Tape;
    1515
    16 class HaikuDevice: public Device, BUSBRoster
     16class HaikuDevice: public Device
    1717{
    1818        public:
     
    2525                uint8_t getStatus();
    2626
    27                 // BUSBRoster
    28                 status_t DeviceAdded(BUSBDevice* device);
    29                 void DeviceRemoved(BUSBDevice* device);
    3027        private:
    31                 HaikuDevice() throw(const char*);
     28                HaikuDevice(BUSBDevice* handle) throw(const char*);
    3229                        // Open device and set it up for communication
    3330                HaikuDevice(const Device& other);
Note: See TracChangeset for help on using the changeset viewer.