Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
konakonall committed Nov 26, 2020
1 parent 7d90dd6 commit 5d74ecf
Show file tree
Hide file tree
Showing 73 changed files with 202 additions and 474 deletions.
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/Auth/QCloudCredentialProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
using COSXML.Common;
using COSXML.Log;
using System.IO;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/9/2018 12:16:20 PM
* bradyxiao
*/

namespace COSXML.Auth
{

Expand Down
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/Auth/QCloudCredentials.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
using System;
using System.Collections.Generic;
using System.Text;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/9/2018 12:09:40 PM
* bradyxiao
*/

namespace COSXML.Auth
{
public class QCloudCredentials
Expand Down
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/Auth/QCloudSigner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
using COSXML.Common;
using COSXML.Log;
using COSXML.Utils;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/9/2018 4:30:34 PM
* bradyxiao
*/

namespace COSXML.Auth
{

Expand Down
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/Common/CosACL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

using System.Text;
using COSXML.Utils;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 1:53:35 PM
* bradyxiao
*/

namespace COSXML.Common
{
public enum CosACL
Expand Down
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/Common/CosClientError.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
using System.Text;
using COSXML.Common;
using COSXML.Utils;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 8:19:06 PM
* bradyxiao
*/

namespace COSXML.Common
{
public enum CosClientError
Expand Down
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/Common/CosGrantPermission.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
using System.Text;
using COSXML.Common;
using COSXML.Utils;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 2:30:52 PM
* bradyxiao
*/

namespace COSXML.Common
{
public enum CosGrantPermission
Expand Down
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/Common/CosMetaDataDirective.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
using System.Text;
using COSXML.Common;
using COSXML.Utils;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 2:49:33 PM
* bradyxiao
*/

namespace COSXML.Common
{
public enum CosMetaDataDirective
Expand Down
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/Common/CosRegion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

using System.Text;
using COSXML.Utils;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/1/2018 9:48:15 PM
* bradyxiao
*/

namespace COSXML.Common
{
public enum CosRegion
Expand Down
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/Common/CosRequestMethod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
using System.Collections.Generic;

using System.Text;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 2:42:24 PM
* bradyxiao
*/

namespace COSXML.Common
{
public sealed class CosRequestMethod
Expand Down
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/Common/CosStorageClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
using System.Text;
using COSXML.Common;
using COSXML.Utils;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 1:58:05 PM
* bradyxiao
*/

namespace COSXML.Common
{
public enum CosStorageClass
Expand Down
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/Common/CosVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
using System.Diagnostics;

using System.Text;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 2:34:04 PM
* bradyxiao
*/

namespace COSXML.Common
{
public sealed class CosVersion
Expand Down
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/CosException/CosClientException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
using System.Collections.Generic;
using System.Runtime.Serialization;
using System.Text;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 11:26:53 AM
* bradyxiao
*/

namespace COSXML.CosException
{
/// <summary>
Expand Down
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/CosException/CosServerException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
using System.Runtime.Serialization;
using System.Text;
using COSXML.Model.Tag;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 11:27:27 AM
* bradyxiao
*/

namespace COSXML.CosException
{
/// <summary>
Expand Down
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/CosXmlConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

using System.Text;
using COSXML.Network;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/6/2018 9:29:29 PM
* bradyxiao
*/

namespace COSXML
{
/// <summary>
Expand Down
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/Listener/CosCallback.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
using COSXML.Model;
using COSXML.CosException;
using System.IO;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/21/2018 10:12:14 AM
* bradyxiao
*/

namespace COSXML.Callback
{
/// <summary>
Expand Down
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/Log/FileLogImpl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
//using System.IO;
//using COSXML.Utils;
//using System.Threading;
///**
//* Copyright (c) 2018 Tencent Cloud. All rights reserved.
//* 11/22/2018 9:53:10 PM
//* bradyxiao
//*/

//namespace COSXML.Log
//{
// /// <summary>
Expand Down
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/Log/LogImpl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

using System.Text;
using System.Diagnostics;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 9:52:04 AM
* bradyxiao
*/

namespace COSXML.Log
{
public sealed class LogImpl : Log
Expand Down
10 changes: 1 addition & 9 deletions QCloudCSharpSDK/COSXML/Log/QLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,11 @@
using System.IO;
using System.Threading;
using System.Diagnostics;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 10:06:17 AM
* bradyxiao
*/

namespace COSXML.Log
{
public sealed class QLog
{
/**
* log format: [time] [thread]/[application] [Level]/[TAG]: [message]
*/

private static string timeFormat = "yyyy-MM-dd HH:mm:ss.fff";

//private static string currentDir = Directory.GetCurrentDirectory();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

using System.Text;
using COSXML.Common;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 8:33:02 PM
* bradyxiao
*/

namespace COSXML.Model.Bucket
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
using System.Collections.Generic;

using System.Text;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 8:37:56 PM
* bradyxiao
*/

namespace COSXML.Model.Bucket
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

using System.Text;
using COSXML.Common;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 8:39:37 PM
* bradyxiao
*/

namespace COSXML.Model.Bucket
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
using System.Collections.Generic;

using System.Text;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 8:40:44 PM
* bradyxiao
*/

namespace COSXML.Model.Bucket
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
using System.Collections.Generic;
using System.Text;
using COSXML.Common;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/12/2018 9:22:06 PM
* bradyxiao
*/

namespace COSXML.Model.Bucket
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
using System;
using System.Collections.Generic;
using System.Text;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/12/2018 9:23:46 PM
* bradyxiao
*/

namespace COSXML.Model.Bucket
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

using System.Text;
using COSXML.Common;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 8:44:41 PM
* bradyxiao
*/

namespace COSXML.Model.Bucket
{
public sealed class DeleteBucketReplicationRequest : BucketRequest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
using System.Collections.Generic;

using System.Text;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 8:48:08 PM
* bradyxiao
*/

namespace COSXML.Model.Bucket
{
public sealed class DeleteBucketReplicationResult : CosResult
Expand Down
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/Model/Bucket/DeleteBucketRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

using System.Text;
using COSXML.Common;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 9:03:15 PM
* bradyxiao
*/

namespace COSXML.Model.Bucket
{
public sealed class DeleteBucketRequest : BucketRequest
Expand Down
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/Model/Bucket/DeleteBucketResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
using System.Collections.Generic;

using System.Text;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 9:04:44 PM
* bradyxiao
*/

namespace COSXML.Model.Bucket
{
/// <summary>
Expand Down
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/Model/Bucket/GetBucketACLRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

using System.Text;
using COSXML.Common;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 9:07:34 PM
* bradyxiao
*/

namespace COSXML.Model.Bucket
{
/// <summary>
Expand Down
6 changes: 1 addition & 5 deletions QCloudCSharpSDK/COSXML/Model/Bucket/GetBucketACLResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
using COSXML.Model.Tag;
using System.IO;
using COSXML.Transfer;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 9:08:55 PM
* bradyxiao
*/

namespace COSXML.Model.Bucket
{
/// <summary>
Expand Down
Loading

0 comments on commit 5d74ecf

Please sign in to comment.