2930313233343536373839
private ShutDownGate shutDownGate; public ChatStore() { extendedChatInfoMap = new Hashtable(); shutDownGate = new ShutDownGate(); // try // { // databaseManager = new DatabaseManager(); //
20212223242526
/* */ private ShutDownGate shutDownGate; /* */ /* */ public ChatStore() /* */ { /* 33 */ this.extendedChatInfoMap = new Hashtable(); /* 34 */ this.shutDownGate = new ShutDownGate(); /* */ }