barrier/client
crs f48a5fe387 checkpoint. still refactoring. merged common code from primary
screens into CPrimaryScreen and merged common code from secondary
screens into CSecondaryScreen.  changed is-a relationship to a
has-a between the primary and secondary screen classes and the
generic platform dependent screen class to avoid multiple
inheritance of implementation.  also standardized the interface
for those generic screen classes.  adding a platform now involves
implementing simpler interfaces:  IScreen for the generic screen,
IScreenEventHandler and some methods of CPrimaryScreen for the
primary screen, and IScreenEventHandler and some methods of
CSecondaryScreen for the secondary screen.  did X11 platform
but not win32 platform.
2002-07-13 22:00:38 +00:00
..
CClient.cpp checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
CClient.h checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
CMSWindowsSecondaryScreen.cpp refactoring. refactored stuff in client (with changes to server 2002-07-12 20:41:23 +00:00
CMSWindowsSecondaryScreen.h refactoring. refactored stuff in client (with changes to server 2002-07-12 20:41:23 +00:00
CSecondaryScreen.cpp checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
CSecondaryScreen.h checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
CServerProxy.cpp checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
CServerProxy.h checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
CXWindowsSecondaryScreen.cpp checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
CXWindowsSecondaryScreen.h checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
Makefile.am checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
client.cpp checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
client.dsp applied refactoring to win32 code. 2002-07-11 13:13:37 +00:00
client.rc checkpoint. merging win32 code. server on X is currently broken 2001-11-19 00:33:36 +00:00
resource.h checkpoint. merging win32 code. server on X is currently broken 2001-11-19 00:33:36 +00:00