Restored lost files and changes in version 1.3.1 to depot.

This commit is contained in:
crs
2007-06-17 11:19:18 +00:00
parent 73acb7860d
commit 52ae656411
199 changed files with 27622 additions and 13726 deletions

View File

@@ -26,7 +26,7 @@ CEvent::Type CClientProxy::s_disconnectedEvent = CEvent::kUnknown;
CEvent::Type CClientProxy::s_clipboardChangedEvent= CEvent::kUnknown;
CClientProxy::CClientProxy(const CString& name, IStream* stream) :
m_name(name),
CBaseClientProxy(name),
m_stream(stream)
{
// do nothing
@@ -53,12 +53,6 @@ CClientProxy::getStream() const
return m_stream;
}
CString
CClientProxy::getName() const
{
return m_name;
}
CEvent::Type
CClientProxy::getReadyEvent()
{