summaryrefslogtreecommitdiff
path: root/local/mib2c-conf.d/syntax-InetAddressType-get.m2i
blob: 792e2214522882f883bb3549a861f11ee086c8a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#############################################################  -*- c -*-
## generic include for XXX. Do not use directly.
##
## $Id: syntax-InetAddressType-get.m2i 11300 2004-10-08 23:39:17Z rstory $
########################################################################
@if $m2c_mark_boundary == 1@
/** START code generated by $RCSfile$ $Revision: 11300 $ */
@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: 11300 $ */
@end@