clientusermac.h #1

  • //
  • guest/
  • samwise/
  • p4hl/
  • src/
  • dlls/
  • clientusermac.h
  • View
  • Commits
  • Open Download .zip Download (990 B)
/*
 * Copyright 1997 Perforce Software.  All rights reserved.
 *
 * This file is part of Perforce - the FAST SCM System.
 */

/*
 * ToolServerExec - Start up a copy of the MPW tool server, and send it a command.
 */
#ifndef __CLIENTUSERMAC_H__
#define __CLIENTUSERMAC_H__

void ToolServerExec( const char *command, Error *error );

/*
 * EditWithExternalEditor - Start up an external editor, and wait for it to quit.
 *
 * The editor is specified by the environment variable EDITOR.
 * If EDITOR is not defined, then the editor whose creator is EDITOR_SIGNATURE is used.
 * If that is not defined, then SimpleText is used.
 */

void EditWithExternalEditor( char * document, Enviro * enviro, Error * error, bool waitUntilDone = true );

void RunCommandInExternalP4CLIClient(
		StrArray * commands,
		const StrPtr & client,
		const StrPtr & host,
		const StrPtr & passwd,
		const StrPtr & port,
		const StrPtr & user,
		bool closeAfterCommand,
		Error * e );

#endif /* __CLIENTUSERMAC_H__ */
# Change User Description Committed
#2 937 Sam Stafford Renaming my guest directory to the more conventional
sam_stafford.
#1 936 Sam Stafford Adding P4HL to the public depot.
 See relnotes.txt for
installation instructions; all relevant files are under
p4hl/dist.

Source code is under p4hl/src in the form of a VC++ project.