19 #ifndef GNASH_SWF_DOABCTAG_H
20 #define GNASH_SWF_DOABCTAG_H
33 class movie_definition;
50 log_debug(
"Not executing ABC tag because we failed to parse it");
56 log_debug(
"getting machine.");
61 log_debug(
"Begin execute AbcBlock.");
63 log_debug(
"Executing machine...");
77 log_swferror(
"SWF contains ABC tag, but is not an "
91 if (!block->read(in)) {
92 log_error(
"ABC parsing error while processing DoABCTag. This "
93 "tag will never be executed");
98 boost::intrusive_ptr<DoABCTag> ABCtag(
new DoABCTag(block.release()));
101 log_parse(
_(
"tag %d: DoABCDefine"), tag);
120 #endif // GNASH_SWF_DOABCTAG_H