2 * Copyright 2011, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
5 #ifndef _PACKAGE__DROP_REPOSITORY_REQUEST_H_
6 #define _PACKAGE__DROP_REPOSITORY_REQUEST_H_
11 #include <package/Context.h>
12 #include <package/Request.h>
15 namespace BPackageKit
{
18 class DropRepositoryRequest
: public BRequest
{
19 typedef BRequest inherited
;
22 DropRepositoryRequest(const BContext
& context
,
23 const BString
& repositoryName
);
24 virtual ~DropRepositoryRequest();
26 virtual status_t
CreateInitialJobs();
29 BString fRepositoryName
;
33 } // namespace BPackageKit
36 #endif // _PACKAGE__ADD_REPOSITORY_REQUEST_H_