mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Some formatting like "this->m_" => "m_"
During Ref T203
This commit is contained in:
@@ -27,9 +27,7 @@ namespace BlackMisc
|
||||
{
|
||||
namespace Network
|
||||
{
|
||||
class CRemoteFile;
|
||||
|
||||
//! Value object encapsulating a list of servers.
|
||||
//! Value object encapsulating a list of remote files.
|
||||
class BLACKMISC_EXPORT CRemoteFileList :
|
||||
public CSequence<CRemoteFile>,
|
||||
public BlackMisc::Mixin::MetaType<CRemoteFileList>
|
||||
|
||||
Reference in New Issue
Block a user