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
5a9d37e8
Commit
5a9d37e8
authored
Aug 31, 2005
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ExternVolume implemented
parent
56412621
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
src/exp/inc/src/pwr_class.h
src/exp/inc/src/pwr_class.h
+7
-0
No files found.
src/exp/inc/src/pwr_class.h
View file @
5a9d37e8
...
...
@@ -75,6 +75,7 @@ typedef struct pwr_s_ClassVolume pwr_sClassVolume;
typedef
struct
pwr_s_WorkBenchVolume
pwr_sWorkBenchVolume
;
typedef
struct
pwr_s_DirectoryVolume
pwr_sDirectoryVolume
;
typedef
struct
pwr_s_VolatileVolume
pwr_sVolatileVolume
;
typedef
struct
pwr_s_ExternVolume
pwr_sExternVolume
;
typedef
struct
pwr_s_CreateVolume
pwr_sCreateVolume
;
typedef
struct
pwr_s_MountVolume
pwr_sMountVolume
;
typedef
struct
pwr_s_MountObject
pwr_sMountObject
;
...
...
@@ -264,6 +265,7 @@ typedef enum {
pwr_eCix_Value
=
62
,
pwr_eCix_Method
=
63
,
pwr_eCix_RtMethod
=
64
,
pwr_eCix_ExternVolume
=
65
,
pwr_eCix_
}
pwr_eCix
;
...
...
@@ -332,6 +334,7 @@ typedef enum {
pwr_eClass_Value
=
pwr_ClassId
(
pwr_eCix_Value
),
pwr_eClass_Method
=
pwr_ClassId
(
pwr_eCix_Method
),
pwr_eClass_RtMethod
=
pwr_ClassId
(
pwr_eCix_RtMethod
),
pwr_eClass_ExternVolume
=
pwr_ClassId
(
pwr_eCix_ExternVolume
),
pwr_eClass_
}
pwr_eClass
;
...
...
@@ -1155,6 +1158,10 @@ struct pwr_s_VolatileVolume {
pwr_tObjectIx
NextOix
;
};
struct
pwr_s_ExternVolume
{
pwr_tString80
Description
;
};
struct
pwr_s_CreateVolume
{
pwr_tString80
Description
;
pwr_tVolumeId
Volume
;
...
...
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