示例#1
0
文件: Egal.cs 项目: omaribrahim4/SDC
        private int   refcount;         /**< client should not update this directly */

        // constructor
        public ccn_closure(ccn_handler cb, IntPtr pdata, int idata)
        {
            p        = cb;
            data     = pdata;
            intdata  = idata;
            refcount = 0;
        }
示例#2
0
        private int refcount; /**< client should not update this directly */

        #region Constructors

        // constructor
        public ccn_closure(ccn_handler cb, IntPtr pdata, int idata)
        {
            p = cb;
            data = pdata;
            intdata = idata;
            refcount = 0;
        }