Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ben Boeckel
Xdmf
Commits
784a9675
Commit
784a9675
authored
Apr 09, 2003
by
Andy Cedilnik
Browse files
Add exports for Windows
parent
19e38349
Changes
3
Hide whitespace changes
Inline
Side-by-side
libsrc/XdmfObject.h
View file @
784a9675
...
...
@@ -354,7 +354,7 @@ extern XdmfInt32 GetGlobalDebug( void );
extern
void
SetGlobalDebug
(
XdmfInt32
DebugLevel
);
extern
XdmfString
GetUnique
(
XdmfString
Pattern
=
NULL
);
extern
char
*
XdmfObjectToHandle
(
XdmfObject
*
Source
);
extern
XDMF_EXPORT
char
*
XdmfObjectToHandle
(
XdmfObject
*
Source
);
extern
XdmfObject
*
HandleToXdmfObject
(
char
*
Source
);
#endif
/* __cplusplus */
...
...
libsrc/XdmfParameter.h
View file @
784a9675
...
...
@@ -37,7 +37,7 @@ It is used to enclose a group of elements, particularly
for timesteps, so that data names with patterns can be easily
defined.
*/
class
XdmfParameter
:
public
XdmfObject
{
class
XDMF_EXPORT
XdmfParameter
:
public
XdmfObject
{
public:
XdmfParameter
();
...
...
libsrc/XdmfTransform.h
View file @
784a9675
...
...
@@ -48,7 +48,8 @@ An XML Transform Node Looks like :
</DataStructure>
</DataTransform>
*/
class
XdmfTransform
:
public
XdmfLightData
{
class
XDMF_EXPORT
XdmfTransform
:
public
XdmfLightData
{
public
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment