[PR #207] [MERGED] reference/SshBasics: Ssh polymorphism/RTTI example for the SshBasics reference example set. #230

Closed
opened 2026-05-05 03:43:30 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/207
Author: @ismail-yilmaz
Created: 9/29/2024
Status: Merged
Merged: 10/3/2024
Merged by: @klugier

Base: masterHead: ssh_polymorphism_example


📝 Commits (4)

  • f6a2a3c reference/SshBasics: Added polymorphism and RTTI example.
  • c16877a reference/SshBasics: Cosmetics
  • f777bf4 Merge branch 'ultimatepp:master' into ssh_polymorphism_example
  • a8d5987 Merge branch 'ultimatepp:master' into ssh_polymorphism_example

📊 Changes

4 files changed (+48 additions, -0 deletions)

View changed files

reference/SshBasics/Polymorphism.cpp (+42 -0)
📝 reference/SshBasics/SshBasics.h (+2 -0)
📝 reference/SshBasics/SshBasics.upp (+1 -0)
📝 reference/SshBasics/main.cpp (+3 -0)

📄 Description

This patch aims to add a polymorphism & RTTI example to the SShBasics reference examples set.

Demonstrates:

  • Creating three different channels (Scp, SFtp, and SshExec) in the same Ssh object array,
  • Identifying and converting the stored Ssh objects to the proper channels respectively and calling them.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/207 **Author:** [@ismail-yilmaz](https://github.com/ismail-yilmaz) **Created:** 9/29/2024 **Status:** ✅ Merged **Merged:** 10/3/2024 **Merged by:** [@klugier](https://github.com/klugier) **Base:** `master` ← **Head:** `ssh_polymorphism_example` --- ### 📝 Commits (4) - [`f6a2a3c`](https://github.com/ultimatepp/ultimatepp/commit/f6a2a3cb140934952858d869e013a15a7e208039) reference/SshBasics: Added polymorphism and RTTI example. - [`c16877a`](https://github.com/ultimatepp/ultimatepp/commit/c16877a50f4fc500f94ed6948405e817b0ac231d) reference/SshBasics: Cosmetics - [`f777bf4`](https://github.com/ultimatepp/ultimatepp/commit/f777bf4cf2e8193203103ecfc851e4746cd1340d) Merge branch 'ultimatepp:master' into ssh_polymorphism_example - [`a8d5987`](https://github.com/ultimatepp/ultimatepp/commit/a8d59870497160b17a417a801d5195451e0df4cf) Merge branch 'ultimatepp:master' into ssh_polymorphism_example ### 📊 Changes **4 files changed** (+48 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `reference/SshBasics/Polymorphism.cpp` (+42 -0) 📝 `reference/SshBasics/SshBasics.h` (+2 -0) 📝 `reference/SshBasics/SshBasics.upp` (+1 -0) 📝 `reference/SshBasics/main.cpp` (+3 -0) </details> ### 📄 Description This patch aims to add a polymorphism & RTTI example to the SShBasics reference examples set. Demonstrates: - Creating three different channels (Scp, SFtp, and SshExec) in the same Ssh object array, - Identifying and converting the stored Ssh objects to the proper channels respectively and calling them. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:43:30 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#230
No description provided.