[svn-commits] jeffg: branch jeffg/jeffg-moresnmp-branch r180676 - in /team/jeffg/jeffg-more...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Mar 7 13:10:11 CST 2009


Author: jeffg
Date: Sat Mar  7 13:10:08 2009
New Revision: 180676

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=180676
Log:
res_snmp rework: copyright and doxygen; remove generated subagent code and Makefiles

Removed:
    team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_Makefile
    team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_subagent.c
Modified:
    team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_scalar_groups/asteriskVersion/asteriskVersion.c
    team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_scalar_groups/asteriskVersion/asteriskVersion.h
    team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable.c
    team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable.h
    team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_access.c
    team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_access.h
    team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_get.c
    team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_get.h
    team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_set.c
    team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_set.h
    team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_enums.h
    team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_interface.c
    team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_interface.h
    team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_oids.h
    team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/defaults/table-astIndicationsTable.m2d

Modified: team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_scalar_groups/asteriskVersion/asteriskVersion.c
URL: http://svn.digium.com/svn-view/asterisk/team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_scalar_groups/asteriskVersion/asteriskVersion.c?view=diff&rev=180676&r1=180675&r2=180676
==============================================================================
--- team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_scalar_groups/asteriskVersion/asteriskVersion.c (original)
+++ team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_scalar_groups/asteriskVersion/asteriskVersion.c Sat Mar  7 13:10:08 2009
@@ -1,3 +1,21 @@
+/*
+ * Copyright (C) 2009 The OpenNMS Group, Inc.
+ * Jeff Gehlbach <jeffg at opennms.org>
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*! \file
+ *
+ * \brief SNMP for Asterisk: implementation of asteriskVersion scalars
+ *
+ * \author Jeff Gehlbach <jeffg at opennms.org>
+ */
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
 /*
  * Note: this file originally auto-generated by mib2c using
  *        : mib2c.scalar.conf 11805 2005-01-07 09:37:18Z dts12 $

Modified: team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_scalar_groups/asteriskVersion/asteriskVersion.h
URL: http://svn.digium.com/svn-view/asterisk/team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_scalar_groups/asteriskVersion/asteriskVersion.h?view=diff&rev=180676&r1=180675&r2=180676
==============================================================================
--- team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_scalar_groups/asteriskVersion/asteriskVersion.h (original)
+++ team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_scalar_groups/asteriskVersion/asteriskVersion.h Sat Mar  7 13:10:08 2009
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2009 The OpenNMS Group, Inc.
+ * Jeff Gehlbach <jeffg at opennms.org>
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*! \file
+ *
+ * \brief SNMP for Asterisk: implementation of asteriskVersion scalars
+ *
+ * \author Jeff Gehlbach <jeffg at opennms.org>
+ */
+
 /*
  * Note: this file originally auto-generated by mib2c using
  *        : mib2c.scalar.conf 11805 2005-01-07 09:37:18Z dts12 $

Modified: team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable.c
URL: http://svn.digium.com/svn-view/asterisk/team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable.c?view=diff&rev=180676&r1=180675&r2=180676
==============================================================================
--- team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable.c (original)
+++ team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable.c Sat Mar  7 13:10:08 2009
@@ -1,8 +1,26 @@
+/*
+ * Copyright (C) 2009 The OpenNMS Group, Inc.
+ * Jeff Gehlbach <jeffg at opennms.org>
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*! \file
+ *
+ * \brief SNMP for Asterisk: implementation of astIndicationsTable
+ *
+ * \author Jeff Gehlbach <jeffg at opennms.org>
+ */
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
 /*
  * Note: this file originally auto-generated by mib2c using
  *       version : 14170 $ of $ 
  *
- * $Id:$
+ * $Id$
  */
 /** \page MFD helper for astIndicationsTable
  *

Modified: team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable.h
URL: http://svn.digium.com/svn-view/asterisk/team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable.h?view=diff&rev=180676&r1=180675&r2=180676
==============================================================================
--- team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable.h (original)
+++ team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable.h Sat Mar  7 13:10:08 2009
@@ -1,8 +1,24 @@
+/*
+ * Copyright (C) 2009 The OpenNMS Group, Inc.
+ * Jeff Gehlbach <jeffg at opennms.org>
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*! \file
+ *
+ * \brief SNMP for Asterisk: implementation of astIndicationsTable
+ *
+ * \author Jeff Gehlbach <jeffg at opennms.org>
+ */
+
 /*
  * Note: this file originally auto-generated by mib2c using
  *       version : 14170 $ of $
  *
- * $Id:$
+ * $Id$
  */
 #ifndef ASTINDICATIONSTABLE_H
 #define ASTINDICATIONSTABLE_H

