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:
Jérôme Duval
2006-06-16 15:38:29 +00:00
parent f8253e50bd
commit 60d1530802
13 changed files with 516 additions and 849 deletions
+8 -8
View File
@@ -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];
};