Skip to content

Commit

Permalink
Never sig change and no priority any more.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcl committed Dec 23, 2016
1 parent 58fbfc5 commit dfa7e90
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Manual/man/man3/Process.3A
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Process \- main simulation entity
.br
.BI "public:"
.br
.BI " static const int Never;"
.BI " static const double Never;"
.sp
.BI " virtual ~Process ();"
.sp
Expand Down Expand Up @@ -74,9 +74,7 @@ Process \- main simulation entity
.br
.BI " Process ();"
.br
.BI " Process (int priority);"
.br
.BI " Process (int priority, unsigned long stackSize);"
.BI " Process (unsigned long stackSize);"
.sp
.BI " void Hold (double t);"
.br
Expand Down Expand Up @@ -134,9 +132,8 @@ itself represents an abstract entity - the real entity must be
provided by the deriving classes.

The default constructor creates a process with the default
Thread(3A) priority and stack allocation. The other two
constructors allow for the modification of both of these
parameters.
Thread(3A) stack allocation. The other constructor
allows for the modification of this stack parameter.

The
.I
Expand Down

0 comments on commit dfa7e90

Please sign in to comment.