Skip to content

Commit

Permalink
Fix namespace issue in helpers.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjeff committed Apr 26, 2013
1 parent a93d252 commit 6cc7af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace agentxcpp
static ptime process_start_time(microsec_clock<ptime>::universal_time());
}

TimeTicksValue processUpTime()
TimeTicksValue agentxcpp::processUpTime()
{
// Calculate uptime
time_duration uptime = microsec_clock<ptime>::universal_time()
Expand All @@ -53,7 +53,7 @@ namespace agentxcpp
return sysuptime;
}

OidValue generate_v1_snmpTrapOID(generic_trap_t generic_trap,
OidValue agentxcpp::generate_v1_snmpTrapOID(generic_trap_t generic_trap,
boost::optional<uint32_t> specific_trap)
{
// We need the OID of the SNMPv1 traps. These are defined here.
Expand Down

0 comments on commit 6cc7af3

Please sign in to comment.