Checkin, per Jason Vandermark.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@294 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Phipps
2002-07-18 02:12:24 +00:00
parent 2de17bd3e8
commit 7c8b733d03
18 changed files with 1752 additions and 135 deletions
+45 -17
View File
@@ -1,13 +1,41 @@
/***********************************************************************
* AUTHOR: nobody <baron>
* FILE: InputServerMethod.cpp
* DATE: Sun Dec 16 15:57:43 2001
* DESCR:
***********************************************************************/
/*****************************************************************************/
// OpenBeOS InputServer
//
// Version: [0.0.5] [Development Stage]
//
// [Description]
//
//
// This application and all source files used in its construction, except
// where noted, are licensed under the MIT License, and have been written
// and are:
//
// Copyright (c) 2002 OpenBeOS Project
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "Software"),
// to deal in the Software without restriction, including without limitation
// the rights to use, copy, modify, merge, publish, distribute, sublicense,
// and/or sell copies of the Software, and to permit persons to whom the
// Software is furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included
// in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*****************************************************************************/
#include "InputServerMethod.h"
#include "Messenger.h"
/*
/**
* Method: BInputServerMethod::BInputServerMethod()
* Descr:
*/
@@ -17,7 +45,7 @@ BInputServerMethod::BInputServerMethod(const char *name,
}
/*
/**
* Method: BInputServerMethod::~BInputServerMethod()
* Descr:
*/
@@ -26,7 +54,7 @@ BInputServerMethod::~BInputServerMethod()
}
/*
/**
* Method: BInputServerMethod::MethodActivated()
* Descr:
*/
@@ -39,7 +67,7 @@ BInputServerMethod::MethodActivated(bool active)
}
/*
/**
* Method: BInputServerMethod::EnqueueMessage()
* Descr:
*/
@@ -52,7 +80,7 @@ BInputServerMethod::EnqueueMessage(BMessage *message)
}
/*
/**
* Method: BInputServerMethod::SetName()
* Descr:
*/
@@ -65,7 +93,7 @@ BInputServerMethod::SetName(const char *name)
}
/*
/**
* Method: BInputServerMethod::SetIcon()
* Descr:
*/
@@ -78,7 +106,7 @@ BInputServerMethod::SetIcon(const uchar *icon)
}
/*
/**
* Method: BInputServerMethod::SetMenu()
* Descr:
*/
@@ -92,7 +120,7 @@ BInputServerMethod::SetMenu(const BMenu *menu,
}
/*
/**
* Method: BInputServerMethod::_ReservedInputServerMethod1()
* Descr:
*/
@@ -102,7 +130,7 @@ BInputServerMethod::_ReservedInputServerMethod1()
}
/*
/**
* Method: BInputServerMethod::_ReservedInputServerMethod2()
* Descr:
*/
@@ -112,7 +140,7 @@ BInputServerMethod::_ReservedInputServerMethod2()
}
/*
/**
* Method: BInputServerMethod::_ReservedInputServerMethod3()
* Descr:
*/
@@ -122,7 +150,7 @@ BInputServerMethod::_ReservedInputServerMethod3()
}
/*
/**
* Method: BInputServerMethod::_ReservedInputServerMethod4()
* Descr:
*/