13
0
livetrax/libs/pbd/command.cc
Hans Fugal a32175bd41 r274@gandalf: fugalh | 2006-08-07 19:53:48 -0600
Nuke Serializable in favor of Stateful. Got rid of some warnings with stub
 code.


git-svn-id: svn://localhost/ardour2/branches/undo@767 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-08-09 14:14:17 +00:00

11 lines
159 B
C++

#include <pbd/command.h>
#include <pbd/xml++.h>
XMLNode &Command::get_state()
{
XMLNode *node = new XMLNode ("Command");
// TODO
return *node;
}