We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd6c63 commit 7a3cbe8Copy full SHA for 7a3cbe8
1 file changed
Source/XnDeviceSensorV2/XnServerSensorInvoker.h
@@ -104,12 +104,12 @@ class XnServerSensorInvoker
104
m_locker(other.m_locker)
105
{}
106
107
- inline XnLockedServerStreamsHash& operator=(const XnLockedServerStreamsHash& other)
+ /* inline XnLockedServerStreamsHash& operator=(const XnLockedServerStreamsHash& other)
108
{
109
this->m_hash = other.m_hash;
110
this->m_locker = other.m_locker;
111
return *this;
112
- }
+ }*/
113
114
inline _XnServerStreamsHash::Iterator begin()
115
@@ -205,4 +205,4 @@ class XnServerSensorInvoker
205
XnServerStreamsHash m_streams;
206
};
207
208
-#endif // __XN_SERVER_SENSOR_INVOKER_H__
+#endif // __XN_SERVER_SENSOR_INVOKER_H__
0 commit comments