code style update to match ours (kind of)
license header update minor clean up git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17876 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -109,12 +109,12 @@ private:
|
||||
|
||||
virtual void Run();
|
||||
|
||||
BMidiLocalProducer* producer;
|
||||
BMidiLocalConsumer* consumer;
|
||||
BMidiLocalProducer* fProducer;
|
||||
BMidiLocalConsumer* fConsumer;
|
||||
|
||||
BList* connections;
|
||||
volatile thread_id threadId;
|
||||
volatile bool isRunning;
|
||||
BList* fConnections;
|
||||
volatile thread_id fThreadId;
|
||||
volatile bool fIsRunning;
|
||||
|
||||
uint32 _reserved2[5];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user