summaryrefslogtreecommitdiffstats
path: root/1.4.0/dom/codeGen/1.5/tpl/tpl-cpp-body.php
diff options
context:
space:
mode:
Diffstat (limited to '1.4.0/dom/codeGen/1.5/tpl/tpl-cpp-body.php')
-rw-r--r--1.4.0/dom/codeGen/1.5/tpl/tpl-cpp-body.php25
1 files changed, 25 insertions, 0 deletions
diff --git a/1.4.0/dom/codeGen/1.5/tpl/tpl-cpp-body.php b/1.4.0/dom/codeGen/1.5/tpl/tpl-cpp-body.php
new file mode 100644
index 0000000..757e953
--- /dev/null
+++ b/1.4.0/dom/codeGen/1.5/tpl/tpl-cpp-body.php
@@ -0,0 +1,25 @@
+<?php
+/*
+* Copyright 2006 Sony Computer Entertainment Inc.
+*
+* Licensed under the MIT Open Source License, for details please see license.txt or the website
+* http://www.opensource.org/licenses/mit-license.php
+*
+*/
+
+if ( $_globals['copyright'] ) {
+print $_globals['copyright_text'];
+}
+?>
+#include <dae.h>
+#include <<?= $_globals['meta_prefix'] ?>/daeDom.h>
+#include <<?= $_globals['prefix'] ?>/<?= $_globals['prefix'] . ucfirst( $bag['element_name'] ) . ".h" ?>>
+#include <<?= $_globals['meta_prefix'] ?>/daeMetaCMPolicy.h>
+#include <<?= $_globals['meta_prefix'] ?>/daeMetaSequence.h>
+#include <<?= $_globals['meta_prefix'] ?>/daeMetaChoice.h>
+#include <<?= $_globals['meta_prefix'] ?>/daeMetaGroup.h>
+#include <<?= $_globals['meta_prefix'] ?>/daeMetaAny.h>
+#include <<?= $_globals['meta_prefix'] ?>/daeMetaElementAttribute.h>
+
+<?= applyTemplate( 'CPP_METHODS', $bag ) ?>
+<?= applyTemplate( 'CPP_STATIC', $bag ) ?> \ No newline at end of file