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
Stack Of Tasks
dynamic-graph-python
Commits
22711d12
Commit
22711d12
authored
Jul 28, 2014
by
Francois Keith
Browse files
Move the deprecated keyword before the declaration.
parent
076b56df
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/dynamic-graph/python/interpreter.hh
View file @
22711d12
...
...
@@ -41,7 +41,7 @@ namespace dynamicgraph {
/// \brief Method to start python interperter.
/// \param command string to execute
/// Method deprecated, you *SHOULD* handle error messages.
std
::
string
python
(
const
std
::
string
&
command
)
DYNAMIC_GRAPH_PYTHON_DEPRECATED
;
DYNAMIC_GRAPH_PYTHON_DEPRECATED
std
::
string
python
(
const
std
::
string
&
command
);
/// \brief Method to start python interperter.
/// \param command string to execute, result, stdout, stderr strings
...
...
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