Changeset 3258
- Timestamp:
- 08/09/04 18:01:16 (9 years ago)
- Files:
-
- 1 modified
-
OpenThreads/trunk/include/OpenThreads/Thread (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenThreads/trunk/include/OpenThreads/Thread
r2197 r3258 317 317 virtual void cancelCleanup() {}; 318 318 319 void* getImplementation(){ return _prvData; };319 void* getImplementation(){ return _prvData; }; 320 320 321 321 private:
