//needs ClientApi
class RollBack;
class RBUserFiles :
public ClientUser
{
public:
RBUserFiles( RollBack* rb );
~RBUserFiles(void);
void HandleError( Error *err );
void OutputInfo( char level, const char *data );
void OutputStat( StrDict *varList );
private:
RollBack* rollBack;
};
# |
Change |
User |
Description |
Committed |
|
#1
|
6342 |
Sam Stafford |
Branching px to make a fix. |
|
|
//guest/shawn_hladky/px/src/commands/rollback/RBUserFiles.h |
#1
|
6331 |
Shawn Hladky |
Integrating rollback into px |
|
|
//guest/sam_stafford/rollback/RBUserFiles.h |
#1
|
6291 |
Sam Stafford |
C++ implementation of p4rollback.pl. |
|
|