mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
#538 more dtor fixes and some style fixes along the way
This commit is contained in:
@@ -140,7 +140,7 @@ public:
|
||||
}
|
||||
|
||||
~CopyBinding()
|
||||
/// Destroys the Binding.
|
||||
/// Destroys the CopyBinding.
|
||||
{
|
||||
}
|
||||
|
||||
@@ -264,7 +264,7 @@ public:
|
||||
}
|
||||
|
||||
~CopyBinding()
|
||||
/// Destroys the Binding.
|
||||
/// Destroys the CopyBinding.
|
||||
{
|
||||
}
|
||||
|
||||
@@ -396,7 +396,7 @@ public:
|
||||
}
|
||||
|
||||
~CopyBinding()
|
||||
/// Destroys the Binding.
|
||||
/// Destroys the CopyBinding.
|
||||
{
|
||||
}
|
||||
|
||||
@@ -559,7 +559,7 @@ public:
|
||||
}
|
||||
|
||||
~CopyBinding()
|
||||
/// Destroys the Binding.
|
||||
/// Destroys the CopyBinding.
|
||||
{
|
||||
}
|
||||
|
||||
@@ -689,7 +689,7 @@ public:
|
||||
}
|
||||
|
||||
~CopyBinding()
|
||||
/// Destroys the Binding.
|
||||
/// Destroys the CopyBinding.
|
||||
{
|
||||
}
|
||||
|
||||
@@ -819,7 +819,7 @@ public:
|
||||
}
|
||||
|
||||
~CopyBinding()
|
||||
/// Destroys the Binding.
|
||||
/// Destroys the CopyBinding.
|
||||
{
|
||||
}
|
||||
|
||||
@@ -949,7 +949,7 @@ public:
|
||||
}
|
||||
|
||||
~CopyBinding()
|
||||
/// Destroys the Binding.
|
||||
/// Destroys the CopyBinding.
|
||||
{
|
||||
}
|
||||
|
||||
@@ -1079,7 +1079,7 @@ public:
|
||||
}
|
||||
|
||||
~CopyBinding()
|
||||
/// Destroys the Binding.
|
||||
/// Destroys the CopyBinding.
|
||||
{
|
||||
}
|
||||
|
||||
@@ -1209,7 +1209,7 @@ public:
|
||||
}
|
||||
|
||||
~CopyBinding()
|
||||
/// Destroys the Binding.
|
||||
/// Destroys the CopyBinding.
|
||||
{
|
||||
}
|
||||
|
||||
@@ -1339,7 +1339,7 @@ public:
|
||||
}
|
||||
|
||||
~CopyBinding()
|
||||
/// Destroys the Binding.
|
||||
/// Destroys the CopyBinding.
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user