/* * 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 | 10716 | Robert Cowham |
Populate //guest/robert_cowham/perforce/API/p4/p4api-main/... from //guest/robert_cowham/perforce/API/p4/p4api-2009.1.209442-vs2008_static/.... |
||
//guest/robert_cowham/perforce/API/p4/p4api-2009.1.209442-vs2008_static/include/p4/echoctl.h | |||||
#1 | 10715 | Robert Cowham | Moving p4api files to a better location. | ||
//guest/robert_cowham/perforce/API/p4com/main/src/p4api-2009.1.209442-vs2008_static/include/p4/echoctl.h | |||||
#1 | 7449 | Robert Cowham | New API version |