Skip to content

Commit

Permalink
Added support for skipping the pcp::pmda::instance definition for adv…
Browse files Browse the repository at this point in the history
…anced scenarios, such as the two-in-one Qpid PMDA.
  • Loading branch information
pcolby committed Feb 17, 2014
1 parent 4dc47b8 commit 7ffbd69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/pcp-cpp/pmda.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,9 @@ class pmda {

} // pcp namespace.

#ifndef PCP_CPP_SKIP_PCP_PMDA_INSTANCE_DEFINITION
pcp::pmda * pcp::pmda::instance(NULL);
#endif

PCP_CPP_END_NAMESPACE

Expand Down

0 comments on commit 7ffbd69

Please sign in to comment.