close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Aug 3, 2010, 8:58:45 AM (15 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v6
|
v7
|
|
| 103 | 103 | //Entry point of library returns the NameBlock to LoadDynLib |
| 104 | 104 | //This is the only one exported function |
| | 105 | extern "C" { |
| | 106 | |
| 105 | 107 | void* GetDynLibNameBlock<NAME>() |
| 106 | 108 | { |
| 107 | 109 | return(_local_unb_); |
| | 110 | } |
| | 111 | |
| 108 | 112 | } |
| 109 | 113 | |