Commit 9211f4a0 authored by claes's avatar claes

*** empty log message ***

parent c152027c
......@@ -30,4 +30,6 @@
070417 cs co Locale set when language is set.
070424 cs rt NULL argument for subid in gdh_RefObjectInfo allowed.
070424 cs wbl New types Int64 and UInt64.
070424 cs wbl New plc classes for Get end CSto of attributes in externvolumes.
\ No newline at end of file
070424 cs wbl New plc classes for Get end CSto of attributes in externvolumes.
070504 cs co Problems with input focus crash for iconified motif windows fixed.
070508 cs rt Webservice handling system status requests implemented.
\ No newline at end of file
/**
* Proview $Id: co_msgwindow.cpp,v 1.11 2007-02-07 15:45:44 claes Exp $
* Proview $Id: co_msgwindow.cpp,v 1.12 2007-05-11 15:12:45 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -61,7 +61,7 @@ void MsgWindow::message( int severity, const char *text, msgw_ePop pop, pwr_tOid
else {
if ( (hide_info && severity == 'I') || severity == 'O')
return;
if ( severity == 'E' || severity == 'W' || severity == 'F' || severity == 'I')
if ( severity == 'E' || severity == 'W' || severity == 'F' || severity == 'I' || severity == 'S')
printf( "%c %s\n", severity, text);
else
printf( "%s\n", text);
......
<?xml version="1.0" encoding="utf-8"?>
<!--
-->
<definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://www.proview.se/webservices/statussrv/1.0/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.proview.se/webservices/statussrv/1.0/" xmlns="http://schemas.xmlsoap.org/wsdl/">
<types>
<s:schema elementFormDefault="qualified" targetNamespace="http://www.proview.se/webservices/statussrv/1.0/">
<s:element name="GetStatus">
<s:complexType>
<s:attribute name="ClientRequestHandle" type="s:string" />
</s:complexType>
</s:element>
<s:element name="GetStatusResponse">
<s:complexType>
<s:attribute name="ClientRequestHandle" type="s:string" />
<s:sequence>
<s:element name="Version" type="s:string" />
<s:element name="SystemStatus" type="s:int" />
<s:element name="SystemStatusStr" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="SystemTime" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="BootTime" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="RestartTime" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Restarts" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="UserStatus1" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="UserStatusStr1" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="UserStatus2" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="UserStatusStr2" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="UserStatus3" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="UserStatusStr3" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="UserStatus4" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="UserStatusStr4" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="UserStatus5" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="UserStatusStr5" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="Restart">
<s:complexType>
<s:attribute name="ClientRequestHandle" type="s:string" />
</s:complexType>
</s:element>
<s:element name="RestartResponse">
<s:complexType>
<s:attribute name="ClientRequestHandle" type="s:string" />
</s:complexType>
</s:element>
</s:schema>
</types>
<message name="GetStatusSoapIn">
<part name="parameters" element="s0:GetStatus" />
</message>
<message name="GetStatusSoapOut">
<part name="parameters" element="s0:GetStatusResponse" />
</message>
<message name="RestartSoapIn">
<part name="parameters" element="s0:Restart" />
</message>
<message name="RestartSoapOut">
<part name="parameters" element="s0:RestartResponse" />
</message>
<portType name="Service">
<operation name="GetStatus">
<input message="s0:GetStatusSoapIn" />
<output message="s0:GetStatusSoapOut" />
</operation>
<operation name="Restart">
<input message="s0:RestartSoapIn" />
<output message="s0:RestartSoapOut" />
</operation>
</portType>
<binding name="Service" type="s0:Service">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
<operation name="GetStatus">
<soap:operation soapAction="s0:GetStatus" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
<operation name="Restart">
<soap:operation soapAction="s0:Restart" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
</binding>
</definitions>
......@@ -39,3 +39,5 @@
070503 cs xtt Bugfix in command 'open graph /access'.
070507 cs ge Support for fonts Times, NC Schoolbook and Courier.
070507 cs ge Problems with national characters in ge text fixed.
070508 cs statusmon System status monitor implemented.
070510 cs flow Colored rectangles are still colored at inverse drawing.
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment