#include "RBFile.h" #include <stdhdrs.h> #include <strbuf.h> RBFile::RBFile(void) { depotPath = new StrBuf; headAction = backAction = None; headRev = backRev = 0; } RBFile::~RBFile(void) { delete depotPath; } void RBFile::setPath( const StrPtr& path ) { depotPath->Set( path ); }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 6331 | Shawn Hladky | Integrating rollback into px | ||
//guest/sam_stafford/rollback/RBFile.cpp | |||||
#1 | 6291 | Sam Stafford | C++ implementation of p4rollback.pl. |