cpp: Fix an OpenBSD compilation bug by moving a typedef
authorDavid Reiss <dreiss@apache.org>
Thu, 21 May 2009 02:28:23 +0000 (02:28 +0000)
committerDavid Reiss <dreiss@apache.org>
Thu, 21 May 2009 02:28:23 +0000 (02:28 +0000)
commit2ff956c605561d70a3e9a2748ab44b259234eb7f
tree38ea1a953d188a5867a3ec3c32f0e2fcb54fe51e
parente4ca1795ead89b5ae79557775163bee6b505ffcc
cpp: Fix an OpenBSD compilation bug by moving a typedef

The typedef was aliasing a private type, which is apparently illegal.
Moving it into the class definition fixed it.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@776928 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/concurrency/TimerManager.cpp
lib/cpp/src/concurrency/TimerManager.h