mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
make method private
This commit is contained in:
parent
cf3437c686
commit
69f34f4ef8
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,6 @@ using namespace std;
|
|||
class DevMgr {
|
||||
public:
|
||||
static DevMgr* Get();
|
||||
void rememberDevice( DevIDRelay devid, const AddrInfo::AddrUnion* saddr );
|
||||
void rememberDevice( DevIDRelay devid, const AddrInfo* addr );
|
||||
const AddrInfo::AddrUnion* get( DevIDRelay devid );
|
||||
|
||||
|
@ -41,6 +40,8 @@ class DevMgr {
|
|||
|
||||
private:
|
||||
|
||||
void rememberDevice( DevIDRelay devid, const AddrInfo::AddrUnion* saddr );
|
||||
|
||||
/* destructor's never called....
|
||||
~DevMgr() { pthread_mutex_destroy( &m_mapLock ); }
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue