barrier/mt
crs 64232c7854 updated to new automake and refactored server stuff. the server
now speaks to the primary screen and secondary screens almost
everywhere the same way through an IClient interface;  only
special primary screen calls are accessed through a different
interface, the CPrimaryClient interface.  this simplifies the
server since it no longer needs to test whether the active screen
is the primary or a secondary in most cases.

the server no longer speaks directly to the primary screen;  all
that goes through the CPrimaryClient, which often just forwards
the call.  the primary screen no longer speaks directly to the
server either, again going through the CPrimaryClient via a
IPrimaryReceiver interface.

CServerProtocol classes have been replaced by CClientProxy
classes which are very similar.  the name makes more sense
though.
2002-07-09 21:22:31 +00:00
..
CCondVar.cpp checkpoint. more conversion to automake. 2002-06-19 11:23:49 +00:00
CCondVar.h checkpoint. more conversion to automake. 2002-06-19 11:23:49 +00:00
CLock.cpp indentation and other formatting changes. also cleaned up 2002-06-10 22:06:45 +00:00
CLock.h indentation and other formatting changes. also cleaned up 2002-06-10 22:06:45 +00:00
CMutex.cpp checkpoint. more conversion to automake. 2002-06-19 11:23:49 +00:00
CMutex.h indentation and other formatting changes. also cleaned up 2002-06-10 22:06:45 +00:00
CThread.cpp updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +00:00
CThread.h updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +00:00
CThreadRep.cpp signal handler thread now dies when SIGABRT is raised. ignoring 2002-06-21 15:14:32 +00:00
CThreadRep.h checkpoint. more conversion to automake. 2002-06-19 11:23:49 +00:00
CTimerThread.cpp formatting changes. 2002-06-17 13:31:21 +00:00
CTimerThread.h indentation and other formatting changes. also cleaned up 2002-06-10 22:06:45 +00:00
Makefile.am added header files to _SOURCES. 2002-06-22 17:31:24 +00:00
XThread.h indentation and other formatting changes. also cleaned up 2002-06-10 22:06:45 +00:00
mt.dsp win32 changes. changed names of binaries. added support for 2002-06-08 21:48:00 +00:00