(file) Return to CIMClient.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Client

Diff for /pegasus/src/Pegasus/Client/CIMClient.h between version 1.49 and 1.49.6.2

version 1.49, 2003/03/12 21:02:53 version 1.49.6.2, 2003/08/13 19:39:50
Line 50 
Line 50 
 #include <Pegasus/Common/Exception.h> #include <Pegasus/Common/Exception.h>
 #include <Pegasus/Client/CIMClientException.h> #include <Pegasus/Client/CIMClientException.h>
 #include <Pegasus/Client/Linkage.h> #include <Pegasus/Client/Linkage.h>
   #include <Pegasus/Common/AcceptLanguages.h> //l10n
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 221 
Line 222 
     void disconnect();     void disconnect();
  
  
   // l10n start
       /** Sets the accept languages that will be used on the next request.
        * Accept languages are the preferred languages that are to be
        * returned on the response to the next request.
       */
           void setRequestAcceptLanguages(AcceptLanguages& langs);
   
       /** Gets the accept languages that will be used on the next request.
        * Accept languages are the preferred languages that are to be
        * returned on the response to the next request.
       */
           AcceptLanguages getRequestAcceptLanguages() const;
   
       /** Sets the content languages that will be used on the next request.
        * These content languages are the languages of the CIM objects that will
        * sent on the next request.
       */
           void setRequestContentLanguages(ContentLanguages& langs);
   
       /** Gets the content languages that will be used on the next request.
        * These content languages are the languages of the CIM objects that will
        * sent on the next request.
       */
           ContentLanguages getRequestContentLanguages() const;
   
       /** Gets the content languages of the last response.
        * These content languages are the languages of the CIM objects, or
        * CIM exceptions, that were returned on the last response..
       */
           ContentLanguages getResponseContentLanguages() const;
   
           /**
            *
            */
           void setRequestDefaultLanguages();
   // l10n end
   
     /** The <TT>getClass</TT> method executes a CIM operation that returns     /** The <TT>getClass</TT> method executes a CIM operation that returns
         a single CIM Class from the         a single CIM Class from the
         target Namespace where the ClassName input parameter defines the name of         target Namespace where the ClassName input parameter defines the name of


Legend:
Removed from v.1.49  
changed lines
  Added in v.1.49.6.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2