Return to MyEnvironment.h CVS log | Up to [local] / OpenXM / src / cfep |
version 1.1, 2006/03/03 23:31:12 | version 1.2, 2007/10/07 06:04:55 | ||
---|---|---|---|
|
|
||
-(MyEnvironment *) initFor: (enum peer_type) myPeerType ; | -(MyEnvironment *) initFor: (enum peer_type) myPeerType ; | ||
-(void) dealloc; | -(void) dealloc; | ||
+(int) checkX; | +(int) checkX; | ||
+(int) isX11Installed; | |||
+(int) isGccInstalled; | |||
-(void) showForDebug; | -(void) showForDebug; | ||
-(NSMutableDictionary *) getMyUnixEnvironment; | -(NSMutableDictionary *) getMyUnixEnvironment; | ||
-(enum peer_type) getPeer; | -(enum peer_type) getPeer; |