01: package CVS_Server.Network;
02:
03: /**
04: * A single instance of this class is kept
05: * in the ConnectionQueueProcessor thread.
06: */
07:
08: publicclass TransactionClientContext {
09:
10: public TransactionClientContext() {
11:
12: } // Constructor
13:
14: } // TransactionContext