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
4a1219fd
Commit
4a1219fd
authored
May 28, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
utl_replace_symbol made public
parent
dd74efc7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
wb/lib/wb/src/wb_utl.cpp
wb/lib/wb/src/wb_utl.cpp
+5
-5
wb/lib/wb/src/wb_utl.h
wb/lib/wb/src/wb_utl.h
+4
-1
No files found.
wb/lib/wb/src/wb_utl.cpp
View file @
4a1219fd
/*
* Proview $Id: wb_utl.cpp,v 1.
9 2008-04-07 14:53:06
claes Exp $
* Proview $Id: wb_utl.cpp,v 1.
10 2008-05-28 11:53:08
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -11427,9 +11427,9 @@ static cross_t_list *cross_crosslist[CROSSLIST_SIZE] = {0,0,0,0,0,0,0,0,0,0};
static
int
cross_crosslist_count
[
CROSSLIST_SIZE
]
=
{
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
};
pwr_tStatus
utl_replace_symbol
(
ldh_tSesContext
ldhses
,
pwr_tObjid
oid
,
pwr_sAttrRef
*
arp
)
pwr_tStatus
wb_utl
::
utl_replace_symbol
(
ldh_tSesContext
ldhses
,
pwr_tObjid
oid
,
pwr_sAttrRef
*
arp
)
{
switch
(
arp
->
Objid
.
vid
)
{
case
ldh_cPlcFoVolume
:
{
...
...
@@ -11613,7 +11613,7 @@ static int cross_crosslist_object_insert(
aref
=
*
aref_ptr
;
free
((
char
*
)
aref_ptr
);
utl_replace_symbol
(
ldhses
,
arp
->
Objid
,
&
aref
);
wb_utl
::
utl_replace_symbol
(
ldhses
,
arp
->
Objid
,
&
aref
);
if
(
cdh_ObjidIsNotNull
(
aref
.
Objid
))
{
/* Check if object exists */
...
...
wb/lib/wb/src/wb_utl.h
View file @
4a1219fd
/*
* Proview $Id: wb_utl.h,v 1.1
1 2008-04-07 14:53:06
claes Exp $
* Proview $Id: wb_utl.h,v 1.1
2 2008-05-28 11:53:08
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -60,6 +60,9 @@ class wb_utl {
unsigned
long
overview
,
int
pdf
,
FILE
*
plclink
);
int
redraw_windows
(
pwr_tObjid
Objdid
,
ldh_tSesContext
ldhses
,
ldh_tWBContext
ldhwb
);
static
pwr_tStatus
utl_replace_symbol
(
ldh_tSesContext
ldhses
,
pwr_tObjid
oid
,
pwr_sAttrRef
*
arp
);
};
#endif
...
...
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