The header that was committed earlier was different
from the one that comes with BeOS R5 Pro and PE. It missed GetProducerID() in BMidiLocalConsumer. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1801 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -39,7 +39,8 @@ public:
|
||||
BMidiLocalConsumer(const char *name = NULL);
|
||||
|
||||
void SetLatency(bigtime_t latency);
|
||||
|
||||
int32 GetProducerID(void);
|
||||
|
||||
void SetTimeout(bigtime_t when, void *data);
|
||||
virtual void Timeout(void *data);
|
||||
|
||||
@@ -79,7 +80,8 @@ protected:
|
||||
private:
|
||||
|
||||
friend class BMidiRoster;
|
||||
|
||||
friend class BMidiDispatcher;
|
||||
|
||||
virtual void _Reserved1();
|
||||
virtual void _Reserved2();
|
||||
virtual void _Reserved3();
|
||||
@@ -93,7 +95,8 @@ private:
|
||||
bigtime_t fTimeout;
|
||||
void *fTimeoutData;
|
||||
|
||||
uint32 _reserved[2];
|
||||
int32 fCurrentProducer;
|
||||
uint32 _reserved[1];
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user