diff options
| author | Vincent Richard <[email protected]> | 2004-12-22 14:55:43 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2004-12-22 14:55:43 +0000 |
| commit | 4f9e439eecbca00b6de0d64e8a3f39b5e7707284 (patch) | |
| tree | a2631ed6d1a86ac9f81164f1b9305434aed0a362 /src/parameterFactory.hpp | |
| parent | Updated ChangeLog for new functions in 'component'. (diff) | |
| download | vmime-4f9e439eecbca00b6de0d64e8a3f39b5e7707284.tar.gz vmime-4f9e439eecbca00b6de0d64e8a3f39b5e7707284.zip | |
Some more class documentation.
Diffstat (limited to 'src/parameterFactory.hpp')
| -rw-r--r-- | src/parameterFactory.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parameterFactory.hpp b/src/parameterFactory.hpp index 6a634717..9cda9128 100644 --- a/src/parameterFactory.hpp +++ b/src/parameterFactory.hpp @@ -46,6 +46,7 @@ protected: public: +#ifndef VMIME_BUILDING_DOC template <class TYPE> class registerer { @@ -57,6 +58,7 @@ public: return new TYPE(); } }; +#endif // VMIME_BUILDING_DOC template <class T> |
