/* * Copyright 2004 Perforce Software. All rights reserved. * * Developed by Data Shades Ltd. */ #include "P4GTMaya.h" #include "CheckOutCommand.h" MStatus CheckOutCommand::doIt( const MArgList& args ) { perforceOps->Edit(); return MS::kSuccess; } void* CheckOutCommand::creator() { return new CheckOutCommand; }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 10140 | Matt Attaway | Initial release of the P4GT source code. |