Put in some changes along sg1.4 dev history.
This commit is contained in:
@@ -50,7 +50,7 @@ class LLWorkerClass;
|
||||
// Note: ~LLWorkerThread is O(N) N=# of worker threads, assumed to be small
|
||||
// It is assumed that LLWorkerThreads are rarely created/destroyed.
|
||||
|
||||
class LLWorkerThread : public LLQueuedThread
|
||||
class LL_COMMON_API LLWorkerThread : public LLQueuedThread
|
||||
{
|
||||
friend class LLWorkerClass;
|
||||
public:
|
||||
@@ -117,7 +117,7 @@ private:
|
||||
// Only one background task can be active at a time (per instance).
|
||||
// i.e. don't call addWork() if haveWork() returns true
|
||||
|
||||
class LLWorkerClass
|
||||
class LL_COMMON_API LLWorkerClass
|
||||
{
|
||||
friend class LLWorkerThread;
|
||||
friend class LLWorkerThread::WorkRequest;
|
||||
|
||||
Reference in New Issue
Block a user