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
5a54efca
Commit
5a54efca
authored
Mar 31, 2006
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified attribute added to volume
parent
8068eab3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/exp/inc/src/pwr_class.h
src/exp/inc/src/pwr_class.h
+4
-1
No files found.
src/exp/inc/src/pwr_class.h
View file @
5a54efca
/*
/*
* Proview $Id: pwr_class.h,v 1.
19 2005-10-18 05:07:40
claes Exp $
* Proview $Id: pwr_class.h,v 1.
20 2006-03-31 14:44:52
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
* Copyright (C) 2005 SSAB Oxelsund AB.
*
*
* This program is free software; you can redistribute it and/or
* This program is free software; you can redistribute it and/or
...
@@ -1116,6 +1116,7 @@ struct pwr_s_RootVolume {
...
@@ -1116,6 +1116,7 @@ struct pwr_s_RootVolume {
pwr_tUInt32
RtCardinality
;
pwr_tUInt32
RtCardinality
;
pwr_tUInt32
RtBodySize
;
pwr_tUInt32
RtBodySize
;
pwr_mOpSys
OperatingSystem
;
pwr_mOpSys
OperatingSystem
;
pwr_tTime
Modified
;
};
};
struct
pwr_s_SubVolume
{
struct
pwr_s_SubVolume
{
...
@@ -1127,6 +1128,7 @@ struct pwr_s_SubVolume {
...
@@ -1127,6 +1128,7 @@ struct pwr_s_SubVolume {
pwr_tUInt32
RtCardinality
;
pwr_tUInt32
RtCardinality
;
pwr_tUInt32
RtBodySize
;
pwr_tUInt32
RtBodySize
;
pwr_mOpSys
OperatingSystem
;
pwr_mOpSys
OperatingSystem
;
pwr_tTime
Modified
;
};
};
struct
pwr_s_SharedVolume
{
struct
pwr_s_SharedVolume
{
...
@@ -1137,6 +1139,7 @@ struct pwr_s_SharedVolume {
...
@@ -1137,6 +1139,7 @@ struct pwr_s_SharedVolume {
pwr_tString16
RtCreator
;
pwr_tString16
RtCreator
;
pwr_tUInt32
RtCardinality
;
pwr_tUInt32
RtCardinality
;
pwr_tUInt32
RtBodySize
;
pwr_tUInt32
RtBodySize
;
pwr_tTime
Modified
;
};
};
struct
pwr_s_DynamicVolume
{
struct
pwr_s_DynamicVolume
{
...
...
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