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

Diff for /pegasus/src/Pegasus/Client/CIMOperationResponseDecoder.cpp between version 1.41 and 1.42

version 1.41, 2003/08/12 14:52:11 version 1.42, 2003/08/12 19:14:33
Line 292 
Line 292 
             return;             return;
    }    }
 // l10n end // l10n end
       //
       // Search for "Content-Type" header:
       //
   
      String cimContentType;
   
      if (!HTTPMessage::lookupHeader(
                                     headers, "Content-Type", cimContentType, true))
      {
          CIMClientMalformedHTTPException* malformedHTTPException = new
            CIMClientMalformedHTTPException("Missing CIMContentType HTTP header");
          ClientExceptionMessage * response =
            new ClientExceptionMessage(malformedHTTPException);
   
          _outputQueue->enqueue(response);
          return;
      }
  
     //     //
     // Zero-terminate the message:     // Zero-terminate the message:


Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2