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
64e1d385
Commit
64e1d385
authored
Jan 30, 2009
by
Robert Karlsson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of robert@pwrcvs:/data1/git/pwr
parents
8db88475
33ff2462
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
java/changelog.txt
java/changelog.txt
+1
-0
java/jpwr/rt/src/GdhServer.java
java/jpwr/rt/src/GdhServer.java
+1
-1
xtt/changelog.txt
xtt/changelog.txt
+2
-1
xtt/lib/xtt/src/xtt_ev.cpp
xtt/lib/xtt/src/xtt_ev.cpp
+6
-2
No files found.
java/changelog.txt
View file @
64e1d385
...
...
@@ -10,3 +10,4 @@
080314 cs jop Bugfix in integer format conversion.
080623 cs rt Password encryption class added.
080623 cs rt Default privileges and system group fetched from Security object (DefaultWebPriv and WebSystemGroup).
090129 cs rt GdhServer terminated with error status, not 0, is no WebHandler object was found.
java/jpwr/rt/src/GdhServer.java
View file @
64e1d385
...
...
@@ -255,7 +255,7 @@ public class GdhServer
if
(
sts
%
2
==
0
)
{
errh
.
setStatus
(
0
);
return
;
System
.
exit
(
0
)
;
}
errh
.
setStatus
(
Errh
.
PWR__SRUN
);
...
...
xtt/changelog.txt
View file @
64e1d385
...
...
@@ -115,3 +115,4 @@
081128 cs glow Metric antialiased fonts, scalable texts, change of fonts for subgraphs.
081130 cs glow Font can be set on node and group level for text and annotations.
081130 cs glow Red error color is not affected by gradient property.
090128 cs xtt Bugfix in alarmlist acknowledge.
\ No newline at end of file
xtt/lib/xtt/src/xtt_ev.cpp
View file @
64e1d385
...
...
@@ -170,9 +170,11 @@ void Ev::eve_activate_ack_last()
sts
=
ala
->
get_last_not_acked
(
&
id
);
if
(
EVEN
(
sts
))
return
;
mh_sEventId
lid
=
*
id
;
ala
->
ack
(
id
);
eve
->
ack
(
id
);
mh_OutunitAck
(
id
);
mh_OutunitAck
(
&
l
id
);
}
void
Ev
::
eve_activate_help
()
...
...
@@ -281,9 +283,11 @@ void Ev::ack_last_prio( unsigned long type, unsigned long prio)
sts
=
ala
->
get_last_not_acked_prio
(
&
id
,
type
,
prio
);
if
(
ODD
(
sts
))
{
mh_sEventId
lid
=
*
id
;
ala
->
ack
(
id
);
eve
->
ack
(
id
);
mh_OutunitAck
(
id
);
mh_OutunitAck
(
&
l
id
);
}
}
...
...
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