Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph-python
Commits
f7f73bdd
Commit
f7f73bdd
authored
Apr 14, 2011
by
Francois Keith
Committed by
Francois Keith
Dec 27, 2011
Browse files
Win32: Correct the API of exception-python.hh
parent
ff3ce1eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/dynamic-graph/python/exception-python.hh
View file @
f7f73bdd
...
...
@@ -20,16 +20,27 @@
# include <string>
# include <dynamic-graph/fwd.hh>
# include <dynamic-graph/dynamic-graph-api.h>
# include <dynamic-graph/exception-abstract.h>
// Depending on whether one is building or using the
// library define DLLAPI to import or export.
# if defined (WIN32)
# if defined (wrap_EXPORTS)
# define WRAP_DLLAPI __declspec(dllexport)
# else
# define WRAP_DLLAPI __declspec(dllimport)
# endif
# else
# define WRAP_DLLAPI
# endif
namespace
dynamicgraph
{
namespace
python
{
/// \ingroup error
///
/// \brief Generic error class.
class
DYNAMIC_G
RAP
H
_DLLAPI
ExceptionPython
:
public
ExceptionAbstract
class
W
RAP_DLLAPI
ExceptionPython
:
public
ExceptionAbstract
{
public:
enum
ErrorCodeEnum
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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