File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Process \- main simulation entity
1414.br
1515.BI " public:"
1616.br
17- .BI " static const int Never;"
17+ .BI " static const double Never;"
1818.sp
1919.BI " virtual ~Process ();"
2020.sp
@@ -74,9 +74,7 @@ Process \- main simulation entity
7474.br
7575.BI " Process ();"
7676.br
77- .BI " Process (int priority);"
78- .br
79- .BI " Process (int priority, unsigned long stackSize);"
77+ .BI " Process (unsigned long stackSize);"
8078.sp
8179.BI " void Hold (double t);"
8280.br
@@ -134,9 +132,8 @@ itself represents an abstract entity - the real entity must be
134132provided by the deriving classes.
135133
136134The default constructor creates a process with the default
137- Thread(3A) priority and stack allocation. The other two
138- constructors allow for the modification of both of these
139- parameters.
135+ Thread(3A) stack allocation. The other constructor
136+ allows for the modification of this stack parameter.
140137
141138The
142139.I
You can’t perform that action at this time.
0 commit comments