2 * Copyright 2007-2009 Stephan Aßmus <superstippi@gmx.de>.
3 * All rights reserved. Distributed under the terms of the MIT License.
5 #ifndef IMPORT_PL_ITEMS_COMMAND_H
6 #define IMPORT_PL_ITEMS_COMMAND_H
9 #include "PLItemsCommand.h"
13 class ImportPLItemsCommand
: public PLItemsCommand
{
17 const BMessage
* refsMessage
,
19 virtual ~ImportPLItemsCommand();
21 virtual status_t
InitCheck();
23 virtual status_t
Perform();
24 virtual status_t
Undo();
26 virtual void GetName(BString
& name
);
30 PlaylistItem
** fOldItems
;
32 PlaylistItem
** fNewItems
;
39 #endif // IMPORT_PL_ITEMS_COMMAND_H