summaryrefslogtreecommitdiff
path: root/local/mib2c-conf.d/syntax-InetAddressType-get.m2i
diff options
context:
space:
mode:
Diffstat (limited to 'local/mib2c-conf.d/syntax-InetAddressType-get.m2i')
-rw-r--r--local/mib2c-conf.d/syntax-InetAddressType-get.m2i25
1 files changed, 25 insertions, 0 deletions
diff --git a/local/mib2c-conf.d/syntax-InetAddressType-get.m2i b/local/mib2c-conf.d/syntax-InetAddressType-get.m2i
new file mode 100644
index 0000000..0b89a5a
--- /dev/null
+++ b/local/mib2c-conf.d/syntax-InetAddressType-get.m2i
@@ -0,0 +1,25 @@
+############################################################# -*- c -*-
+## generic include for XXX. Do not use directly.
+##
+## $Id$
+########################################################################
+@if $m2c_mark_boundary == 1@
+/** START code generated by $RCSfile$ $Revision$ */
+@end@
+########################################################################
+##
+@include generic-get-decl.m2i@
+@include generic-ctx-get.m2i@
+ /* the ${context}_rowreq_ctx->data pointer should be pointer to the data you
+ supplied during the data lookup, so you should know how to
+ determine the InetAddressType from this pointer. */
+
+ return MFD_SKIP; /* TODO:235:M: |-> Remove SKIP once you've set $node data */
+
+@include generic-value-map.m2i@
+@include generic-get-decl-bot.m2i@
+##
+########################################################################
+@if $m2c_mark_boundary == 1@
+/** END code generated by $RCSfile$ $Revision$ */
+@end@