summaryrefslogtreecommitdiff
path: root/orkbasecxx/Object.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-06-29 16:34:29 +0000
committerHenri Herscher <henri@oreka.org>2006-06-29 16:34:29 +0000
commit3868172df25ae59bd0ecc524b782ac4734812891 (patch)
treef412f8f4d2b67165fbbf3670d114027bd9ff54c6 /orkbasecxx/Object.h
parentff483592a2ff23b09c7924925c594e366f563a36 (diff)
DLL_IMPORT_EXPORT becomes DLL_IMPORT_EXPORT_ORKBASE, so that different DLLs can both import and export symbols.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@286 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/Object.h')
-rw-r--r--orkbasecxx/Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkbasecxx/Object.h b/orkbasecxx/Object.h
index 0585d25..5674e55 100644
--- a/orkbasecxx/Object.h
+++ b/orkbasecxx/Object.h
@@ -31,7 +31,7 @@ typedef boost::shared_ptr<Object> ObjectRef;
/** An Object is the equivalent of a Java Object
*/
-class DLL_IMPORT_EXPORT Object
+class DLL_IMPORT_EXPORT_ORKBASE Object
{
public:
virtual void Define(Serializer* s) = 0;