Modified: team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_access.c
URL: http://svn.digium.com/svn-view/asterisk/team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_access.c?view=diff&rev=180676&r1=180675&r2=180676
==============================================================================
--- team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_access.c (original)
+++ team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_access.c Sat Mar  7 13:10:08 2009
@@ -1,8 +1,26 @@
+/*
+ * Copyright (C) 2009 The OpenNMS Group, Inc.
+ * Jeff Gehlbach <jeffg at opennms.org>
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*! \file
+ *
+ * \brief SNMP for Asterisk: implementation of astIndicationsTable
+ *
+ * \author Jeff Gehlbach <jeffg at opennms.org>
+ */
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
 /*
  * Note: this file originally auto-generated by mib2c using
  *       version : 14170 $ of $ 
  *
- * $Id:$
+ * $Id$
  */
 /* standard Net-SNMP includes */
 #include <net-snmp/net-snmp-config.h>
@@ -16,6 +34,8 @@
 #include "astIndicationsTable_data_access.h"
 
 /* Asterisk includes */
+#include "../../res_snmp_common.h"
+#include "asterisk.h"
 #include "asterisk/indications.h"
 
 /** @ingroup interface
@@ -204,7 +224,7 @@
      * the container.
      */
 
-    while (tz = ast_walk_indications(tz)) {
+    while ((tz = ast_walk_indications(tz))) {
         rowreq_ctx = astIndicationsTable_allocate_rowreq_ctx();
         if (NULL == rowreq_ctx) {
             snmp_log(LOG_ERR, "memory allocation failed\n");

Modified: team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_access.h
URL: http://svn.digium.com/svn-view/asterisk/team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_access.h?view=diff&rev=180676&r1=180675&r2=180676
==============================================================================
--- team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_access.h (original)
+++ team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_access.h Sat Mar  7 13:10:08 2009
@@ -1,8 +1,24 @@
+/*
+ * Copyright (C) 2009 The OpenNMS Group, Inc.
+ * Jeff Gehlbach <jeffg at opennms.org>
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*! \file
+ *
+ * \brief SNMP for Asterisk: implementation of astIndicationsTable
+ *
+ * \author Jeff Gehlbach <jeffg at opennms.org>
+ */
+
 /*
  * Note: this file originally auto-generated by mib2c using
  *       version : 14170 $ of $
  *
- * $Id:$
+ * $Id$
  */
 #ifndef ASTINDICATIONSTABLE_DATA_ACCESS_H
 #define ASTINDICATIONSTABLE_DATA_ACCESS_H

Modified: team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_get.c
URL: http://svn.digium.com/svn-view/asterisk/team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_get.c?view=diff&rev=180676&r1=180675&r2=180676
==============================================================================
--- team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_get.c (original)
+++ team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_get.c Sat Mar  7 13:10:08 2009
@@ -1,8 +1,26 @@
+/*
+ * Copyright (C) 2009 The OpenNMS Group, Inc.
+ * Jeff Gehlbach <jeffg at opennms.org>
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*! \file
+ *
+ * \brief SNMP for Asterisk: implementation of astIndicationsTable
+ *
+ * \author Jeff Gehlbach <jeffg at opennms.org>
+ */
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
 /*
  * Note: this file originally auto-generated by mib2c using
  *       version : 12088 $ of $ 
  *
- * $Id:$
+ * $Id$
  */
 /* standard Net-SNMP includes */
 #include <net-snmp/net-snmp-config.h>

Modified: team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_get.h
URL: http://svn.digium.com/svn-view/asterisk/team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_get.h?view=diff&rev=180676&r1=180675&r2=180676
==============================================================================
--- team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_get.h (original)
+++ team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_get.h Sat Mar  7 13:10:08 2009
@@ -1,8 +1,24 @@
+/*
+ * Copyright (C) 2009 The OpenNMS Group, Inc.
+ * Jeff Gehlbach <jeffg at opennms.org>
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*! \file
+ *
+ * \brief SNMP for Asterisk: implementation of astIndicationsTable
+ *
+ * \author Jeff Gehlbach <jeffg at opennms.org>
+ */
+
 /*
  * Note: this file originally auto-generated by mib2c using
  *       version : 12088 $ of $
  *
- * $Id:$
+ * $Id$
  *
  * @file astIndicationsTable_data_get.h
  *

Modified: team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_set.c
URL: http://svn.digium.com/svn-view/asterisk/team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_set.c?view=diff&rev=180676&r1=180675&r2=180676
==============================================================================
--- team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_set.c (original)
+++ team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_set.c Sat Mar  7 13:10:08 2009
@@ -1,8 +1,26 @@
+/*
+ * Copyright (C) 2009 The OpenNMS Group, Inc.
+ * Jeff Gehlbach <jeffg at opennms.org>
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*! \file
+ *
+ * \brief SNMP for Asterisk: implementation of astIndicationsTable
+ *
+ * \author Jeff Gehlbach <jeffg at opennms.org>
+ */
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
 /*
  * Note: this file originally auto-generated by mib2c using
  *       version : 12077 $ of $
  *
- * $Id:$
+ * $Id$
  *
  */
 /* standard Net-SNMP includes */

Modified: team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_set.h
URL: http://svn.digium.com/svn-view/asterisk/team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_set.h?view=diff&rev=180676&r1=180675&r2=180676
==============================================================================
--- team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_set.h (original)
+++ team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_data_set.h Sat Mar  7 13:10:08 2009
@@ -1,8 +1,24 @@
+/*
+ * Copyright (C) 2009 The OpenNMS Group, Inc.
+ * Jeff Gehlbach <jeffg at opennms.org>
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*! \file
+ *
+ * \brief SNMP for Asterisk: implementation of astIndicationsTable
+ *
+ * \author Jeff Gehlbach <jeffg at opennms.org>
+ */
+
 /*
  * Note: this file originally auto-generated by mib2c using
  *       version : 12077 $ of $ 
  *
- * $Id:$
+ * $Id$
  */
 #ifndef ASTINDICATIONSTABLE_DATA_SET_H
 #define ASTINDICATIONSTABLE_DATA_SET_H

Modified: team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_enums.h
URL: http://svn.digium.com/svn-view/asterisk/team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_enums.h?view=diff&rev=180676&r1=180675&r2=180676
==============================================================================
--- team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_enums.h (original)
+++ team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_enums.h Sat Mar  7 13:10:08 2009
@@ -1,8 +1,24 @@
+/*
+ * Copyright (C) 2009 The OpenNMS Group, Inc.
+ * Jeff Gehlbach <jeffg at opennms.org>
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*! \file
+ *
+ * \brief SNMP for Asterisk: implementation of astIndicationsTable
+ *
+ * \author Jeff Gehlbach <jeffg at opennms.org>
+ */
+
 /*
  * Note: this file originally auto-generated by mib2c using
  *  : generic-table-enums.m2c 12526 2005-07-15 22:41:16Z rstory $
  *
- * $Id:$
+ * $Id$
  */
 #ifndef ASTINDICATIONSTABLE_ENUMS_H
 #define ASTINDICATIONSTABLE_ENUMS_H

Modified: team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_interface.c
URL: http://svn.digium.com/svn-view/asterisk/team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_interface.c?view=diff&rev=180676&r1=180675&r2=180676
==============================================================================
--- team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_interface.c (original)
+++ team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_interface.c Sat Mar  7 13:10:08 2009
@@ -1,8 +1,26 @@
+/*
+ * Copyright (C) 2009 The OpenNMS Group, Inc.
+ * Jeff Gehlbach <jeffg at opennms.org>
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*! \file
+ *
+ * \brief SNMP for Asterisk: implementation of astIndicationsTable
+ *
+ * \author Jeff Gehlbach <jeffg at opennms.org>
+ */
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
 /*
  * Note: this file originally auto-generated by mib2c using
  *       version : 15899 $ of $ 
  *
- * $Id:$
+ * $Id$
  */
 /*
  * *********************************************************************

Modified: team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_interface.h
URL: http://svn.digium.com/svn-view/asterisk/team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_interface.h?view=diff&rev=180676&r1=180675&r2=180676
==============================================================================
--- team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_interface.h (original)
+++ team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_interface.h Sat Mar  7 13:10:08 2009
@@ -1,8 +1,24 @@
+/*
+ * Copyright (C) 2009 The OpenNMS Group, Inc.
+ * Jeff Gehlbach <jeffg at opennms.org>
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*! \file
+ *
+ * \brief SNMP for Asterisk: implementation of astIndicationsTable
+ *
+ * \author Jeff Gehlbach <jeffg at opennms.org>
+ */
+
 /*
  * Note: this file originally auto-generated by mib2c using
  *       version : 15899 $ of $
  *
- * $Id:$
+ * $Id$
  */
 /** @ingroup interface: Routines to interface to Net-SNMP
  *

Modified: team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_oids.h
URL: http://svn.digium.com/svn-view/asterisk/team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_oids.h?view=diff&rev=180676&r1=180675&r2=180676
==============================================================================
--- team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_oids.h (original)
+++ team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/astIndicationsTable_oids.h Sat Mar  7 13:10:08 2009
@@ -1,8 +1,24 @@
+/*
+ * Copyright (C) 2009 The OpenNMS Group, Inc.
+ * Jeff Gehlbach <jeffg at opennms.org>
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*! \file
+ *
+ * \brief SNMP for Asterisk: implementation of astIndicationsTable
+ *
+ * \author Jeff Gehlbach <jeffg at opennms.org>
+ */
+
 /*
  * Note: this file originally auto-generated by mib2c using
  *  : generic-table-oids.m2c 12855 2005-09-27 15:56:08Z rstory $
  *
- * $Id:$
+ * $Id$
  */
 #ifndef ASTINDICATIONSTABLE_OIDS_H
 #define ASTINDICATIONSTABLE_OIDS_H

Modified: team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/defaults/table-astIndicationsTable.m2d
URL: http://svn.digium.com/svn-view/asterisk/team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/defaults/table-astIndicationsTable.m2d?view=diff&rev=180676&r1=180675&r2=180676
==============================================================================
--- team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/defaults/table-astIndicationsTable.m2d (original)
+++ team/jeffg/jeffg-moresnmp-branch/res/snmp/mib_tables/astIndicationsTable/defaults/table-astIndicationsTable.m2d Sat Mar  7 13:10:08 2009
@@ -98,6 +98,6 @@
 ##
 ## Generate Makefile/AgentX code?
 ##
- at eval $mfd_generate_makefile = 1@
- at eval $mfd_generate_subagent = 1@
+ at eval $mfd_generate_makefile = 0@
+ at eval $mfd_generate_subagent = 0@
 ##




More information about the svn-commits mailing list