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