Searched refs:m_comment (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/win/bmed/
H A DBookmarkProperties.cpp27 m_comment = _T("");
41 m_comment = bmp->comment;
70 DDX_Text(pDX, IDC_COMMENT, m_comment);
71 DDV_MaxChars(pDX, m_comment, 127);
164 STRNCPY(bmp->comment, (LPCSTR) m_comment);
H A DBookmarkProperties.h27 CString m_comment; member in class:CBookmarkProperties
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Dziptest.cpp62 wxString m_comment; member in class:ZipTestCase
67 m_comment << _T("Comment for test ") << m_id;
68 zip.SetComment(m_comment);
73 CPPUNIT_ASSERT(zip.GetComment() == m_comment);
H A Darchivetest.h129 wxString GetComment() const { return m_comment; }
132 void SetComment(const wxString& comment) { m_comment = comment; }
139 wxString m_comment; member in class:TestEntry

Completed in 114 milliseconds