(file) Return to CIM_RemoveFileAction.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Application

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_RemoveFileAction 
 6           // ==================================================================
 7              [Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Application::CheckAction" ), 
 9               Description ( "The RemoveFileAction uninstalls files." )]
10           class CIM_RemoveFileAction : CIM_FileAction {
11           
12                 [Description ( "The file to be removed." ), 
13                  MaxLen ( 1024 )]
14              string File;
15           
16           
17           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2