예제 #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
파일: Egal.cs 프로젝트: named-data/ndn-mog
        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;
        }