mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[12632] Revert previous commit (see Notes)
This commit is contained in:
parent
1cd806c02e
commit
ef445ea523
1462 changed files with 9689 additions and 7080 deletions
|
|
@ -23,7 +23,7 @@ namespace G3D {
|
|||
|
||||
typedef ReferenceCountedPointer<class GThread> GThreadRef;
|
||||
|
||||
/**
|
||||
/*
|
||||
Platform independent thread implementation. You can either subclass and
|
||||
override GThread::threadMain or call the create method with a method.
|
||||
|
||||
|
|
@ -93,7 +93,7 @@ public:
|
|||
waiting for a cancelation point. */
|
||||
void terminate();
|
||||
|
||||
/**
|
||||
/*
|
||||
Returns true if threadMain is currently executing. This will
|
||||
only be set when the thread is actually running and might not
|
||||
be set when start() returns. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue