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
706e7b09
Commit
706e7b09
authored
Jun 24, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Security object added
parent
b20abc6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
+17
-3
src/exe/co_convert/src/cnv_wbltoh.cpp
src/exe/co_convert/src/cnv_wbltoh.cpp
+2
-1
src/exp/inc/src/pwr_class.h
src/exp/inc/src/pwr_class.h
+15
-2
No files found.
src/exe/co_convert/src/cnv_wbltoh.cpp
View file @
706e7b09
/*
* Proview $Id: cnv_wbltoh.cpp,v 1.1
1 2008-01-24 09:56:26
claes Exp $
* Proview $Id: cnv_wbltoh.cpp,v 1.1
2 2008-06-24 06:53:51
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -890,6 +890,7 @@ int CnvWblToH::cixstr_to_classid( char *cix_str, pwr_tClassId *cid)
{
"pwr_eCix_RtMethod"
,
pwr_eCix_RtMethod
},
{
"pwr_eCix_ExternVolume"
,
pwr_eCix_ExternVolume
},
{
"pwr_eCix_Hier"
,
pwr_eCix_Hier
},
{
"pwr_eCix_Security"
,
pwr_eCix_Security
},
{
""
,
0
}};
found
=
0
;
...
...
src/exp/inc/src/pwr_class.h
View file @
706e7b09
/*
* Proview $Id: pwr_class.h,v 1.2
4 2007-09-19 15:09:34
claes Exp $
* Proview $Id: pwr_class.h,v 1.2
5 2008-06-24 06:58:49
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -98,6 +98,7 @@ typedef struct pwr_s_MountObject pwr_sMountObject;
typedef
struct
pwr_s_Bit
pwr_sBit
;
typedef
struct
pwr_s_Value
pwr_sValue
;
typedef
struct
pwr_s_Method
pwr_sMethod
;
typedef
struct
pwr_s_Security
pwr_sSecurity
;
typedef
union
pwr_u_ParDef
pwr_uParDef
;
typedef
union
pwr_u_Volume
pwr_uVolume
;
...
...
@@ -290,6 +291,7 @@ typedef enum {
pwr_eCix_ExternVolume
=
65
,
pwr_eCix_Hier
=
66
,
pwr_eCix_ClassLost
=
67
,
pwr_eCix_Security
=
68
,
pwr_eCix_
}
pwr_eCix
;
...
...
@@ -361,6 +363,7 @@ typedef enum {
pwr_eClass_ExternVolume
=
pwr_ClassId
(
pwr_eCix_ExternVolume
),
pwr_eClass_Hier
=
pwr_ClassId
(
pwr_eCix_Hier
),
pwr_eClass_ClassLost
=
pwr_ClassId
(
pwr_eCix_ClassLost
),
pwr_eClass_Security
=
pwr_ClassId
(
pwr_eCix_Security
),
pwr_eClass_
}
pwr_eClass
;
...
...
@@ -502,7 +505,9 @@ union pwr_m_ClassDef {
pwr_Bits
(
IORack
,
1
),
/* object is IO rack */
pwr_Bits
(
IOCard
,
1
),
/* object is IO card */
pwr_Bits
(
HasCallBack
,
1
),
/* object has DbCallBack */
pwr_Bits
(
fill_1
,
8
),,,,,,,,
pwr_Bits
(
RtReadOnly
,
1
),
/* object is readonly in runtime */
pwr_Bits
(
fill_1
,
7
),,,,,,,
pwr_Bits
(
fill_2
,
8
),,,,,,,
)
b
;
...
...
@@ -522,6 +527,7 @@ union pwr_m_ClassDef {
#define pwr_mClassDef_IORack pwr_Bit(13)
#define pwr_mClassDef_IOCard pwr_Bit(14)
#define pwr_mClassDef_HasCallBack pwr_Bit(15)
#define pwr_mClassDef_RtReadOnly pwr_Bit(16)
#define pwr_mClassDef_HasRef (pwr_mClassDef_ObjXRef|pwr_mClassDef_AttrXRef|\
pwr_mClassDef_ObjRef|pwr_mClassDef_AttrRef)
...
...
@@ -1231,6 +1237,13 @@ struct pwr_s_MountObject {
pwr_tObjid
Object
;
};
struct
pwr_s_Security
{
pwr_tMask
DefaultWebPriv
;
pwr_tMask
DefaultXttPriv
;
pwr_tBoolean
XttUseOpsysUser
;
pwr_tString80
WebSystemGroup
;
};
union
pwr_u_Volume
{
pwr_sRootVolume
Root
;
pwr_sSubVolume
Sub
;
...
...
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