midi2 kit clean up: license header, code style
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17860 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -66,14 +66,14 @@ private:
|
||||
bool LockLooper() const;
|
||||
void UnlockLooper() const;
|
||||
|
||||
int32 id;
|
||||
BString name;
|
||||
int32 refCount;
|
||||
BMessage* properties;
|
||||
bool isLocal;
|
||||
bool isConsumer;
|
||||
bool isRegistered;
|
||||
bool isAlive;
|
||||
int32 fId;
|
||||
BString fName;
|
||||
int32 fRefCount;
|
||||
BMessage* fProperties;
|
||||
bool fIsLocal;
|
||||
bool fIsConsumer;
|
||||
bool fIsRegistered;
|
||||
bool fIsAlive;
|
||||
|
||||
uint32 _reserved[4];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user