=================================================================== RCS file: /home/cvs/OpenXM/src/cfep/MyEnvironment.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM/src/cfep/MyEnvironment.h 2006/03/03 23:31:12 1.1 +++ OpenXM/src/cfep/MyEnvironment.h 2007/10/07 06:04:55 1.2 @@ -34,6 +34,8 @@ enum peer_type { -(MyEnvironment *) initFor: (enum peer_type) myPeerType ; -(void) dealloc; +(int) checkX; ++(int) isX11Installed; ++(int) isGccInstalled; -(void) showForDebug; -(NSMutableDictionary *) getMyUnixEnvironment; -(enum peer_type) getPeer;