2 * Copyright 2007-2009 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
8 #include <Application.h>
12 class CheckItOut
: public BApplication
18 virtual void RefsReceived(BMessage
* msg
);
19 virtual void MessageReceived(BMessage
* msg
);
20 virtual void ArgvReceived(int32 argc
, char** argv
);
21 virtual void ReadyToRun(void);
24 status_t
_Warn(const char* url
);
25 status_t
_DecodeUrlString(BString
& string
);
26 status_t
_FilePanel(uint32 nodeFlavors
, BString
&name
);
27 status_t
_DoCheckItOut(entry_ref
*ref
, const char *name
);
32 #endif // _CHECKITOUT_H