Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
9211f4a0
Commit
9211f4a0
authored
May 11, 2007
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
c152027c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
99 additions
and
3 deletions
+99
-3
src/changelog.txt
src/changelog.txt
+3
-1
src/lib/co/src/co_msgwindow.cpp
src/lib/co/src/co_msgwindow.cpp
+2
-2
src/lib/statussrv/src/statussrv.wsdl
src/lib/statussrv/src/statussrv.wsdl
+92
-0
xtt/changelog.txt
xtt/changelog.txt
+2
-0
No files found.
src/changelog.txt
View file @
9211f4a0
...
...
@@ -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
src/lib/co/src/co_msgwindow.cpp
View file @
9211f4a0
/**
* Proview $Id: co_msgwindow.cpp,v 1.1
1 2007-02-07 15:45:44
claes Exp $
* Proview $Id: co_msgwindow.cpp,v 1.1
2 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
);
...
...
src/lib/statussrv/src/statussrv.wsdl
0 → 100644
View file @
9211f4a0
<?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>
xtt/changelog.txt
View file @
9211f4a0
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment