Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Bidir demo for C# #291

Merged
merged 8 commits into from
Feb 12, 2025
Merged

Conversation

bernardnormier
Copy link
Member

This PR replaces the bidir demo by a new demo derived from Callback.

Copy link
Member

@InsertCreativityHere InsertCreativityHere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

/// Indicates the button pressed when the alarm rang.
enum ButtonPressed { Snooze, Stop }

/// Represents a simple alarm clock. It's the "callback" in this demo, and it's implemented by the client.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see why we highlight the word "callback" in this sentence, since this is not in the "callback" demo.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a copy and paste from the Callback demo, and I'd rather keep them in sync.

@bernardnormier bernardnormier merged commit a37cfbe into zeroc-ice:main Feb 12, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants