2 * Copyright 2007-2009 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
8 #include <Application.h>
12 class UrlWrapper
: public BApplication
18 virtual void RefsReceived(BMessage
* msg
);
19 virtual void ArgvReceived(int32 argc
, char** argv
);
20 virtual void ReadyToRun(void);
23 status_t
_Warn(const char* url
);
24 status_t
_DecodeUrlString(BString
& string
);
27 #endif // _URL_WRAPPER_H