⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 remoteexec.h

📁 This Source-Navigator, an IDE for C/C++/Fortran/Java/Tcl/PHP/Python and a host of other languages.
💻 H
字号:
// $Header: /cvsroot/sourcenav/src/snavigator/demo/c++_demo/glish/RemoteExec.h,v 1.1.1.1 2002/04/18 23:35:25 mdejong Exp $#ifndef remoteexec_h#define remoteexec_h#include "Executable.h"class Channel;class RemoteExec : public Executable {    public:	RemoteExec( Channel* daemon_channel,		    const char* arg_executable, const char** argv );	~RemoteExec();	int Active();	void Ping();    protected:	char* id;	Channel* daemon_channel;	};#endif	/* remoteexec_h */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -