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
a227aec0
Commit
a227aec0
authored
Apr 11, 2003
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjusted to gcc 3.0
parent
391480d7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
wb/lib/wb/src/wb_c_nodeconfig.c
wb/lib/wb/src/wb_c_nodeconfig.c
+1
-0
wb/lib/wb/src/wb_erep.cpp
wb/lib/wb/src/wb_erep.cpp
+7
-3
wb/lib/wb/src/wb_treeimport.h
wb/lib/wb/src/wb_treeimport.h
+2
-0
No files found.
wb/lib/wb/src/wb_c_nodeconfig.c
View file @
a227aec0
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
PROVIEW/R
PROVIEW/R
Copyright (C) 1994 by Comator Process AB. */
Copyright (C) 1994 by Comator Process AB. */
#include <string.h>
#include "wb_pwrs.h"
#include "wb_pwrs.h"
#include "wb_pwrs_msg.h"
#include "wb_pwrs_msg.h"
#include "wb_ldh.h"
#include "wb_ldh.h"
...
...
wb/lib/wb/src/wb_erep.cpp
View file @
a227aec0
...
@@ -553,9 +553,13 @@ void wb_erep::loadMeta( pwr_tStatus *status)
...
@@ -553,9 +553,13 @@ void wb_erep::loadMeta( pwr_tStatus *status)
strcpy
(
vname
,
"$pwrp_db/directory.db"
);
strcpy
(
vname
,
"$pwrp_db/directory.db"
);
dcli_translate_filename
(
vname
,
vname
);
dcli_translate_filename
(
vname
,
vname
);
sts
=
dcli_search_file
(
vname
,
found_file
,
DCLI_DIR_SEARCH_INIT
);
dcli_search_file
(
vname
,
found_file
,
DCLI_DIR_SEARCH_END
);
if
(
ODD
(
sts
))
{
wb_vrepdb
*
vrepdb
=
new
wb_vrepdb
(
this
,
vname
);
wb_vrepdb
*
vrepdb
=
new
wb_vrepdb
(
this
,
vname
);
vrepdb
->
name
(
"directory"
);
vrepdb
->
name
(
"directory"
);
addDb
(
&
sts
,
vrepdb
);
addDb
(
&
sts
,
vrepdb
);
}
if
(
EVEN
(
sts
))
if
(
EVEN
(
sts
))
*
status
=
LDH__PROJCONFIG
;
*
status
=
LDH__PROJCONFIG
;
else
if
(
!
vol_cnt
)
else
if
(
!
vol_cnt
)
...
...
wb/lib/wb/src/wb_treeimport.h
View file @
a227aec0
...
@@ -5,6 +5,8 @@
...
@@ -5,6 +5,8 @@
#include "pwr.h"
#include "pwr.h"
#include "wb_ldh.h"
#include "wb_ldh.h"
using
namespace
std
;
class
wb_treeexport
;
class
wb_treeexport
;
class
wb_adrep
;
class
wb_adrep
;
class
wb_vrep
;
class
wb_vrep
;
...
...
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