(file) Return to CreateClass.HTML CVS log (file) (dir) Up to [Pegasus] / pegasus / cgi / htdocs / Attic

Diff for /pegasus/cgi/htdocs/Attic/CreateClass.HTML between version 1.3 and 1.4

version 1.3, 2001/06/12 14:32:25 version 1.4, 2001/06/30 15:28:09
Line 11 
Line 11 
     <hr>     <hr>
     <form name="CreateClass" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">     <form name="CreateClass" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
       <INPUT TYPE="hidden" NAME="Operation" VALUE="CreateClass">       <INPUT TYPE="hidden" NAME="Operation" VALUE="CreateClass">
       <input type="hidden" name="hostip" value="localhost">        <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">
       <input type="hidden" name="portnum" value="5988">        <INPUT TYPE="hidden" NAME="debug" VALUE="">
   
       <p>The <TT>CreateClass</TT> method creates a single CIM Class for the target Namespace       <p>The <TT>CreateClass</TT> method creates a single CIM Class for the target Namespace
       where the ClassName input parameter defines the name of the class to be created.       where the ClassName input parameter defines the name of the class to be created.
       <p><b>NameSpace</b> <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">       <p><b>NameSpace</b> <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">
Line 102 
Line 101 
     <PRE>     <PRE>
     virtual void createClass(     virtual void createClass(
  
                 const String& nameSpace,                  const String&amp; nameSpace,
                 ClassDecl& newClass) = 0;                  ClassDecl&amp; newClass) = 0;
  
     </PRE>     </PRE>
         </form>         </form>
    <script>    <script>
    CreateClass.hostip.value = opener.top.hostip;         document.CreateClass.hostaddress.value = top.hostAddress;
    CreateClass.portnum.value = opener.top.portnum;         document.CreateClass.debug.value = top.debug;
          document.CreateClass.NameSpace.value = top.NameSpace;
    window.focus();    window.focus();
    </script>    </script>
             </body>             </body>


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2