Minor cleanup
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4509 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -135,7 +135,7 @@
|
|||||||
#include <PropertyInfo.h>
|
#include <PropertyInfo.h>
|
||||||
|
|
||||||
// Project Includes ------------------------------------------------------------
|
// Project Includes ------------------------------------------------------------
|
||||||
#include "TokenSpace.h"
|
#include <TokenSpace.h>
|
||||||
|
|
||||||
// Local Includes --------------------------------------------------------------
|
// Local Includes --------------------------------------------------------------
|
||||||
|
|
||||||
@@ -668,7 +668,7 @@ BMessage: what = (0x0, or 0)
|
|||||||
scripting docs are so bloody horrible. The corresponding
|
scripting docs are so bloody horrible. The corresponding
|
||||||
property_info array is declared in the globals section.
|
property_info array is declared in the globals section.
|
||||||
*/
|
*/
|
||||||
status_t err;
|
status_t err = B_OK;
|
||||||
if (!data)
|
if (!data)
|
||||||
{
|
{
|
||||||
err = B_BAD_VALUE;
|
err = B_BAD_VALUE;
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
//
|
//
|
||||||
// File Name: Control.cpp
|
// File Name: Invoker.cpp
|
||||||
// Author: Marc Flerackers ([email protected])
|
// Author: Marc Flerackers ([email protected])
|
||||||
// Description: BInvoker class defines a protocol for objects that
|
// Description: BInvoker class defines a protocol for objects that
|
||||||
// post messages to a "target".
|
// post messages to a "target".
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
// Standard Includes -----------------------------------------------------------
|
// Standard Includes -----------------------------------------------------------
|
||||||
|
|
||||||
// System Includes -------------------------------------------------------------
|
// System Includes -------------------------------------------------------------
|
||||||
#include "Invoker.h"
|
#include <Invoker.h>
|
||||||
#include <Errors.h>
|
#include <Errors.h>
|
||||||
|
|
||||||
// Project Includes ------------------------------------------------------------
|
// Project Includes ------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user