I've made some changes to our MIBs and need to update our NB application, so I followed the same procedure as before. But this time, instead of a list of callback prototypes and macros to build the MIB tree, there is only a few comments. Other than the include files, the following is the full content of the generated .cpp file.
Code: Select all
//Un comment these variables if you want to use them
/*Definition of Table add delete functions */
/* Read function prototypes.*/
/* Write function prototypes.*/
/* Read Table pointer definition*/
/* Write Table pointer definition*/
/* Table Function implmentations*/
/* Function implmentation*/
Steve