clean method signature to match the doc
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18824 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -35,8 +35,8 @@ public:
|
|||||||
status_t SetProperties(const BMessage* properties);
|
status_t SetProperties(const BMessage* properties);
|
||||||
status_t GetProperties(BMessage* properties) const;
|
status_t GetProperties(BMessage* properties) const;
|
||||||
|
|
||||||
status_t Register(void);
|
status_t Register();
|
||||||
status_t Unregister(void);
|
status_t Unregister();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
|||||||
@@ -198,7 +198,7 @@ BMidiEndpoint::GetProperties(BMessage* _properties) const
|
|||||||
|
|
||||||
|
|
||||||
status_t
|
status_t
|
||||||
BMidiEndpoint::Register(void)
|
BMidiEndpoint::Register()
|
||||||
{
|
{
|
||||||
if (IsRemote()) {
|
if (IsRemote()) {
|
||||||
WARN("You cannot Register() remote endpoints");
|
WARN("You cannot Register() remote endpoints");
|
||||||
@@ -216,7 +216,7 @@ BMidiEndpoint::Register(void)
|
|||||||
|
|
||||||
|
|
||||||
status_t
|
status_t
|
||||||
BMidiEndpoint::Unregister(void)
|
BMidiEndpoint::Unregister()
|
||||||
{
|
{
|
||||||
if (IsRemote()) {
|
if (IsRemote()) {
|
||||||
WARN("You cannot Unregister() remote endpoints");
|
WARN("You cannot Unregister() remote endpoints");
|
||||||
|
|||||||
Reference in New Issue
Block a user