(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.73 and 1.74

version 1.73, 2006/02/08 20:58:33 version 1.74, 2006/04/18 18:40:42
Line 183 
Line 183 
     */     */
     void disconnect();     void disconnect();
  
 #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES      /**
     /** <I><B>Experimental Interface</B></I><BR>  
         Configures the accept languages to be specified on subsequent         Configures the accept languages to be specified on subsequent
         requests from this client.  Accept languages are the preferred         requests from this client.  Accept languages are the preferred
         languages for response data.         languages for response data.
Line 193 
Line 192 
     */     */
     void setRequestAcceptLanguages(const AcceptLanguageList& langs);     void setRequestAcceptLanguages(const AcceptLanguageList& langs);
  
     /** <I><B>Experimental Interface</B></I><BR>      /**
         Gets the accept languages currently configured for this client.         Gets the accept languages currently configured for this client.
         Accept languages are the preferred languages for response data.         Accept languages are the preferred languages for response data.
         @return An AcceptLanguageList object specifying the preferred languages         @return An AcceptLanguageList object specifying the preferred languages
Line 201 
Line 200 
     */     */
     AcceptLanguageList getRequestAcceptLanguages() const;     AcceptLanguageList getRequestAcceptLanguages() const;
  
     /** <I><B>Experimental Interface</B></I><BR>      /**
         Configures the content languages to be specified on subsequent         Configures the content languages to be specified on subsequent
         requests from this client.  The content languages indicate the         requests from this client.  The content languages indicate the
         languages associated with request data sent from this client.         languages associated with request data sent from this client.
Line 210 
Line 209 
     */     */
     void setRequestContentLanguages(const ContentLanguageList& langs);     void setRequestContentLanguages(const ContentLanguageList& langs);
  
     /** <I><B>Experimental Interface</B></I><BR>      /**
         Gets the content languages currently configured for this client.         Gets the content languages currently configured for this client.
         The content languages indicate the languages associated with request         The content languages indicate the languages associated with request
         data sent from this client.         data sent from this client.
Line 219 
Line 218 
     */     */
     ContentLanguageList getRequestContentLanguages() const;     ContentLanguageList getRequestContentLanguages() const;
  
     /** <I><B>Experimental Interface</B></I><BR>      /**
         Gets the content languages of the last response received by this         Gets the content languages of the last response received by this
         client.  The content languages indicate the languages associated         client.  The content languages indicate the languages associated
         with the data included in the response.         with the data included in the response.
Line 228 
Line 227 
     */     */
     ContentLanguageList getResponseContentLanguages() const;     ContentLanguageList getResponseContentLanguages() const;
  
   #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES
     /** <I><B>Experimental Interface</B></I><BR>     /** <I><B>Experimental Interface</B></I><BR>
     */     */
     void setRequestDefaultLanguages();     void setRequestDefaultLanguages();


Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2