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
Sebastian Schrader
Kea
Commits
e93ef80d
Commit
e93ef80d
authored
Jun 13, 2013
by
Michal 'vorner' Vaner
Browse files
Merge branch 'master' of
git+ssh://git.bind10.isc.org/var/bind10/git/bind10
parents
696f1e01
310c6201
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/python/isc/datasrc/zonetable_accessor_python.cc
View file @
e93ef80d
...
...
@@ -34,7 +34,11 @@ namespace {
// The s_* Class simply covers one instantiation of the object
class
s_ZoneTableAccessor
:
public
PyObject
{
public:
s_ZoneTableAccessor
()
:
cppobj
(
ConstZoneTableAccessorPtr
())
{};
s_ZoneTableAccessor
()
:
cppobj
(
ConstZoneTableAccessorPtr
()),
base_obj
(
NULL
)
{}
ConstZoneTableAccessorPtr
cppobj
;
// This is a reference to a base object; if the object of this class
// depends on another object to be in scope during its lifetime,
...
...
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