Esempio n. 1
0
        void IServerSetup.ServerSetup()
        {
            Filter4 ftr = (Filter4)ServiceGetFilter();

            ServiceCreate("LOGF", LOGF);
            ServiceCreate("EXIT", EXIT);
            ServiceCreate("+ALL", this);
            ftr.ServiceCreate("WRIT", ftr.WRIT);
            ftr.ServiceProxy("+TRT");
        }