Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dtk
dtk
Commits
e15897c6
Commit
e15897c6
authored
Feb 28, 2013
by
KLOCZKO Thibaud
Browse files
Remove useless methods.
parent
8380b57d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dtkDistributed/dtkDistributedContainer.h
View file @
e15897c6
...
...
@@ -23,22 +23,10 @@
class
dtkDistributedContainerBase
{
public:
virtual
~
dtkDistributedContainerBase
(
void
)
{
;
}
//w->unrecord(this);
}
virtual
~
dtkDistributedContainerBase
(
void
)
{
;
}
public:
//virtual void setMode(const dtkDistributed::Mode& mode) = 0;
public:
inline
void
record
(
dtkDistributedWorker
*
worker
);
private:
dtkDistributedWorker
*
w
;
};
void
dtkDistributedContainerBase
::
record
(
dtkDistributedWorker
*
worker
)
{
w
=
worker
;
worker
->
record
(
this
);
};
// /////////////////////////////////////////////////////////////////
...
...
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