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
effa81d9
Commit
effa81d9
authored
Nov 06, 2007
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update classes: attribute references pointing to elements in attributes objects wasn't updated
parent
85866271
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
189 additions
and
72 deletions
+189
-72
wb/lib/wb/src/wb_vrepdb.cpp
wb/lib/wb/src/wb_vrepdb.cpp
+186
-70
wb/lib/wb/src/wb_vrepdb.h
wb/lib/wb/src/wb_vrepdb.h
+3
-2
No files found.
wb/lib/wb/src/wb_vrepdb.cpp
View file @
effa81d9
This diff is collapsed.
Click to expand it.
wb/lib/wb/src/wb_vrepdb.h
View file @
effa81d9
/*
* Proview $Id: wb_vrepdb.h,v 1.3
4 2007-10-19 07:00:02
claes Exp $
* Proview $Id: wb_vrepdb.h,v 1.3
5 2007-11-06 13:29:38
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -193,7 +193,8 @@ public:
int
updateArefs
(
pwr_tOid
oid
,
pwr_tCid
cid
);
int
checkClass
(
pwr_tCid
cid
);
void
checkAttributes
(
pwr_tCid
cid
);
void
checkSubClass
(
pwr_tCid
cid
,
pwr_tCid
subcid
,
unsigned
int
o_offset
,
unsigned
int
n_offset
);
void
checkSubClass
(
pwr_tCid
cid
,
pwr_tCid
subcid
,
unsigned
int
o_offset
,
unsigned
int
n_offset
,
pwr_tCid
body
);
//bool classIsChanged(pwr_tCid cid);
...
...
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