Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:documentation:devguide:core:library [2016/10/04 11:16] carolina.santos [Exemplos] |
wiki:documentation:devguide:core:library [2016/10/04 13:59] (current) carolina.santos [Additional References] |
||
|---|---|---|---|
| Line 32: | Line 32: | ||
| \warning Shared libraries should not be loaded concurrently by multiple threads. | \warning Shared libraries should not be loaded concurrently by multiple threads. | ||
| */ | */ | ||
| - | class TECOREEXPORT Library : public boost::noncopyable | + | class Library : public boost::noncopyable |
| { | { | ||
| public: | public: | ||
| Line 174: | Line 174: | ||
| like an observer of known libraries. | like an observer of known libraries. | ||
| */ | */ | ||
| - | class TECOREEXPORT LibraryManager | + | class LibraryManager |
| { | { | ||
| public: | public: | ||
| Line 350: | Line 350: | ||
| </code> | </code> | ||
| - | ===== Referências ===== | + | ===== Additional References ===== |
| - | * [[http://www.boost.org/doc/libs/1_62_0/doc/html/boost_dll.html | Boost.DLL]] | + | * No references |