Beispiel #1
0
        //public static AppSettings GetAppSettings () { return m_appSettings; }

        public static void createFactories()
        {
            m_delegateFactory = new DelegateTypeFactory();
            m_Controllers     = new ControllerFactory();
            m_Controllers.ConstructSingleTons();

            HttpdServer.Program.createServer(new BrokerImpl());
        }
 public static void SetFactory(DelegateTypeFactory factory)
 {
     m_Factory = factory;
 }
 public static void SetFactory(DelegateTypeFactory factory)
 {
     m_Factory = factory;
 }