echoctl.h #1

  • //
  • guest/
  • anis_sg/
  • perforce_software/
  • p4connect/
  • src/
  • P4Bridge/
  • p4api/
  • include/
  • p4/
  • echoctl.h
  • View
  • Commits
  • Open Download .zip Download (397 B)
/*
 * Copyright 2001 Perforce Software.  All rights reserved.
 *
 * This file is part of Perforce - the FAST SCM System.
 */

/*
 * NoEcho -- Turn terminal echoing off/on
 *
 * Declaring a NoEcho object turns off terminal echoing (if possible).
 * Deleting it turns it back on.
 */

struct EchoContext;

class NoEcho {

    public:
	NoEcho();
	~NoEcho();

    private:
	EchoContext *context;

} ;
# Change User Description Committed
#1 12954 anis_sg Populate -o //guest/perforce_software/p4connect/...
//guest/anis_sg/perforce_software/p4connect/....
//guest/perforce_software/p4connect/src/P4Bridge/p4api/include/p4/echoctl.h
#1 10940 Norman Morse Inital Workshop release of P4Connect.
Released under BSD-2 license