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
67cdae6b
Commit
67cdae6b
authored
Feb 24, 2003
by
lw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
7fe4ec0a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
wb/lib/wb/src/wb_attribute.cpp
wb/lib/wb/src/wb_attribute.cpp
+1
-0
wb/lib/wb/src/wb_bdef.cpp
wb/lib/wb/src/wb_bdef.cpp
+1
-1
wb/lib/wb/src/wb_vrep.h
wb/lib/wb/src/wb_vrep.h
+4
-4
No files found.
wb/lib/wb/src/wb_attribute.cpp
View file @
67cdae6b
#include "wb_attribute.h"
#include "wb_cdrep.h"
#include "wb_bdrep.h"
#include "wb_merep.h"
#include "wb_attrname.h"
#include "pwr.h"
...
...
wb/lib/wb/src/wb_bdef.cpp
View file @
67cdae6b
...
...
@@ -91,4 +91,4 @@ wb_adef wb_bdef::adef( const char *aname)
wb_adrep
*
adrep
=
m_bdrep
->
adrep
(
&
sts
,
aname
);
wb_adef
a
=
wb_adef
(
adrep
);
return
a
;
]
}
wb/lib/wb/src/wb_vrep.h
View file @
67cdae6b
...
...
@@ -73,13 +73,13 @@ public:
virtual
bool
commit
(
pwr_tStatus
*
sts
)
=
0
;
virtual
bool
abort
(
pwr_tStatus
*
sts
)
=
0
;
virtual
bool
writeAttribute
(
pwr_tStatus
*
sts
,
wb_orep
*
o
,
cdh
_eBix
bix
,
unsigned
int
offset
,
unsigned
int
size
,
void
*
p
)
=
0
;
virtual
bool
writeAttribute
(
pwr_tStatus
*
sts
,
wb_orep
*
o
,
pwr
_eBix
bix
,
unsigned
int
offset
,
unsigned
int
size
,
void
*
p
)
=
0
;
virtual
void
*
readAttribute
(
pwr_tStatus
*
sts
,
wb_orep
*
o
,
cdh
_eBix
bix
,
unsigned
int
offset
,
unsigned
int
size
,
void
*
p
)
=
0
;
virtual
void
*
readAttribute
(
pwr_tStatus
*
sts
,
wb_orep
*
o
,
pwr
_eBix
bix
,
unsigned
int
offset
,
unsigned
int
size
,
void
*
p
)
=
0
;
virtual
void
*
readBody
(
pwr_tStatus
*
sts
,
wb_orep
*
o
,
cdh
_eBix
bix
,
void
*
p
)
=
0
;
virtual
void
*
readBody
(
pwr_tStatus
*
sts
,
wb_orep
*
o
,
pwr
_eBix
bix
,
void
*
p
)
=
0
;
virtual
bool
writeBody
(
pwr_tStatus
*
sts
,
wb_orep
*
o
,
cdh
_eBix
bix
,
void
*
p
)
=
0
;
virtual
bool
writeBody
(
pwr_tStatus
*
sts
,
wb_orep
*
o
,
pwr
_eBix
bix
,
void
*
p
)
=
0
;
virtual
wb_orep
*
ancestor
(
pwr_tStatus
*
sts
,
wb_orep
*
o
)
=
0
;
...
...
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