2 * Copyright 2001-2010, Haiku.
3 * Distributed under the terms of the MIT License.
12 #include <Application.h>
16 #define PRINTERS_SIGNATURE "application/x-vnd.Be-PRNT"
19 class PrintersApp
: public BApplication
{
20 typedef BApplication Inherited
;
24 void MessageReceived(BMessage
* msg
);
25 void ArgvReceived(int32 argc
, char** argv
);