Skip to content

Commit

Permalink
An attempt to comment out a problematic function
Browse files Browse the repository at this point in the history
  • Loading branch information
Avnerus committed Oct 27, 2015
1 parent 3cd6c63 commit 7a3cbe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/XnDeviceSensorV2/XnServerSensorInvoker.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ class XnServerSensorInvoker
m_locker(other.m_locker)
{}

inline XnLockedServerStreamsHash& operator=(const XnLockedServerStreamsHash& other)
/* inline XnLockedServerStreamsHash& operator=(const XnLockedServerStreamsHash& other)
{
this->m_hash = other.m_hash;
this->m_locker = other.m_locker;
return *this;
}
}*/

inline _XnServerStreamsHash::Iterator begin()
{
Expand Down Expand Up @@ -205,4 +205,4 @@ class XnServerSensorInvoker
XnServerStreamsHash m_streams;
};

#endif // __XN_SERVER_SENSOR_INVOKER_H__
#endif // __XN_SERVER_SENSOR_INVOKER_H__

0 comments on commit 7a3cbe8

Please sign in to comment.