Searched refs:CContext (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/muleunit/
H A Dtest.cpp91 CContext::CContext(const wxChar* file, int line, const wxString& msg) function in class:CContext
97 CContext::~CContext()
H A Dtest.h101 class CContext class in namespace:muleunit
105 CContext(const wxChar* file, int line, const wxString& desc);
108 ~CContext();
112 //! Used to join the CContext instance name with the line-number.
117 #define CONTEXT(x) CContext wxCONCAT(context,__LINE__)(wxT(__FILE__), __LINE__, x)

Completed in 30 milliseconds