Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bwar committed Oct 24, 2018
1 parent ebe37da commit 45eeade
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions src/channel/SocketChannelImpl.hpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*******************************************************************************
* Project: Nebula
* @file SocketChannelImpl.hpp
* @brief 通信通道
* @brief Socket通信通道实现
* @author Bwar
* @date: 2016年8月10日
* @note 通信通道,如Socket连接
* @note Socket通信通道实现
* Modify history:
******************************************************************************/
#ifndef SRC_CHANNEL_SOCKETCHANNELIMPL_HPP_
Expand Down Expand Up @@ -47,9 +47,6 @@ class SocketChannelImpl: public Channel
virtual ~SocketChannelImpl();

virtual bool Init(E_CODEC_TYPE eCodecType, bool bIsClient = false);
//virtual bool InitClientChannel(E_CODEC_TYPE eCodecType, const std::string& strIdentify);
//virtual bool InitAcceptChannel(E_CODEC_TYPE eCodecType);
//virtual bool InitListenChannel(E_CODEC_TYPE eCodecType);

E_CODEC_TYPE GetCodecType() const;

Expand Down
4 changes: 2 additions & 2 deletions src/channel/SocketChannelSslImpl.hpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*******************************************************************************
* Project: Nebula
* @file SocketChannelSslImpl.hpp
* @brief SSL通信通道
* @brief SSL Socket通信通道实现
* @author Bwar
* @date: 2018年6月21日
* @note SSL Socket通信通道
* @note SSL Socket通信通道实现
* Modify history:
******************************************************************************/
#ifndef SRC_CHANNEL_SOCKETCHANNELSSLIMPL_HPP_
Expand Down

0 comments on commit 45eeade

Please sign in to comment.