Skip to content

Commit 7a3cbe8

Browse files
committed
An attempt to comment out a problematic function
1 parent 3cd6c63 commit 7a3cbe8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Source/XnDeviceSensorV2/XnServerSensorInvoker.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ class XnServerSensorInvoker
104104
m_locker(other.m_locker)
105105
{}
106106

107-
inline XnLockedServerStreamsHash& operator=(const XnLockedServerStreamsHash& other)
107+
/* inline XnLockedServerStreamsHash& operator=(const XnLockedServerStreamsHash& other)
108108
{
109109
this->m_hash = other.m_hash;
110110
this->m_locker = other.m_locker;
111111
return *this;
112-
}
112+
}*/
113113

114114
inline _XnServerStreamsHash::Iterator begin()
115115
{
@@ -205,4 +205,4 @@ class XnServerSensorInvoker
205205
XnServerStreamsHash m_streams;
206206
};
207207

208-
#endif // __XN_SERVER_SENSOR_INVOKER_H__
208+
#endif // __XN_SERVER_SENSOR_INVOKER_H__

0 commit comments

Comments
 (0)