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:
@@ -75,14 +75,14 @@ private:
|
||||
void ScanDevices();
|
||||
void EmptyDeviceList();
|
||||
|
||||
BMidiLocalProducer* localSource;
|
||||
BMidiLocalConsumer* localSink;
|
||||
BMidiProducer* remoteSource;
|
||||
BMidiConsumer* remoteSink;
|
||||
BMidiLocalProducer* fLocalSource;
|
||||
BMidiLocalConsumer* fLocalSink;
|
||||
BMidiProducer* fRemoteSource;
|
||||
BMidiConsumer* fRemoteSink;
|
||||
|
||||
char* portName;
|
||||
status_t status;
|
||||
BList* devices;
|
||||
char* fPortName;
|
||||
status_t fStatus;
|
||||
BList* fDevices;
|
||||
|
||||
uint32 _reserved[1];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user