git-svn-id: svn://db.shs.com.ru/pip@597 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
class PIThread;
|
||||
|
||||
class __PIThreadCollection {
|
||||
class PIP_EXPORT __PIThreadCollection {
|
||||
public:
|
||||
static __PIThreadCollection * instance();
|
||||
void registerThread(PIThread * t);
|
||||
@@ -45,7 +45,7 @@ private:
|
||||
};
|
||||
|
||||
|
||||
class __PIThreadCollection_Initializer__ {
|
||||
class PIP_EXPORT __PIThreadCollection_Initializer__ {
|
||||
public:
|
||||
__PIThreadCollection_Initializer__();
|
||||
~__PIThreadCollection_Initializer__();
|
||||
|
||||
Reference in New Issue
Block a user