Style fixes to BMessageRunner, no functional changes intended

This commit is contained in:
John Scipione
2015-01-16 18:00:27 -05:00
parent 2eb2dcfabe
commit 1f4de50d39
2 changed files with 89 additions and 228 deletions
+2 -3
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2001-2010, Haiku, Inc.
* Copyright 2001-2010 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _MESSAGE_RUNNER_H
@@ -41,8 +41,7 @@ public:
private:
BMessageRunner(const BMessageRunner &);
BMessageRunner &operator=(
const BMessageRunner &);
BMessageRunner& operator=(const BMessageRunner&);
static int32 _RegisterRunner(BMessenger target,
const BMessage* message, bigtime_t interval,