Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions cpp/Platform.Data/LinksConstantsBase.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#pragma once

namespace Platform::Data
{
/// <summary>
/// <para>
/// Represents the links constants base.
/// </para>
/// <para></para>
/// </summary>
class LinksConstantsBase
{
public:
/// <summary>
/// <para>
/// The default target part.
/// </para>
/// <para></para>
/// </summary>
static const int DefaultTargetPart = 2;
};
}
1 change: 1 addition & 0 deletions cpp/Platform.Data/Platform.Data.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "LinkAddress.h"
#include "Point.h"
#include "Hybrid.h"
#include "LinksConstantsBase.h"
#include "LinksConstants.h"
#include "LinksOptions.h"
#include "LinksConstantsExtensions.h"
Expand Down
Loading
Loading