#ifndef SEEN_XML_HELPER_OBSERVER
#define SEEN_XML_HELPER_OBSERVER
#include <cstddef>
#include "node-observer.h"
#include "node.h"
#include "sp-object.h"
// Very simple observer that just emits a signal if anything happens to a node
~SignalObserver();
// Add this observer to the SPObject and remove it from any previous object
};
}
}
#endif //#ifndef __XML_HELPER_OBSERVER__
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8 :